Skip to content

build(deps): bump actions/checkout in the actions group (#10) #5

build(deps): bump actions/checkout in the actions group (#10)

build(deps): bump actions/checkout in the actions group (#10) #5

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@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
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/