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 @@ -27,19 +27,19 @@ jobs:
2727
2828 steps :
2929 - name : Harden Runner
30- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
30+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
3131 with :
3232 egress-policy : audit
3333
3434 - name : Checkout repository
3535 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3636
3737 - name : Initialize CodeQL
38- uses : github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
38+ uses : github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
3939 with :
4040 languages : ${{ matrix.language }}
4141
4242 - name : Perform CodeQL Analysis
43- uses : github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
43+ uses : github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
4444 with :
4545 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 2323 steps :
2424
2525 - name : Harden Runner
26- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
26+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
2727 with :
2828 egress-policy : audit
2929
7878 runs-on : ubuntu-latest
7979 steps :
8080 - name : Harden Runner
81- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
81+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
8282 with :
8383 egress-policy : audit
8484
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Harden Runner
12- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
12+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
1313 with :
1414 egress-policy : audit
1515
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Harden Runner
27- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
27+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
2828 with :
2929 egress-policy : audit
3030
5353 retention-days : 5
5454
5555 - name : " Upload to code-scanning dashboard"
56- uses : github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
56+ uses : github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
5757 with :
5858 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Harden Runner
23- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
23+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
2424 with :
2525 egress-policy : audit
2626
3131
3232 - name : Python Semantic Release
3333 id : release
34- uses : python-semantic-release/python-semantic-release@4d4cb0ab842247caea1963132c242c62aab1e4d5 # v10.4.1
34+ uses : python-semantic-release/python-semantic-release@02f2a5c74dbb6aa2989f10fc4af12cd8e6bf025f # v10.5.2
3535 with :
3636 git_committer_email : " shell-logger-semantic-release@sandia.gov"
3737 git_committer_name : " semantic-release"
7878
7979 steps :
8080 - name : Harden Runner
81- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
81+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
8282 with :
8383 egress-policy : audit
8484
@@ -100,7 +100,7 @@ jobs:
100100 path : dist
101101
102102 - name : Publish to GitHub Releases
103- uses : python-semantic-release/publish-action@ae6462adc12bd3d1738070d784b65b5189b955a9 # v10.4.1
103+ uses : python-semantic-release/publish-action@948bb8fccc5e8072f2c52464b45c76a8bb3878e6 # v10.5.2
104104 with :
105105 github_token : ${{ secrets.GH_TOKEN }}
106106
You can’t perform that action at this time.
0 commit comments