File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -45,17 +45,17 @@ jobs:
4545
4646 steps :
4747 - name : Harden Runner
48- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # tag=v2.12.1
48+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # tag=v2.13.0
4949 with :
5050 # TODO: change to 'egress-policy: block' after couple of runs
5151 egress-policy : audit
5252
5353 - name : Checkout repository
54- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
54+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
5555
5656 # Initializes the CodeQL tools for scanning.
5757 - name : Initialize CodeQL
58- uses : github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # tag=codeql-bundle-v3.29.0
58+ uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # tag=codeql-bundle-v3.29.8
5959 with :
6060 languages : ${{ matrix.language }}
6161
6565 # manually (see below).
6666 # manually (see below).
6767 - name : Autobuild
68- uses : github/codeql-action/autobuild@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # tag=codeql-bundle-v3.29.0
68+ uses : github/codeql-action/autobuild@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # tag=codeql-bundle-v3.29.8
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@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # tag=codeql-bundle-v3.29.0
86+ uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # tag=codeql-bundle-v3.29.8
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Harden Runner
15- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # tag=v2.12.1
15+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # tag=v2.13.0
1616 with : # TODO: change to 'egress-policy: block' after couple of runs
1717 egress-policy : audit
1818 - name : ' Checkout Repository'
19- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
19+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
2020 - name : ' Dependency Review'
2121 uses : actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # tag=v4.7.1
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : " Checkout code"
31- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
31+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
3232 with :
3333 persist-credentials : false
3434
6060
6161 # Upload the results to GitHub's code scanning dashboard.
6262 - name : " Upload to code-scanning"
63- uses : github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # tag=codeql-bundle-v3.29.0
63+ uses : github/codeql-action/upload-sarif@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # tag=codeql-bundle-v3.29.8
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@002fdce3c6a235733a90a27c80493a3241e56863 # tag=v2.12.1
17+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # tag=v2.13.0
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 @@ -20,10 +20,10 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Harden Runner
23- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # tag=v2.12.1
23+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # tag=v2.13.0
2424 with :
2525 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
26- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
26+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
2727 - name : Sync repository labels
2828 if : success()
2929 uses : crazy-max/ghaction-github-labeler@24d110aa46a59976b8a7f35518cb7f14f434c916 # tag=v5.3.0
You can’t perform that action at this time.
0 commit comments