3434 tag : ${{ steps.vars.outputs.tag }}
3535 steps :
3636 - name : Harden the runner (Audit all outbound calls)
37- uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
37+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
3838 with :
3939 egress-policy : audit
4040
9090 needs : validate
9191 steps :
9292 - name : Harden the runner (Audit all outbound calls)
93- uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
93+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
9494 with :
9595 egress-policy : audit
9696
@@ -100,7 +100,7 @@ jobs:
100100 ref : ${{ inputs.ref }}
101101
102102 - name : Set up Java
103- uses : actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4 .0
103+ uses : actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5 .0
104104 with :
105105 distribution : temurin
106106 java-version : ' 17'
@@ -118,7 +118,7 @@ jobs:
118118 name : maven-central-prod
119119 steps :
120120 - name : Harden the runner (Audit all outbound calls)
121- uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
121+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
122122 with :
123123 egress-policy : audit
124124
@@ -128,7 +128,7 @@ jobs:
128128 ref : ${{ inputs.ref }}
129129
130130 - name : Set up Java for publishing
131- uses : actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4 .0
131+ uses : actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5 .0
132132 with :
133133 distribution : temurin
134134 java-version : ' 17'
@@ -158,7 +158,7 @@ jobs:
158158 contents : write
159159 steps :
160160 - name : Harden the runner (Audit all outbound calls)
161- uses : step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
161+ uses : step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
162162 with :
163163 egress-policy : audit
164164
0 commit comments