diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-11-09 20:03:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-09 20:03:00 +0100 |
| commit | 18d0a63df8ed61aad7b25dc9c6f61a7cb88760dc (patch) | |
| tree | 5d192c6da1b539a94c68f0faf82e9e7ddfb79f60 /.github/workflows/dependencies.yml | |
| parent | e70086a76a89405caa22f3e7fed6fcc8aeaa6f7c (diff) | |
| download | zsh-18d0a63df8ed61aad7b25dc9c6f61a7cb88760dc.tar.gz zsh-18d0a63df8ed61aad7b25dc9c6f61a7cb88760dc.tar.bz2 zsh-18d0a63df8ed61aad7b25dc9c6f61a7cb88760dc.zip | |
chore(deps): bump step-security/harden-runner from 2.13.1 to 2.13.2 (#13414)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/dependencies.yml')
| -rw-r--r-- | .github/workflows/dependencies.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index be54fdf41..9ff5ae375 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -14,7 +14,7 @@ jobs: if: github.repository == 'ohmyzsh/ohmyzsh' steps: - name: Harden the runner (Audit all outbound calls) - uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1 + uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2 with: egress-policy: audit |
