Skip to content

Pin remaining GitHub actions to SHA hash #2645

Pin remaining GitHub actions to SHA hash

Pin remaining GitHub actions to SHA hash #2645

Workflow file for this run

---
name: Codespell
on: # yamllint disable-line rule:truthy
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Codespell
uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2.0