Skip to content

Commit 01a7f01

Browse files
chore(deps): update step-security/harden-runner action to v2.19.2 (#1157)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 456a85e commit 01a7f01

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: write
1616
steps:
1717
- name: Harden Runner
18-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
18+
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
1919
with:
2020
disable-sudo: true
2121
egress-policy: block

.github/workflows/package-audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Harden Runner
22-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
22+
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
2323
with:
2424
disable-sudo: true
2525
allowed-endpoints:
@@ -40,7 +40,7 @@ jobs:
4040
packages: read
4141
steps:
4242
- name: Harden Runner
43-
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
43+
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
4444
with:
4545
disable-sudo: true
4646
allowed-endpoints:

0 commit comments

Comments
 (0)