Skip to content

Commit fefd7df

Browse files
chore(deps): update step-security/harden-runner action to v2.14.0
1 parent 6648d03 commit fefd7df

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: code_quality
2020
steps:
2121
- name: Harden the runner (Audit all outbound calls)
22-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
22+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
2323
with:
2424
egress-policy: audit
2525
- name: Checkout repository
@@ -41,7 +41,7 @@ jobs:
4141
name: code_quality
4242
steps:
4343
- name: Harden the runner (Audit all outbound calls)
44-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
44+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
4545
with:
4646
egress-policy: audit
4747
- name: Checkout repository
@@ -72,7 +72,7 @@ jobs:
7272
name: build
7373
steps:
7474
- name: Harden the runner (Audit all outbound calls)
75-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
75+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
7676
with:
7777
egress-policy: audit
7878
- name: Checkout repository
@@ -110,7 +110,7 @@ jobs:
110110
if: github.event_name != 'pull_request'
111111
steps:
112112
- name: Harden the runner (Audit all outbound calls)
113-
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
113+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
114114
with:
115115
egress-policy: audit
116116
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)