From ac96292d382dd83b994277896b54fffccb658827 Mon Sep 17 00:00:00 2001 From: jonasbn Date: Sat, 31 Jan 2026 16:29:28 +0100 Subject: [PATCH] Pin GitHub Actions to latest releases with SHA - Pin actions/checkout to v6.0.1 (8e8c483) - Pin nosborn/github-action-markdown-cli to v3.5.0 (9bfd045) - Pin rojopolis/spellcheck-github-actions to 0.58.0 (0bf4b2f) - Add version comments for Dependabot compatibility --- .github/workflows/markdownlint.yml | 4 ++-- .github/workflows/spellcheck.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index 7952daa..cb3b20f 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -6,8 +6,8 @@ jobs: name: Markdownlint runs-on: ubuntu-latest steps: - - uses: actions/checkout@master - - uses: nosborn/github-action-markdown-cli@v3.5.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: nosborn/github-action-markdown-cli@9bfd0452ce630f6469986587db7f0feab5b22273 # v3.5.0 name: Markdownlint with: files: . diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index c940a51..8d6ca3f 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -6,7 +6,7 @@ jobs: name: Spellcheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@master - - uses: rojopolis/spellcheck-github-actions@0.58.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: rojopolis/spellcheck-github-actions@0bf4b2f91efa259b52c202b09b0c3845c524ff36 # 0.58.0 name: Spellcheck