summaryrefslogtreecommitdiff
path: root/.github/workflows/project.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-12-15 09:59:52 +0100
committerGitHub <noreply@github.com>2025-12-15 09:59:52 +0100
commit1fee750c3bf53164ea93f564fe53764bb727f9ea (patch)
tree7cb3c09315c0a73e0cabfefe60da99668eddc4f1 /.github/workflows/project.yml
parent57781231bbef3df293ce3a4ae4bc58643f839c97 (diff)
downloadzsh-1fee750c3bf53164ea93f564fe53764bb727f9ea.tar.gz
zsh-1fee750c3bf53164ea93f564fe53764bb727f9ea.tar.bz2
zsh-1fee750c3bf53164ea93f564fe53764bb727f9ea.zip
chore(deps): bump step-security/harden-runner from 2.13.3 to 2.14.0 (#13483)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/project.yml')
-rw-r--r--.github/workflows/project.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml
index 9bb3e6550..70597cab6 100644
--- a/.github/workflows/project.yml
+++ b/.github/workflows/project.yml
@@ -17,7 +17,7 @@ jobs:
if: github.repository == 'ohmyzsh/ohmyzsh'
steps:
- name: Harden the runner (Audit all outbound calls)
- uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
+ uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
with:
egress-policy: audit
- name: Authenticate as @ohmyzsh