Skip to content

Commit 261dca5

Browse files
chore(deps): update step-security/harden-runner action to v2.19.2 (#171)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2caa9e4 commit 261dca5

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@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
16+
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
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
@@ -29,7 +29,7 @@ jobs:
2929
- 1.35.4
3030
steps:
3131
- name: Harden the runner (Audit all outbound calls)
32-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
32+
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
3333
with:
3434
egress-policy: audit
3535

@@ -92,7 +92,7 @@ jobs:
9292
contents: read
9393
steps:
9494
- name: Harden the runner (Audit all outbound calls)
95-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
95+
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
9696
with:
9797
egress-policy: audit
9898

@@ -277,7 +277,7 @@ jobs:
277277
contents: write
278278
steps:
279279
- name: Harden the runner (Audit all outbound calls)
280-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
280+
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
281281
with:
282282
egress-policy: audit
283283

0 commit comments

Comments
 (0)