Skip to content

Update actions/checkout action to v6.1.0 #23

Update actions/checkout action to v6.1.0

Update actions/checkout action to v6.1.0 #23

Workflow file for this run

name: GitHub Actions Security Analysis with zizmor 🌈
on: # zizmor: ignore[concurrency-limits]
push:
branches:
- main
paths:
- '.github/workflows/*.yml'
- 'action.yml'
pull_request:
paths:
- '.github/workflows/*.yml'
- 'action.yml'
permissions: {}
jobs:
zizmor:
name: Run zizmor 🌈
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
with:
persist-credentials: false
- name: Run zizmor 🌈
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
with:
advanced-security: false
annotations: true
online-audits: false
persona: 'pedantic'