Skip to content

build(deps): bump the actions group across 1 directory with 2 updates… #8

build(deps): bump the actions group across 1 directory with 2 updates…

build(deps): bump the actions group across 1 directory with 2 updates… #8

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Run zizmor
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pipx install zizmor
zizmor --min-severity=medium .github/workflows/