Skip to content

build(deps): bump the actions-dependencies group across 7 directories with 3 updates #240

build(deps): bump the actions-dependencies group across 7 directories with 3 updates

build(deps): bump the actions-dependencies group across 7 directories with 3 updates #240

Workflow file for this run

name: Lint actions & workflows
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
permissions: {}
jobs:
lint-actions-and-workflows:
name: Lint actions & workflows
permissions:
security-events: write
contents: read
actions: read
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: '3.14'
cache: 'pip'
cache-dependency-path: |
actions/lint-requirements.txt
- name: Install zizmor
run: python -m pip install -r actions/lint-requirements.txt
- name: Run zizmor
run: zizmor .