Skip to content

Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#51) #13

Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#51)

Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#51) #13

Workflow file for this run

# See https://github.com/kaitai-io/.github/blob/0bf3b93ceb1d254f5b3333eb9b7c40d92fcef16e/.github/workflows/self-zizmor.yml
name: GitHub Actions security analysis with zizmor
on:
push:
branches:
- master
pull_request: {}
permissions: {}
jobs:
zizmor:
uses: kaitai-io/.github/.github/workflows/zizmor.yml@main # zizmor: ignore[unpinned-uses]
permissions:
security-events: write # Required for upload-sarif (used by zizmor-action) to upload SARIF files.
contents: read # Only needed for private repos. Needed to clone the repo.
actions: read # Only needed for private repos. Needed for upload-sarif to read workflow run info.