File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Harden Runner
28- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
28+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
2929 with :
3030 egress-policy : audit
3131
Original file line number Diff line number Diff line change 2424 steps :
2525
2626 - name : Harden Runner
27- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
27+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
2828 with :
2929 egress-policy : audit
3030
7878 runs-on : ubuntu-latest
7979 steps :
8080 - name : Harden Runner
81- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
81+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.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@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
12+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.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@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
27+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
2828 with :
2929 egress-policy : audit
3030
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Harden Runner
21- uses : step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
21+ uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
2222 with :
2323 egress-policy : audit
2424
2929
3030 - name : Python Semantic Release
3131 id : release
32- uses : python-semantic-release/python-semantic-release@f9e152fb36cd2e590fe8c2bf85bbff08f7fc1c52 # v10.1 .0
32+ uses : python-semantic-release/python-semantic-release@2896129e02bb7809d2cf0c1b8e9e795ee27acbcf # v10.2 .0
3333 with :
3434 git_committer_email : " staged-script-semantic-release@sandia.gov"
3535 git_committer_name : " semantic-release"
4242 if : steps.release.outputs.released == 'true'
4343
4444 - name : Publish to GitHub Releases
45- uses : python-semantic-release/publish-action@ca88900e4d435c6645d47e5f1e7f108e94c77f05 # v10.1 .0
45+ uses : python-semantic-release/publish-action@b717f67f7e7e9f709357bce5a542846503ce46ec # v10.2 .0
4646 if : steps.release.outputs.released == 'true'
4747 with :
4848 github_token : ${{ secrets.GH_TOKEN }}
You can’t perform that action at this time.
0 commit comments