Skip to content

Commit 359cf85

Browse files
authored
Merge pull request #376 from nodenv/dependabot/github_actions/step-security/harden-runner-2.19.0
Bump step-security/harden-runner from 2.18.0 to 2.19.0
2 parents 4663f39 + f634250 commit 359cf85

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
brew-audit:
2121
runs-on: macos-latest
2222
steps:
23-
- uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
23+
- uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
2424
with: { egress-policy: audit }
2525
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
with: { persist-credentials: false }
@@ -35,7 +35,7 @@ jobs:
3535
brew-install:
3636
runs-on: macos-latest
3737
steps:
38-
- uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
38+
- uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
3939
with: { egress-policy: audit }
4040
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4141
with: { persist-credentials: false }

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
packages: read
2121
pull-requests: read
2222
steps:
23-
- uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
23+
- uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
2424
with: { egress-policy: audit }
2525
- id: set-up-homebrew
2626
uses: Homebrew/actions/setup-homebrew@6c79ae0677a9b0b8046a936b4ada8980885eafb8 # main

0 commit comments

Comments
 (0)