|
18 | 18 | npm_tag: ${{ steps.npm_version_output.outputs.NPM_TAG }} |
19 | 19 | steps: |
20 | 20 | - name: Harden the runner (Audit all outbound calls) |
21 | | - uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0 |
| 21 | + uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 |
22 | 22 | with: |
23 | 23 | egress-policy: audit |
24 | 24 | - uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0 |
|
87 | 87 | needs: build |
88 | 88 | steps: |
89 | 89 | - name: Harden the runner (Audit all outbound calls) |
90 | | - uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0 |
| 90 | + uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 |
91 | 91 | with: |
92 | 92 | egress-policy: audit |
93 | 93 | - uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0 |
@@ -128,7 +128,7 @@ jobs: |
128 | 128 | mkdir -p dist-test |
129 | 129 | echo TEST_FOLDER=$(pwd)/dist-test >> $GITHUB_ENV |
130 | 130 | - name: Xcode Tests |
131 | | - uses: nick-fields/retry@14672906e672a08bd6eeb15720e9ed3ce869cdd4 # v2.9.0 |
| 131 | + uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2 |
132 | 132 | # try to run the tests with xcpretty. If it fails then try again without xcpretty twice for better log output |
133 | 133 | # the xcode tests are a bit flaky and they should never fail on this step, as this step only collects the JS test results as junit xml |
134 | 134 | with: |
@@ -161,7 +161,7 @@ jobs: |
161 | 161 | NPM_TAG: ${{needs.build.outputs.npm_tag}} |
162 | 162 | steps: |
163 | 163 | - name: Harden the runner (Audit all outbound calls) |
164 | | - uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0 |
| 164 | + uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 |
165 | 165 | with: |
166 | 166 | egress-policy: audit |
167 | 167 | - uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1 |
@@ -191,7 +191,7 @@ jobs: |
191 | 191 | NPM_VERSION: ${{needs.build.outputs.npm_version}} |
192 | 192 | steps: |
193 | 193 | - name: Harden the runner (Audit all outbound calls) |
194 | | - uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0 |
| 194 | + uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 |
195 | 195 | with: |
196 | 196 | egress-policy: audit |
197 | 197 | - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 |
|
0 commit comments