File tree Expand file tree Collapse file tree 12 files changed +33
-33
lines changed
Expand file tree Collapse file tree 12 files changed +33
-33
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Harden Runner
23- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
23+ uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
2424 with :
2525 egress-policy : audit
2626
2727 - name : Checkout Repo
28- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
28+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2929 with :
3030 fetch-depth : 0
3131
@@ -121,12 +121,12 @@ jobs:
121121 runs-on : ubuntu-latest
122122 steps :
123123 - name : Harden Runner
124- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
124+ uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
125125 with :
126126 egress-policy : audit
127127
128128 - name : Checkout Repo
129- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
129+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
130130 with :
131131 fetch-depth : 0
132132
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Harden Runner
22- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
22+ uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
2323 with :
2424 egress-policy : audit
2525
2626 - name : Checkout code
27- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
27+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2828 with :
2929 fetch-depth : 0
3030
@@ -51,12 +51,12 @@ jobs:
5151 runs-on : ubuntu-latest
5252 steps :
5353 - name : Harden Runner
54- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
54+ uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
5555 with :
5656 egress-policy : audit
5757
5858 - name : Checkout code
59- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # master
59+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # master
6060 with :
6161 fetch-depth : 0
6262
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Harden Runner
20- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
20+ uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
2121 with :
2222 egress-policy : audit
2323
2424 - name : ' Checkout Repository'
25- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
25+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2626 - name : ' Dependency Review'
27- uses : actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
27+ uses : actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Harden Runner
22- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
22+ uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
2323 with :
2424 egress-policy : audit
2525
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Harden Runner
22- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
22+ uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
2323 with :
2424 egress-policy : audit
2525
2626 - name : Checkout
27- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
27+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2828
2929 - name : Generate Docs
3030 run : |
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
1616
1717 steps :
1818 - name : Harden Runner
19- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
19+ uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
2020 with :
2121 egress-policy : audit
2222
2323 - name : Checkout Repo
2424 id : checkout
25- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
25+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2626 with :
2727 fetch-depth : 0
2828
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Harden Runner
22- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
22+ uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
2323 with :
2424 egress-policy : audit
2525
26- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
26+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2727
2828 - name : Zip and Tar
2929 run : |
4343 accelerator.zip
4444
4545 - name : Add Artifacts to Release
46- uses : softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
46+ uses : softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
4747 if : startsWith(github.ref, 'refs/tags/')
4848 with :
4949 files : |
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818
1919 steps :
2020 - name : Harden Runner
21- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
21+ uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
2222 with :
2323 egress-policy : audit
2424
2525 - name : Checkout Repo
26- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
26+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
2727 with :
2828 fetch-depth : 0
2929
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
3131 # actions: read
3232 steps :
3333 - name : Harden Runner
34- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
34+ uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
3535 with :
3636 egress-policy : audit
3737
3838 - name : " Checkout code"
39- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
39+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
4040 with :
4141 persist-credentials : false
4242
7272 # Upload the results to GitHub's code scanning dashboard (optional).
7373 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7474 - name : " Upload to code-scanning"
75- uses : github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
75+ uses : github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
7676 with :
7777 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -26,18 +26,18 @@ jobs:
2626 pull-requests : write
2727 steps :
2828 - name : Harden Runner
29- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
29+ uses : step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
3030 with :
3131 egress-policy : audit
3232
3333 - name : Local repository checkout
34- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
34+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
3535 with :
3636 path : ${{ github.repository }}
3737 fetch-depth : 0
3838
3939 - name : Remote repository checkout
40- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
40+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
4141 with :
4242 repository : ${{ env.remote_repository }}
4343 path : ${{ env.remote_repository }}
You can’t perform that action at this time.
0 commit comments