Skip to content

build(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1 #18

build(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1

build(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1 #18

Workflow file for this run

name: GitHub Actions security
on:
push:
paths:
- '.github/workflows/**'
- '.github/dependabot.yml'
- '**/action.yml'
- '**/action.yaml'
pull_request:
paths:
- '.github/workflows/**'
- '.github/dependabot.yml'
- '**/action.yml'
- '**/action.yaml'
workflow_dispatch:
permissions: {}
concurrency:
group: zizmor-${{ github.ref }}
cancel-in-progress: true
jobs:
zizmor:
name: Scan workflows
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: zizmorcore/zizmor-action@6fc4b006235f201fdab3722e17240ab420d580e5 # v0.6.1
with:
advanced-security: false
annotations: true
online-audits: true
persona: pedantic
version: v1.28.0