File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ groups :
6+ github-actions :
7+ patterns : ["*"]
8+ schedule :
9+ interval : " weekly"
10+ cooldown :
11+ default-days : 7
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 diffs :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0
1919 with :
2020 fetch-depth : 0
2121 - name : Set up Python 3.9
22- uses : actions/setup-python@v3
22+ uses : actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3.1.4
2323 with :
2424 python-version : " 3.9.13"
2525 - name : Install dependencies
Original file line number Diff line number Diff line change 1515 name : " pre-commit hooks"
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v3
19- - uses : actions/setup-python@v3
18+ - uses : actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0
19+ - uses : actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3.1.4
2020 with :
2121 python-version : " 3.11"
22- - uses : pre-commit/action@v3.0.1
22+ - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
You can’t perform that action at this time.
0 commit comments