Skip to content

Commit 470f9e6

Browse files
chore(deps): update step-security/harden-runner action to v2.19.3 (#172)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 08235f2 commit 470f9e6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/bump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Harden the runner (Audit all outbound calls)
16-
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
16+
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
1717
with:
1818
egress-policy: audit
1919

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- 1.36.1
3131
steps:
3232
- name: Harden the runner (Audit all outbound calls)
33-
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
33+
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
3434
with:
3535
egress-policy: audit
3636

@@ -94,7 +94,7 @@ jobs:
9494
contents: read
9595
steps:
9696
- name: Harden the runner (Audit all outbound calls)
97-
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
97+
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
9898
with:
9999
egress-policy: audit
100100

@@ -279,7 +279,7 @@ jobs:
279279
contents: write
280280
steps:
281281
- name: Harden the runner (Audit all outbound calls)
282-
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
282+
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
283283
with:
284284
egress-policy: audit
285285

0 commit comments

Comments
 (0)