File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Harden the runner (Audit all outbound calls)
16- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
16+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
1717 with :
1818 egress-policy : audit
1919
2020 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121 - name : Set up JDK
22- uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
22+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
2323 with :
2424 java-version : 17
2525 distribution : temurin
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
2121 PRERELEASE : " ${{ github.event.inputs.prerelease }}"
2222 steps :
2323 - name : Harden the runner (Audit all outbound calls)
24- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
24+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
2525 with :
2626 egress-policy : audit
2727
2828 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929 with :
3030 fetch-depth : 0
3131 - name : Set up JDK
32- uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
32+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
3333 with :
3434 java-version : 17
3535 distribution : temurin
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Harden the runner (Audit all outbound calls)
15- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
15+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
1616 with :
1717 egress-policy : audit
1818
1919 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020 - name : Set up JDK
21- uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
21+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
2222 with :
2323 java-version : 17
2424 distribution : temurin
@@ -32,15 +32,15 @@ jobs:
3232 GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
3333 steps :
3434 - name : Harden the runner (Audit all outbound calls)
35- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
35+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
3636 with :
3737 egress-policy : audit
3838
3939 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4040 with :
4141 fetch-depth : 0
4242 - name : Set up JDK
43- uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
43+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
4444 with :
4545 java-version : 17
4646 distribution : temurin
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Harden the runner (Audit all outbound calls)
14- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
14+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
1515 with :
1616 egress-policy : audit
1717
You can’t perform that action at this time.
0 commit comments