Skip to content

Commit 74b3c95

Browse files
authored
Merge pull request #420 from felddy/dependabot/github_actions/github-actions-all-2717ad4317
Bump the github-actions-all group across 1 directory with 2 updates
2 parents d3a66d2 + 69bedf7 commit 74b3c95

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

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

4646
steps:
4747
- name: Harden Runner
48-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # tag=v2.11.0
48+
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # tag=v2.11.1
4949
with:
5050
# TODO: change to 'egress-policy: block' after couple of runs
5151
egress-policy: audit

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Harden Runner
15-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # tag=v2.11.0
15+
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # tag=v2.11.1
1616
with: # TODO: change to 'egress-policy: block' after couple of runs
1717
egress-policy: audit
1818
- name: 'Checkout Repository'
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
2020
- name: 'Dependency Review'
21-
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # tag=v4.5.0
21+
uses: actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # tag=v4.6.0

.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@4d991eb9b905ef189e4c376166672c3f2f230481 # tag=v2.11.0
17+
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # tag=v2.11.1
1818
with:
1919
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2020

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Harden Runner
23-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # tag=v2.11.0
23+
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # tag=v2.11.1
2424
with:
2525
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
2626
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2

0 commit comments

Comments
 (0)