From 733097b53268024e8e12d7237fd3b9586f3142dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 21:36:36 +0100 Subject: [PATCH] ci(deps): bump the all-actions group with 7 updates (#725) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 12 ++++++------ .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, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7580c45..97bedae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -123,7 +123,7 @@ jobs: - name: "Install: Python and PDM" # https://github.com/pdm-project/setup-pdm - uses: pdm-project/setup-pdm@9e87bfc944c539be61c7653113bdb80ea5fe09d6 # v4.4 + uses: pdm-project/setup-pdm@94a823180e06fcde4ad29308721954a521c96ed0 # v4.4 with: python-version: "${{ matrix.PYTHON_VERSION }}" cache: ${{ !startsWith(matrix.os, 'macos') }} # https://github.com/pdm-project/setup-pdm/issues/55 @@ -315,7 +315,7 @@ jobs: - name: Publish unit-test coverage - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.0.0 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.0.0 # https://github.com/codecov/codecov-action with: slug: ${{ github.repository }} @@ -328,7 +328,7 @@ jobs: - name: Publish integration-test coverage - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.0.0 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.0.0 # https://github.com/codecov/codecov-action with: slug: ${{ github.repository }} @@ -341,7 +341,7 @@ jobs: - name: Publish smoke-test coverage - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.0.0 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.0.0 # https://github.com/codecov/codecov-action with: slug: ${{ github.repository }} @@ -398,7 +398,7 @@ jobs: - name: Delete untagged docker image continue-on-error: true - uses: actions/delete-package-versions@25ad4af5be03aef10e0b3376b248688b7a44c40b # v5.0.0 + uses: actions/delete-package-versions@e5bc658cc4c965c472efe991f8beea3981499c55 # v5.0.0 with: token: ${{ github.token }} delete-only-untagged-versions: true @@ -491,7 +491,7 @@ jobs: - name: "Delete intermediate build artifacts" - uses: geekyeggo/delete-artifact@b54d29a59e55046d1f7fc8226cdda507e6b9cf62 # v5.0.0 + uses: geekyeggo/delete-artifact@f275313e70c08f6120db482d7a6b98377786765b # v5.0.0 # https://github.com/GeekyEggo/delete-artifact/ with: name: "*" diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9fbbc70..f622cee 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -72,7 +72,7 @@ jobs: - name: "Install: Python and PDM" # https://github.com/pdm-project/setup-pdm - uses: pdm-project/setup-pdm@9e87bfc944c539be61c7653113bdb80ea5fe09d6 # v4.4 + uses: pdm-project/setup-pdm@94a823180e06fcde4ad29308721954a521c96ed0 # v4.4 with: python-version: "${{ env.PYTHON_VERSION }}" cache: true @@ -92,7 +92,7 @@ jobs: - name: Initialize CodeQL - uses: github/codeql-action/init@36a9c375704a9813bd709881c97694bcd24e1cb1 # v4.0.0 + uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # 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@36a9c375704a9813bd709881c97694bcd24e1cb1 # v4.0.0 + uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.0.0 # https://github.com/github/codeql-action diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 677d6f5..edd68b5 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -49,7 +49,7 @@ jobs: - name: Git Checkout - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 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 6060807..b998346 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Git checkout - uses: actions/checkout@v6 # https://github.com/actions/checkout + uses: actions/checkout@v6.0.1 # 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 bd6df91..d18126d 100644 --- a/.github/workflows/update-python-deps.yml +++ b/.github/workflows/update-python-deps.yml @@ -61,7 +61,7 @@ jobs: - name: "Install: Python and PDM" # https://github.com/pdm-project/setup-pdm - uses: pdm-project/setup-pdm@9e87bfc944c539be61c7653113bdb80ea5fe09d6 # v4.4 + uses: pdm-project/setup-pdm@94a823180e06fcde4ad29308721954a521c96ed0 # v4.4 with: python-version: "${{ env.PYTHON_VERSION }}" cache: true @@ -107,7 +107,7 @@ jobs: - name: Create PR - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.5 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v7.0.5 # https://github.com/peter-evans/create-pull-request if: "${{ steps.update_deps.outputs.updates != '' }}" with: