File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
Expand file tree Collapse file tree 6 files changed +13
-13
lines changed 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@1b549b9259bda1cb5ddde3b41741a82a2d15a841
58+ uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387
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@1b549b9259bda1cb5ddde3b41741a82a2d15a841
92+ uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387
9393 with :
9494 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 2727 path : ./results
2828
2929 # Artifact download
30- - uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
30+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
3131 with :
3232 name : scan-fossology-report
Original file line number Diff line number Diff line change 2626 path : ./license-finder-report
2727
2828 - name : Artifact download
29- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
29+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
3030 with :
3131 name : scan-license-finder-report
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Harden Runner
23- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf
23+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
2424 with :
2525 egress-policy : audit
2626
7878
7979 steps :
8080 - name : Harden Runner
81- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf
81+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
8282 with :
8383 egress-policy : audit
8484
@@ -111,22 +111,22 @@ jobs:
111111 if : startsWith(github.ref, 'refs/tags/')
112112 steps :
113113 - name : Harden Runner
114- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf
114+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
115115 with :
116116 egress-policy : audit
117117
118118 - name : Download ${{ needs.build.outputs.version }}_s.bin
119- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
119+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
120120 with :
121121 name : ${{ needs.build.outputs.version }}_s.bin
122122
123123 - name : Download ${{ needs.build.outputs.version }}_ns.bin
124- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
124+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
125125 with :
126126 name : ${{ needs.build.outputs.version }}_ns.bin
127127
128128 - name : Upload assets
129- uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda
129+ uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
130130 with :
131131 files : |
132132 ${{ needs.build.outputs.version }}_s.bin
Original file line number Diff line number Diff line change 2727 path : ./results/
2828
2929 - name : Artifact download
30- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e
30+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
3131 with :
3232 name : scan-scancode-report
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Harden Runner
35- uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf
35+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0
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@1b549b9259bda1cb5ddde3b41741a82a2d15a841
75+ uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387
7676 with :
7777 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments