File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Harden Runner
17- uses : step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5 # v2.0 .0
17+ uses : step-security/harden-runner@18bf8ad2ca49c14cbb28b91346d626ccfb00c518 # v2.1 .0
1818 with :
1919 disable-sudo : true
2020 egress-policy : block
Original file line number Diff line number Diff line change 4141
4242 steps :
4343 - name : Harden Runner
44- uses : step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5 # v2.0 .0
44+ uses : step-security/harden-runner@18bf8ad2ca49c14cbb28b91346d626ccfb00c518 # v2.1 .0
4545 with :
4646 disable-sudo : true
4747 egress-policy : block
5454
5555 # Initializes the CodeQL tools for scanning.
5656 - name : Initialize CodeQL
57- uses : github/codeql-action/init@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2.1.37
57+ uses : github/codeql-action/init@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
5858 with :
5959 languages : ${{ matrix.language }}
6060 # If you wish to specify custom queries, you can do so here or in a config file.
6767 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6868 # If this step fails, then you should remove it and run the build manually (see below)
6969 - name : Autobuild
70- uses : github/codeql-action/autobuild@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2.1.37
70+ uses : github/codeql-action/autobuild@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
7171
7272 # ℹ️ Command-line programs to run using the OS shell.
7373 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
8080 # ./location_of_script_within_repo/buildscript.sh
8181
8282 - name : Perform CodeQL Analysis
83- uses : github/codeql-action/analyze@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2.1.37
83+ uses : github/codeql-action/analyze@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
8484 with :
8585 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Harden Runner
13- uses : step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5 # v2.0 .0
13+ uses : step-security/harden-runner@18bf8ad2ca49c14cbb28b91346d626ccfb00c518 # v2.1 .0
1414 with :
1515 disable-sudo : true
1616 egress-policy : block
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Harden Runner
25- uses : step-security/harden-runner@ebacdc22ef6c2cfb85ee5ded8f2e640f4c776dd5 # v2.0 .0
25+ uses : step-security/harden-runner@18bf8ad2ca49c14cbb28b91346d626ccfb00c518 # v2.1 .0
2626 with :
2727 disable-sudo : true
2828 egress-policy : block
6969
7070 # Upload the results to GitHub's code scanning dashboard.
7171 - name : " Upload to code-scanning"
72- uses : github/codeql-action/upload-sarif@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2.1.37
72+ uses : github/codeql-action/upload-sarif@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # v2.2.4
7373 with :
7474 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments