Skip to content

chore: bump github/codeql-action from 3.28.14 to 3.28.15 in the action-dependencies group #15

chore: bump github/codeql-action from 3.28.14 to 3.28.15 in the action-dependencies group

chore: bump github/codeql-action from 3.28.14 to 3.28.15 in the action-dependencies group #15

Workflow file for this run

# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
name: GitHub actions security
on:
push:
branches:
- master
- nedbat/*
pull_request:
workflow_dispatch:
permissions: {}
jobs:
zizmor:
name: zizmor
runs-on: ubuntu-latest
permissions:
contents: read
actions: read
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Install the latest version of uv
uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 #v5.4.2
with:
enable-cache: false
- name: Run zizmor
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: uvx zizmor --pedantic .github/workflows