Skip to content

Bump github/codeql-action from 3.28.4 to 3.28.5 #5491

Bump github/codeql-action from 3.28.4 to 3.28.5

Bump github/codeql-action from 3.28.4 to 3.28.5 #5491

Workflow file for this run

name: spell
on:
pull_request:
push:
branches:
- master
permissions:
contents: read
jobs:
spell:
name: Check spelling
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
- run: pip install -r .github/workflows/spell.txt
- run: codespell