Skip to content

chore(deps): bump chainguard-dev/actions from 1.6.14 to 1.6.15 in the all group across 1 directory #36

chore(deps): bump chainguard-dev/actions from 1.6.14 to 1.6.15 in the all group across 1 directory

chore(deps): bump chainguard-dev/actions from 1.6.14 to 1.6.15 in the all group across 1 directory #36

Workflow file for this run

# Copyright 2026 Chainguard, Inc.
# SPDX-License-Identifier: Apache-2.0
name: Zizmor
on:
pull_request:
branches: ['main']
paths:
- '.github/workflows/**'
- '.github/actions/**'
push:
branches: ['main']
paths:
- '.github/workflows/**'
- '.github/actions/**'
permissions: {}
jobs:
zizmor:
name: Zizmor
runs-on: ubuntu-latest
permissions:
actions: read # Required by codeql-action/upload-sarif to get workflow run info
contents: read # Clone the repository
security-events: write # Upload SARIF results to Code Scanning
steps:
- uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
with:
egress-policy: block
allowed-endpoints: >
api.github.com:443
github.com:443
pkg-containers.githubusercontent.com:443
ghcr.io
- name: Check out code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Run zizmor
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3