Skip to content

build(deps): bump step-security/harden-runner from 2.19.4 to 2.20.0 in the actions group #6

build(deps): bump step-security/harden-runner from 2.19.4 to 2.20.0 in the actions group

build(deps): bump step-security/harden-runner from 2.19.4 to 2.20.0 in the actions group #6

Workflow file for this run

name: Actions Security
on:
push:
branches: [main]
paths: [".github/workflows/**"]
pull_request:
branches: [main]
paths: [".github/workflows/**"]
permissions:
contents: read
concurrency:
group: actions-lint-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
zizmor:
name: zizmor (workflow audit)
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Run zizmor
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pipx install zizmor
zizmor --min-severity=medium .github/workflows/