File tree Expand file tree Collapse file tree 9 files changed +17
-17
lines changed
Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 5252 runs-on : ubuntu-22.04
5353 steps :
5454 - name : Harden Runner
55- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
55+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
5656 with :
5757 egress-policy : audit
5858
@@ -109,7 +109,7 @@ jobs:
109109 # Right now this is handled by the e2e suite, but we can migrate that here.
110110 steps :
111111 - name : Harden Runner
112- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
112+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
113113 with :
114114 egress-policy : audit
115115
@@ -214,7 +214,7 @@ jobs:
214214 runs-on : ubuntu-22.04
215215 steps :
216216 - name : Harden Runner
217- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
217+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
218218 with :
219219 egress-policy : audit
220220
@@ -241,7 +241,7 @@ jobs:
241241 FRONTEND_REF : localhost:5000/dalec/frontend
242242 steps :
243243 - name : Harden Runner
244- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
244+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
245245 with :
246246 egress-policy : audit
247247
Original file line number Diff line number Diff line change 4545
4646 steps :
4747 - name : Harden Runner
48- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
48+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
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@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
57+ uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
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@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
67+ uses : github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
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@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
80+ uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
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@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
23+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
2424 with :
2525 egress-policy : audit
2626
Original file line number Diff line number Diff line change 2929 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030
3131 - name : Harden Runner
32- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911
32+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a
3333 with :
3434 disable-sudo : true
3535 egress-policy : block
Original file line number Diff line number Diff line change 2828 packages : write
2929 steps :
3030 - name : Harden Runner
31- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
31+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
3232 with :
3333 egress-policy : audit
3434
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@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
22+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
2323 with :
2424 egress-policy : audit
2525
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@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
26+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
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@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
36+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
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@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
76+ uses : github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
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@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
28+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
2929 with :
3030 egress-policy : audit
3131
4848
4949 steps :
5050 - name : Harden the runner (Audit all outbound calls)
51- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
51+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
5252 with :
5353 egress-policy : audit
5454
You can’t perform that action at this time.
0 commit comments