Skip to content

build(deps): bump the github-actions group across 1 directory with 7 updates #281

build(deps): bump the github-actions group across 1 directory with 7 updates

build(deps): bump the github-actions group across 1 directory with 7 updates #281

Workflow file for this run

name: GitHub Actions security analysis
on:
push:
branches: ['main']
pull_request:
branches: ['**']
concurrency:
group: zizmor-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
zizmor:
name: Run zizmor
runs-on: ubuntu-latest
permissions:
security-events: write # to upload SARIF results to code scanning
contents: read
actions: read
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Run zizmor
uses: zizmorcore/zizmor-action@6fc4b006235f201fdab3722e17240ab420d580e5 # v0.6.1
with:
version: "1.25.2"
# only upload to github advanced security on `main`.
# on PRs from forks (which do not have permission to push SARIF results)
# we surface findings as PR annotations instead.
advanced-security: ${{ github.event_name == 'push' }}
annotations: ${{ github.event_name == 'pull_request' }}