Skip to content

Bump actions/setup-go from 6.3.0 to 6.4.0 in the actions group across 1 directory #383

Bump actions/setup-go from 6.3.0 to 6.4.0 in the actions group across 1 directory

Bump actions/setup-go from 6.3.0 to 6.4.0 in the actions group across 1 directory #383

Workflow file for this run

name: GitHub Actions Security Analysis
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
paths:
- .github/workflows/zizmor.yaml
- .github/workflows/**/*.yaml
- .github/actions/**/*.yaml
pull_request:
branches:
- main
paths:
- .github/workflows/zizmor.yaml
- .github/workflows/**/*.yaml
- .github/actions/**/*.yaml
schedule:
# Some random-ish cron to help with GitHub Actions scheduling, once a week
- cron: 29 11 * * 2
permissions: {}
jobs:
zizmor:
name: Run zizmor
runs-on: ubuntu-latest
permissions:
security-events: write # Write events
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Run zizmor
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
with:
persona: pedantic
version: v1.16.0