Skip to content

Bump github/codeql-action from 3.29.9 to 3.29.10 (#3539) #1613

Bump github/codeql-action from 3.29.9 to 3.29.10 (#3539)

Bump github/codeql-action from 3.29.9 to 3.29.10 (#3539) #1613

Workflow file for this run

name: actions-lint
on:
push:
branches: [ master ]
paths-ignore:
- '**/*.gitattributes'
- '**/*.gitignore'
- '**/*.md'
pull_request:
branches: [ master ]
workflow_dispatch:
permissions: {}
env:
FORCE_COLOR: 3
TERM: xterm
ZIZMOR_VERSION: '1.12.0'
jobs:
lint:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
filter: 'tree:0'
persist-credentials: false
show-progress: false
- name: Add actionlint problem matcher
run: echo "::add-matcher::.github/actionlint-matcher.json"
- name: Lint workflows
uses: docker://rhysd/actionlint:1.7.7@sha256:887a259a5a534f3c4f36cb02dca341673c6089431057242cdc931e9f133147e9
with:
args: -color
- name: Lint workflows with zizmor
uses: zizmorcore/zizmor-action@5ca5fc7a4779c5263a3ffa0e1f693009994446d1 # v0.1.2
with:
persona: pedantic
version: ${{ env.ZIZMOR_VERSION }}