From: Arvin Schnell Date: Wed, 19 Mar 2025 08:37:55 +0000 (+0100) Subject: - update commit actions X-Git-Tag: v0.12.2~17^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F994%2Fhead;p=thirdparty%2Fsnapper.git - update commit actions --- diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index be014bc6..11de5393 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -8,16 +8,14 @@ on: pull_request: branches: [master] -permissions: - contents: read - jobs: - codespell: + Codespell: name: Check for spelling errors runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Codespell - uses: codespell-project/actions-codespell@v2 + # third-party so better use commit shasum (here of v2) + uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461