File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 3737 # Learn more about CodeQL language support at https://git.io/codeql-language-support
3838
3939 steps :
40- - uses : step-security/harden-runner@917f7d59f22e82a5ddcaef409923426fd7aa6327
40+ - uses : step-security/harden-runner@v1
4141 - name : Checkout repository
4242 uses : actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5
4343
Original file line number Diff line number Diff line change @@ -13,11 +13,10 @@ jobs:
1313 contents : read
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : step-security/harden-runner@917f7d59f22e82a5ddcaef409923426fd7aa6327
16+ - uses : step-security/harden-runner@v1
1717 with :
1818 allowed-endpoints :
1919 api.github.com:443
20- beta.api.stepsecurity.io:443
2120 github.com:443
2221 int.api.stepsecurity.io:443
2322 pipelines.actions.githubusercontent.com:443
Original file line number Diff line number Diff line change 1313 contents : write
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : step-security/harden-runner@917f7d59f22e82a5ddcaef409923426fd7aa6327
16+ - uses : step-security/harden-runner@v1
1717 with :
1818 allowed-endpoints :
19- agent.api.stepsecurity.io:443
2019 api.github.com:443
2120 github.com:443
2221 goreleaser.com:443
Original file line number Diff line number Diff line change 2222 name : Scorecard analysis
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : step-security/harden-runner@917f7d59f22e82a5ddcaef409923426fd7aa6327
25+ - uses : step-security/harden-runner@v1
2626 - name : " Checkout code"
2727 uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
2828
You can’t perform that action at this time.
0 commit comments