From 6a2d0dac866f02ac5b9025aa648314f795cabddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 16:47:52 +0100 Subject: [PATCH] ci(deps): bump the all-actions group with 3 updates (#792) --- .github/workflows/build.yml | 6 +++--- .github/workflows/codeql-analysis.yml | 6 +++--- .github/workflows/publish-release.yml | 2 +- .github/workflows/stale.yml | 2 +- .github/workflows/update-python-deps.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9023e53..f8cce05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -107,7 +107,7 @@ jobs: - name: Git Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.0 # https://github.com/actions/checkout @@ -299,7 +299,7 @@ jobs: steps: - name: Git Checkout # required to avoid https://docs.codecov.com/docs/error-reference#unusable-reports - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.0 # https://github.com/actions/checkout @@ -393,7 +393,7 @@ jobs: - name: Git Checkout # only required by "gh release create" to prevent "fatal: Not a git repository" - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.0 # https://github.com/actions/checkout with: fetch-depth: 0 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8f859a2..a40b858 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -67,7 +67,7 @@ jobs: - name: Git Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.0 # https://github.com/actions/checkout @@ -92,7 +92,7 @@ jobs: - name: Initialize CodeQL - uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.0.0 + uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.0.0 # https://github.com/github/codeql-action/blob/main/init/action.yml with: languages: actions,python @@ -102,5 +102,5 @@ jobs: queries: security-and-quality - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.0.0 + uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.0.0 # https://github.com/github/codeql-action diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index edd68b5..5442e37 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -49,7 +49,7 @@ jobs: - name: Git Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5.0.0 # https://github.com/actions/checkout with: token: ${{ steps.generate_token.outputs.token }} diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b998346..2d58a0e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Git checkout - uses: actions/checkout@v6.0.1 # https://github.com/actions/checkout + uses: actions/checkout@v6.0.2 # https://github.com/actions/checkout - name: Run stale action uses: actions/stale@v10 # https://github.com/actions/stale diff --git a/.github/workflows/update-python-deps.yml b/.github/workflows/update-python-deps.yml index d18126d..b9d7b00 100644 --- a/.github/workflows/update-python-deps.yml +++ b/.github/workflows/update-python-deps.yml @@ -54,7 +54,7 @@ jobs: - name: Git Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.0 # https://github.com/actions/checkout with: token: ${{ steps.generate_token.outputs.token }} @@ -107,7 +107,7 @@ jobs: - name: Create PR - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v7.0.5 + uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v7.0.5 # https://github.com/peter-evans/create-pull-request if: "${{ steps.update_deps.outputs.updates != '' }}" with: