File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555
5656 # Initializes the CodeQL tools for scanning.
5757 - name : Initialize CodeQL
58- uses : github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81
58+ uses : github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938
5959 with :
6060 languages : ${{ matrix.language }}
6161 # If you wish to specify custom queries, you can do so here or in a config file.
8989 make
9090
9191 - name : Perform CodeQL Analysis
92- uses : github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81
92+ uses : github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938
9393 with :
9494 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
13- - uses : cpp-linter/cpp-linter-action@0b93f5833680005fbb233652d0e3d8835b3cc2f3
13+ - uses : cpp-linter/cpp-linter-action@08d1ce7079c971911b36673d2818aef029de8a2e
1414 id : linter
1515 continue-on-error : true
1616 env :
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Harden Runner
23- uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920
23+ uses : step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c
2424 with :
2525 egress-policy : audit
2626
7878
7979 steps :
8080 - name : Harden Runner
81- uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920
81+ uses : step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c
8282 with :
8383 egress-policy : audit
8484
@@ -111,7 +111,7 @@ jobs:
111111 if : startsWith(github.ref, 'refs/tags/')
112112 steps :
113113 - name : Harden Runner
114- uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920
114+ uses : step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c
115115 with :
116116 egress-policy : audit
117117
@@ -126,7 +126,7 @@ jobs:
126126 name : ${{ needs.build.outputs.version }}_ns.bin
127127
128128 - name : Upload assets
129- uses : softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228
129+ uses : softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64
130130 with :
131131 files : |
132132 ${{ needs.build.outputs.version }}_s.bin
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Harden Runner
35- uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920
35+ uses : step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c
3636 with :
3737 egress-policy : audit
3838
7272
7373 # Upload the results to GitHub's code scanning dashboard.
7474 - name : " Upload to code-scanning"
75- uses : github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81
75+ uses : github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938
7676 with :
7777 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments