From 3f99a5c1e525c7ac93b43d1299f4c5e91c04804b Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Wed, 19 Mar 2025 09:37:55 +0100 Subject: [PATCH] - update commit actions --- .github/workflows/codespell.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 -- 2.47.3