Skip to content

Commit 1a3bf47

Browse files
authored
Merge pull request #10 from deploymenttheory/dependabot/github_actions/step-security/harden-runner-2.11.1
Bump step-security/harden-runner from 2.11.0 to 2.11.1
2 parents 82ea90c + 281092a commit 1a3bf47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependancy-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212

1313
- name: Harden Runner
14-
uses: step-security/[email protected].0
14+
uses: step-security/[email protected].1
1515
with:
1616
egress-policy: audit
1717

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 25
1818
steps:
1919
- name: Harden Runner
20-
uses: step-security/[email protected].0
20+
uses: step-security/[email protected].1
2121
with:
2222
egress-policy: audit
2323

0 commit comments

Comments
 (0)