Skip to content

ci: bump zizmorcore/zizmor-action from 0.6.2 to 0.6.3 #53

ci: bump zizmorcore/zizmor-action from 0.6.2 to 0.6.3

ci: bump zizmorcore/zizmor-action from 0.6.2 to 0.6.3 #53

name: Infrastructure lint
on:
pull_request:
paths:
- ".github/**"
- "**/Dockerfile"
- "**/*.sh"
- ".hadolint.yaml"
push:
branches: [main]
paths:
- ".github/**"
- "**/Dockerfile"
- "**/*.sh"
- ".hadolint.yaml"
workflow_dispatch:
concurrency:
group: infrastructure-lint-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions:
contents: read
jobs:
lint:
name: workflows, shell, and Dockerfiles
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Run actionlint, ShellCheck, and Hadolint
run: bash scripts/check-infrastructure.sh
- name: Audit GitHub Actions security
uses: zizmorcore/zizmor-action@70fb788f84895a7701f5643d103d587e460b5c99 # v0.6.3
with:
version: v1.29.0
advanced-security: false
annotations: true