Skip to content

Commit

Permalink
fix(codespell): using StepSecurity
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinMauroy committed Jun 1, 2024
1 parent 432e4cd commit ae82a54
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# https://github.com/codespell-project/actions-codespell
name: codespell
on: [pull_request, push]
permissions:
contents: read

jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2
- name: Harden Runner
uses: step-security/harden-runner@f086349bfa2bd1361f7909c78558e816508cdc10 # v2.8.0
with:
egress-policy: audit

- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2.0
with:
ignore_words_list: crate,raison

0 comments on commit ae82a54

Please sign in to comment.