File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Harden Runner
20- uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
20+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
2121 with :
2222 egress-policy : audit
2323
Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Harden Runner
34- uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
34+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
3535 with :
3636 egress-policy : audit
3737
4444 run : echo "VALUE=platform-${{ matrix.platform }}_arch=${{ matrix.arch }}_type=fuzzing" >> $GITHUB_OUTPUT
4545
4646 - name : Update the cache (ccache)
47- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
47+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4848 with :
4949 path : ccache
5050 key : ${{ steps.cache_key.outputs.VALUE }}_ccache
@@ -130,7 +130,7 @@ jobs:
130130
131131 steps :
132132 - name : Harden Runner
133- uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
133+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
134134 with :
135135 egress-policy : audit
136136
@@ -139,7 +139,7 @@ jobs:
139139 submodules : ' recursive'
140140
141141 - name : Cache the build folder
142- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
142+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
143143 env :
144144 cache-name : cache-nuget-modules
145145 with :
@@ -189,7 +189,7 @@ jobs:
189189 runs-on : ${{ matrix.platform }}
190190 steps :
191191 - name : Harden the runner (Audit all outbound calls)
192- uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
192+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
193193 with :
194194 egress-policy : audit
195195
Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ jobs:
376376 runs-on : ubuntu-latest
377377 steps :
378378 - name : Harden Runner
379- uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
379+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
380380 with :
381381 egress-policy : audit
382382
Original file line number Diff line number Diff line change 6565
6666 steps :
6767 - name : Harden Runner
68- uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
68+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
6969 with :
7070 egress-policy : audit
7171
7575
7676 - name : Initialize CodeQL
7777 if : inputs.build_codeql == true
78- uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98
78+ uses : github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc
7979 with :
8080 languages : ' cpp'
8181
8484 run : echo "VALUE=platform-${{ inputs.platform }}_arch=${{ inputs.arch }}_type-${{ inputs.build_type }}_sanitizers-${{ inputs.enable_sanitizers }}_coverage-${{ inputs.enable_coverage }}_scan_build-${{ inputs.scan_build }}_retpolines-${{ inputs.disable_retpolines }}_valgrind-${{ inputs.enable_valgrind }}" >> $GITHUB_OUTPUT
8585
8686 - name : Update the cache (ccache)
87- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
87+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
8888 with :
8989 path : ccache
9090 key : ${{ steps.cache_key.outputs.VALUE }}_ccache
@@ -373,4 +373,4 @@ jobs:
373373
374374 - name : Perform CodeQL Analysis
375375 if : inputs.build_codeql == true
376- uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98
376+ uses : github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc
Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Harden Runner
34- uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
34+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
3535 with :
3636 egress-policy : audit
3737
7171
7272 # Upload the results to GitHub's code scanning dashboard.
7373 - name : " Upload to code-scanning"
74- uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.29.5
74+ uses : github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v3.29.5
7575 with :
7676 sarif_file : results.sarif
Original file line number Diff line number Diff line change 3030 steps :
3131
3232 - name : Harden Runner
33- uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc
33+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594
3434 with :
3535 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
3636
Original file line number Diff line number Diff line change 4747
4848 steps :
4949 - name : Harden Runner
50- uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
50+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
5151 with :
5252 egress-policy : audit
5353
@@ -57,12 +57,12 @@ jobs:
5757
5858 - name : Initialize CodeQL
5959 if : inputs.build_codeql == true
60- uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98
60+ uses : github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc
6161 with :
6262 languages : ' cpp'
6363
6464 - name : Cache the build folder
65- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
65+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
6666 env :
6767 cache-name : cache-nuget-modules
6868 with :
@@ -144,4 +144,4 @@ jobs:
144144
145145 - name : Perform CodeQL Analysis
146146 if : inputs.build_codeql == true
147- uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98
147+ uses : github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc
You can’t perform that action at this time.
0 commit comments