Skip to content

build(deps): bump the pinned-test-dependencies group across 3 directo… #226

build(deps): bump the pinned-test-dependencies group across 3 directo…

build(deps): bump the pinned-test-dependencies group across 3 directo… #226

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.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 .