File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4545
4646 steps :
4747 - name : Harden Runner
48- uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # tag=v2.9.1
48+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # tag=v2.10.2
4949 with :
5050 # TODO: change to 'egress-policy: block' after couple of runs
5151 egress-policy : audit
5555
5656 # Initializes the CodeQL tools for scanning.
5757 - name : Initialize CodeQL
58- uses : github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # tag=codeql-bundle-v3.27.5
58+ uses : github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # tag=codeql-bundle-v3.28.0
5959 with :
6060 languages : ${{ matrix.language }}
6161
6565 # manually (see below).
6666 # manually (see below).
6767 - name : Autobuild
68- uses : github/codeql-action/autobuild@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # tag=codeql-bundle-v3.27.5
68+ uses : github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # tag=codeql-bundle-v3.28.0
6969
7070 # ℹ️ Command-line programs to run using the OS shell. 📚
7171 # https://git.io/JvXDl
8383 # make release
8484
8585 - name : Perform CodeQL Analysis
86- uses : github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # tag=codeql-bundle-v3.27.5
86+ uses : github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # tag=codeql-bundle-v3.28.0
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Harden Runner
15- uses : step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # tag=v2.9.1
15+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # tag=v2.10.2
1616 with : # TODO: change to 'egress-policy: block' after couple of runs
1717 egress-policy : audit
1818 - name : ' Checkout Repository'
Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ jobs:
5252 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5353 # format to the repository Actions tab.
5454 - name : " Upload artifact"
55- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # tag=v4.4.3
55+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # tag=v4.5.0
5656 with :
5757 name : SARIF file
5858 path : results.sarif
5959 retention-days : 5
6060
6161 # Upload the results to GitHub's code scanning dashboard.
6262 - name : " Upload to code-scanning"
63- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # tag=codeql-bundle-v3.27.5
63+ uses : github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # tag=codeql-bundle-v3.28.0
6464 with :
6565 sarif_file : results.sarif
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@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # tag=v2.9.1
17+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # tag=v2.10.2
1818 with :
1919 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
2020
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@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # tag=v2.9.1
23+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # tag=v2.10.2
2424 with :
2525 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
2626 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
You can’t perform that action at this time.
0 commit comments