@@ -25,11 +25,11 @@ jobs:
2525 npm_tag : ${{ steps.npm_version_output.outputs.NPM_TAG }}
2626 steps :
2727 - name : Harden the runner (Audit all outbound calls)
28- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
28+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
2929 with :
3030 egress-policy : audit
3131
32- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
32+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
3333 with :
3434 fetch-depth : 0
3535 submodules : true
@@ -97,11 +97,11 @@ jobs:
9797 needs : build
9898 steps :
9999 - name : Harden the runner (Audit all outbound calls)
100- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
100+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
101101 with :
102102 egress-policy : audit
103103
104- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
104+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
105105 with :
106106 submodules : true
107107 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
@@ -136,7 +136,7 @@ jobs:
136136 - name : SBG tests
137137 run : ./gradlew runSbgTests --stacktrace
138138 - name : Run unit tests
139- uses : ReactiveCircus/android-emulator-runner@1dcd0090116d15e7c562f8db72807de5e036a4ed # v2.34 .0
139+ uses : ReactiveCircus/android-emulator-runner@b530d96654c385303d652368551fb075bc2f0b6b # v2.35 .0
140140 with :
141141 api-level : ${{env.ANDROID_API}}
142142 # this is needed on API 30+
@@ -156,7 +156,7 @@ jobs:
156156 NPM_TAG : ${{needs.build.outputs.npm_tag}}
157157 steps :
158158 - name : Harden the runner (Audit all outbound calls)
159- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
159+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
160160 with :
161161 egress-policy : audit
162162
@@ -187,11 +187,11 @@ jobs:
187187 NPM_VERSION : ${{needs.build.outputs.npm_version}}
188188 steps :
189189 - name : Harden the runner (Audit all outbound calls)
190- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
190+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
191191 with :
192192 egress-policy : audit
193193
194- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
194+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0
195195 with :
196196 fetch-depth : 0
197197 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
0 commit comments