File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 env :
1515 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1616 steps :
17- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
17+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818 with :
1919 fetch-depth : 0
2020 persist-credentials : false
Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-latest
3232 timeout-minutes : 5
3333 steps :
34- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
34+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535 with :
3636 persist-credentials : false
3737 - name : Export `CI_CACHE_ID` from container
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 SAFE_SETTINGS_CODE_DIR : ${{ github.workspace }}/.safe-settings-code
2424 steps :
2525 # Self-checkout of 'admin' repo for access to safe-settings deployment configuration
26- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
26+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727 with :
2828 persist-credentials : false
2929
3030 # Checkout of `safe-settings` source repository to apply all settings
31- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
31+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3232 with :
3333 repository : github/safe-settings
3434 ref : ${{ env.SAFE_SETTINGS_VERSION }}
You can’t perform that action at this time.
0 commit comments