Skip to content

Commit 592a467

Browse files
authored
Merge pull request #1395 from felddy/dependabot/github_actions/github-actions-all-d82dddbc3a
build(deps): bump step-security/harden-runner from 2.16.1 to 2.17.0 in the github-actions-all group
2 parents 1e6412d + c87f103 commit 592a467

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
steps:
6262
- name: Harden Runner
63-
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # tag=v2.16.1
63+
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # tag=v2.17.0
6464
with:
6565
egress-policy: block
6666
allowed-endpoints: >

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Harden Runner
15-
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # tag=v2.16.1
15+
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # tag=v2.17.0
1616
with:
1717
disable-sudo: true
1818
egress-policy: block

.github/workflows/stale-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Harden Runner
17-
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # tag=v2.16.1
17+
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # tag=v2.17.0
1818
with:
1919
egress-policy: block
2020
allowed-endpoints: >

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Harden Runner
29-
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # tag=v2.16.1
29+
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # tag=v2.17.0
3030
with:
3131
egress-policy: block
3232
allowed-endpoints: >

0 commit comments

Comments
 (0)