Skip to content

Commit e3f4dc4

Browse files
chore(deps): update step-security/harden-runner action to v2.19.0
1 parent 8096ed9 commit e3f4dc4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pull-requests: write
2121
steps:
2222
- name: Harden the runner (Audit all outbound calls)
23-
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
23+
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
2424
with:
2525
egress-policy: audit
2626
- name: Checkout repository
@@ -46,7 +46,7 @@ jobs:
4646
pull-requests: write
4747
steps:
4848
- name: Harden the runner (Audit all outbound calls)
49-
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
49+
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
5050
with:
5151
egress-policy: audit
5252
- name: Checkout repository
@@ -79,7 +79,7 @@ jobs:
7979
contents: write
8080
steps:
8181
- name: Harden the runner (Audit all outbound calls)
82-
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
82+
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
8383
with:
8484
egress-policy: audit
8585
- name: Checkout repository
@@ -117,7 +117,7 @@ jobs:
117117
if: github.event_name != 'pull_request'
118118
steps:
119119
- name: Harden the runner (Audit all outbound calls)
120-
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
120+
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
121121
with:
122122
egress-policy: audit
123123
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)