Skip to content

chore(deps): update ghcr.io/zizmorcore/zizmor docker tag to v1.30.1 #69

chore(deps): update ghcr.io/zizmorcore/zizmor docker tag to v1.30.1

chore(deps): update ghcr.io/zizmorcore/zizmor docker tag to v1.30.1 #69

Workflow file for this run

name: Lint
on:
push:
paths-ignore:
- 'CHANGELOG.md'
pull_request:
paths-ignore:
- 'CHANGELOG.md'
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
with:
persist-credentials: false
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
with:
go-version-file: go.mod
- parallel:
- name: golangci-lint
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9
with:
version: v2.13.2
- name: Run zizmor
uses: zizmorcore/zizmor-action@70fb788f84895a7701f5643d103d587e460b5c99 # v0.6.3
with:
persona: pedantic
advanced-security: 'false'
annotations: 'true'
version: '1.30.1'
# TODO: add enable strict collection when the action enables it