File tree Expand file tree Collapse file tree 9 files changed +18
-18
lines changed
Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 5959 runs-on : ubuntu-22.04
6060 steps :
6161 - name : Harden Runner
62- uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
62+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
6363 with :
6464 egress-policy : audit
6565
@@ -116,7 +116,7 @@ jobs:
116116 # Right now this is handled by the e2e suite, but we can migrate that here.
117117 steps :
118118 - name : Harden Runner
119- uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
119+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
120120 with :
121121 egress-policy : audit
122122
@@ -342,7 +342,7 @@ jobs:
342342 runs-on : ubuntu-22.04
343343 steps :
344344 - name : Harden Runner
345- uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
345+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
346346 with :
347347 egress-policy : audit
348348
@@ -369,7 +369,7 @@ jobs:
369369 FRONTEND_REF : localhost:5000/dalec/frontend
370370 steps :
371371 - name : Harden Runner
372- uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
372+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
373373 with :
374374 egress-policy : audit
375375
Original file line number Diff line number Diff line change 4545
4646 steps :
4747 - name : Harden Runner
48- uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
48+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
4949 with :
5050 egress-policy : audit
5151
5454
5555 # Initializes the CodeQL tools for scanning.
5656 - name : Initialize CodeQL
57- uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
57+ uses : github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
5858 with :
5959 languages : ${{ matrix.language }}
6060 # If you wish to specify custom queries, you can do so here or in a config file.
6464 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6565 # If this step fails, then you should remove it and run the build manually (see below)
6666 - name : Autobuild
67- uses : github/codeql-action/autobuild@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
67+ uses : github/codeql-action/autobuild@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
6868
6969 # ℹ️ Command-line programs to run using the OS shell.
7070 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
7777 # ./location_of_script_within_repo/buildscript.sh
7878
7979 - name : Perform CodeQL Analysis
80- uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
80+ uses : github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
8181 with :
8282 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Harden Runner
23- uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
23+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
2424 with :
2525 egress-policy : audit
2626
Original file line number Diff line number Diff line change 3131 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3232
3333 - name : Harden Runner
34- uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc
34+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594
3535 with :
3636 disable-sudo : true
3737 egress-policy : block
5151 run : echo "dir=$(yarn cache dir)" > $GITHUB_OUTPUT
5252
5353 - name : Cache dependencies
54- uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
54+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5555 with :
5656 path : ${{ steps.yarn-cache.outputs.dir }}
5757 key : ${{ runner.os }}-website-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 3131 artifact-metadata : write # Required for certain parts of GitHub attestations (actions/attest complains if not set)
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 allowed-endpoints : >
Original file line number Diff line number Diff line change 1919 tags : ${{ steps.tags.outputs.OUTPUT_TAGS }}
2020 steps :
2121 - name : Harden the runner (Audit all outbound calls)
22- uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
22+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
2323 with :
2424 egress-policy : audit
2525 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Harden the runner (Audit all outbound calls)
26- uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
26+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
2727 with :
2828 egress-policy : audit
2929
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Harden Runner
36- uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
36+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
3737 with :
3838 egress-policy : audit
3939
7373
7474 # Upload the results to GitHub's code scanning dashboard.
7575 - name : " Upload to code-scanning"
76- uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
76+ uses : github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
7777 with :
7878 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-22.04
2626 steps :
2727 - name : Harden the runner (Audit all outbound calls)
28- uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
28+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
2929 with :
3030 egress-policy : audit
3131
5151
5252 steps :
5353 - name : Harden the runner (Audit all outbound calls)
54- uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
54+ uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
5555 with :
5656 egress-policy : audit
5757 allowed-endpoints : >
You can’t perform that action at this time.
0 commit comments