File tree Expand file tree Collapse file tree 10 files changed +16
-16
lines changed
Expand file tree Collapse file tree 10 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Harden the runner (Audit all outbound calls)
23- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
23+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2424 with :
2525 egress-policy : audit
2626
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Harden the runner (Audit all outbound calls)
28- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
28+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2929 with :
3030 egress-policy : audit
3131
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Harden the runner (Audit all outbound calls)
22- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
22+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2323 with :
2424 egress-policy : audit
2525
7474
7575 steps :
7676 - name : Harden the runner (Audit all outbound calls)
77- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
77+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
7878 with :
7979 egress-policy : audit
8080
Original file line number Diff line number Diff line change 4141
4242 steps :
4343 - name : Harden the runner (Audit all outbound calls)
44- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
44+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
4545 with :
4646 egress-policy : audit
4747
5050
5151 # Initializes the CodeQL tools for scanning.
5252 - name : Initialize CodeQL
53- uses : github/codeql-action/init@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
53+ uses : github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
5454 with :
5555 languages : ${{ matrix.language }}
5656 # If you wish to specify custom queries, you can do so here or in a config file.
6060 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6161 # If this step fails, then you should remove it and run the build manually (see below)
6262 - name : Autobuild
63- uses : github/codeql-action/autobuild@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
63+ uses : github/codeql-action/autobuild@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
6464
6565 # ℹ️ Command-line programs to run using the OS shell.
6666 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
7373 # ./location_of_script_within_repo/buildscript.sh
7474
7575 - name : Perform CodeQL Analysis
76- uses : github/codeql-action/analyze@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
76+ uses : github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
7777 with :
7878 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Harden the runner (Audit all outbound calls)
20- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
20+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2121 with :
2222 egress-policy : audit
2323
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Harden the runner (Audit all outbound calls)
26- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
26+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2727 with :
2828 egress-policy : audit
2929
Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Harden the runner (Audit all outbound calls)
39- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
39+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
4040 with :
4141 egress-policy : audit
4242
7676
7777 # Upload the results to GitHub's code scanning dashboard.
7878 - name : " Upload to code-scanning"
79- uses : github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
79+ uses : github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
8080 with :
8181 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Harden the runner (Audit all outbound calls)
19- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
19+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2020 with :
2121 egress-policy : audit
2222
Original file line number Diff line number Diff line change 1414 issues : write
1515 steps :
1616 - name : Harden the runner (Audit all outbound calls)
17- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
17+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
1818 with :
1919 egress-policy : audit
2020
Original file line number Diff line number Diff line change 2727 skills : ${{ steps.changed-skills.outputs.skills }}
2828 steps :
2929 - name : Harden the runner (Audit all outbound calls)
30- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
30+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
3131 with :
3232 egress-policy : audit
3333
6868 skill : ${{ fromJson(needs.detect-changes.outputs.skills) }}
6969 steps :
7070 - name : Harden the runner (Audit all outbound calls)
71- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
71+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
7272 with :
7373 egress-policy : audit
7474
You can’t perform that action at this time.
0 commit comments