Skip to content

Commit 6c78eff

Browse files
chore(deps): bump step-security/harden-runner from 2.8.1 to 2.9.0
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ricky Saechao <76449893+RickyLB@users.noreply.github.com>
1 parent 6500d03 commit 6c78eff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/swift-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: macos-12
1717
steps:
1818
- name: Harden Runner
19-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
19+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
2020
with:
2121
egress-policy: audit
2222

@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ${{ matrix.os }}
3939
steps:
4040
- name: Harden Runner
41-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
41+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
4242
with:
4343
egress-policy: audit
4444

@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ${{ matrix.os }}
7272
steps:
7373
- name: Harden Runner
74-
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
74+
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
7575
with:
7676
egress-policy: audit
7777

0 commit comments

Comments
 (0)