Skip to content

chore(deps): bump zizmorcore/zizmor-action from 0.5.3 to 0.5.7 #68

chore(deps): bump zizmorcore/zizmor-action from 0.5.3 to 0.5.7

chore(deps): bump zizmorcore/zizmor-action from 0.5.3 to 0.5.7 #68

Workflow file for this run

name: GitHub Actions Security
on:
push:
branches: [master, beta]
paths:
- ".github/workflows/**"
- ".github/actions/**"
- ".github/scripts/**"
- ".github/dependabot.yml"
- "package.json"
- "pnpm-lock.yaml"
pull_request:
branches: [master, beta]
paths:
- ".github/workflows/**"
- ".github/actions/**"
- ".github/scripts/**"
- ".github/dependabot.yml"
- "package.json"
- "pnpm-lock.yaml"
workflow_dispatch:
permissions: {}
jobs:
dependency-review:
name: Dependency review
if: ${{ github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- name: Review dependency changes
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0
zizmor:
name: zizmor
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- name: Audit GitHub Actions
uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7
with:
advanced-security: false
annotations: true