File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 format-json-yml :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121 with :
2222 fetch-depth : 0
2323 ref : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 1212 github-actions-cache-cleaner :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
15+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616 with :
1717 persist-credentials : false
1818 - uses : dev-hato/github-actions-cache-cleaner@a97ca9fc8050b0ea0d9323e3783a7db5bf825abc # v0.0.80
Original file line number Diff line number Diff line change 3939 # Checkout the code base #
4040 # #########################
4141 - name : Checkout Code
42- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
42+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4343 with :
4444 # Full git history is needed to get a proper list
4545 # of changed files within `super-linter`
Original file line number Diff line number Diff line change 1717 update-gitleaks :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121 if : github.event_name != 'pull_request' || github.event.action != 'closed'
2222 with :
2323 fetch-depth : 0
Original file line number Diff line number Diff line change 1818 update-package :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
21+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222 if : github.event_name != 'pull_request' || github.event.action != 'closed'
2323 with :
2424 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments