1717 security-events : write
1818
1919 steps :
20- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
20+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2121 with :
2222 persist-credentials : false
2323
3131 permissions :
3232 security-events : write
3333 steps :
34- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
34+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3535 with :
3636 persist-credentials : false
3737
4444 name : " TEST: emits plan format when 'advanced-security: false'"
4545 runs-on : ubuntu-latest
4646 steps :
47- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
47+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4848 with :
4949 persist-credentials : false
5050
5656 name : " TEST: known findings in woodruffw/gha-hazmat (expected to fail when 'advanced-security: false')"
5757 runs-on : ubuntu-latest
5858 steps :
59- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
59+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6060 with :
6161 persist-credentials : false
6262
8080 name : " TEST: known findings in woodruffw/gha-hazmat with offline audits (expected to fail when 'advanced-security: false')"
8181 runs-on : ubuntu-latest
8282 steps :
83- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
83+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8484 with :
8585 persist-credentials : false
8686
@@ -105,7 +105,7 @@ jobs:
105105 name : " TEST: 'annotations: true' emits GitHub annotations"
106106 runs-on : ubuntu-latest
107107 steps :
108- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
108+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
109109 with :
110110 persist-credentials : false
111111
@@ -118,7 +118,7 @@ jobs:
118118 name : " TEST: 'annotations: true' and 'advanced-security: true' are mutually exclusive"
119119 runs-on : ubuntu-latest
120120 steps :
121- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
121+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
122122 with :
123123 persist-credentials : false
124124
0 commit comments