Skip to content

Commit 7c98e60

Browse files
authored
Merge pull request #45 from ts-graphviz/dependabot/github_actions/step-security/harden-runner-2.10.3
Bump step-security/harden-runner from 2.10.2 to 2.10.3
2 parents e38d318 + 8bc6713 commit 7c98e60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: read
1818
steps:
1919
- name: Harden Runner
20-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
20+
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
2121
with:
2222
egress-policy: audit
2323
- name: Checkout Repo
@@ -43,7 +43,7 @@ jobs:
4343
contents: read
4444
steps:
4545
- name: Harden Runner
46-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
46+
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
4747
with:
4848
egress-policy: audit
4949
- name: Checkout Repo
@@ -82,7 +82,7 @@ jobs:
8282
url: ${{ steps.deployment.outputs.page_url }}
8383
steps:
8484
- name: Harden Runner
85-
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
85+
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
8686
with:
8787
egress-policy: audit
8888
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8

0 commit comments

Comments
 (0)