Skip to content

Commit 6cd22a0

Browse files
Update step-security/harden-runner action to v2.13.0
1 parent e795751 commit 6cd22a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Harden Runner
33-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
33+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
3434
with:
3535
egress-policy: audit
3636

@@ -55,7 +55,7 @@ jobs:
5555
needs: build
5656
steps:
5757
- name: Harden Runner
58-
uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
58+
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
5959
with:
6060
egress-policy: audit
6161

0 commit comments

Comments
 (0)