ci(deps): bump the all-actions group with 7 updates (#725)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-12-11 21:36:36 +01:00
committed by GitHub
parent efede9a5a2
commit 733097b532
5 changed files with 13 additions and 13 deletions

View File

@@ -123,7 +123,7 @@ jobs:
- name: "Install: Python and PDM" # https://github.com/pdm-project/setup-pdm - 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: with:
python-version: "${{ matrix.PYTHON_VERSION }}" python-version: "${{ matrix.PYTHON_VERSION }}"
cache: ${{ !startsWith(matrix.os, 'macos') }} # https://github.com/pdm-project/setup-pdm/issues/55 cache: ${{ !startsWith(matrix.os, 'macos') }} # https://github.com/pdm-project/setup-pdm/issues/55
@@ -315,7 +315,7 @@ jobs:
- name: Publish unit-test coverage - 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 # https://github.com/codecov/codecov-action
with: with:
slug: ${{ github.repository }} slug: ${{ github.repository }}
@@ -328,7 +328,7 @@ jobs:
- name: Publish integration-test coverage - 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 # https://github.com/codecov/codecov-action
with: with:
slug: ${{ github.repository }} slug: ${{ github.repository }}
@@ -341,7 +341,7 @@ jobs:
- name: Publish smoke-test coverage - 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 # https://github.com/codecov/codecov-action
with: with:
slug: ${{ github.repository }} slug: ${{ github.repository }}
@@ -398,7 +398,7 @@ jobs:
- name: Delete untagged docker image - name: Delete untagged docker image
continue-on-error: true continue-on-error: true
uses: actions/delete-package-versions@25ad4af5be03aef10e0b3376b248688b7a44c40b # v5.0.0 uses: actions/delete-package-versions@e5bc658cc4c965c472efe991f8beea3981499c55 # v5.0.0
with: with:
token: ${{ github.token }} token: ${{ github.token }}
delete-only-untagged-versions: true delete-only-untagged-versions: true
@@ -491,7 +491,7 @@ jobs:
- name: "Delete intermediate build artifacts" - 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/ # https://github.com/GeekyEggo/delete-artifact/
with: with:
name: "*" name: "*"

View File

@@ -72,7 +72,7 @@ jobs:
- name: "Install: Python and PDM" # https://github.com/pdm-project/setup-pdm - 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: with:
python-version: "${{ env.PYTHON_VERSION }}" python-version: "${{ env.PYTHON_VERSION }}"
cache: true cache: true
@@ -92,7 +92,7 @@ jobs:
- name: Initialize CodeQL - 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 # https://github.com/github/codeql-action/blob/main/init/action.yml
with: with:
languages: actions,python languages: actions,python
@@ -102,5 +102,5 @@ jobs:
queries: security-and-quality queries: security-and-quality
- name: Perform CodeQL Analysis - 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 # https://github.com/github/codeql-action

View File

@@ -49,7 +49,7 @@ jobs:
- name: Git Checkout - name: Git Checkout
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.0 uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.0
# https://github.com/actions/checkout # https://github.com/actions/checkout
with: with:
token: ${{ steps.generate_token.outputs.token }} token: ${{ steps.generate_token.outputs.token }}

View File

@@ -18,7 +18,7 @@ jobs:
steps: steps:
- name: Git checkout - 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 - name: Run stale action
uses: actions/stale@v10 # https://github.com/actions/stale uses: actions/stale@v10 # https://github.com/actions/stale

View File

@@ -61,7 +61,7 @@ jobs:
- name: "Install: Python and PDM" # https://github.com/pdm-project/setup-pdm - 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: with:
python-version: "${{ env.PYTHON_VERSION }}" python-version: "${{ env.PYTHON_VERSION }}"
cache: true cache: true
@@ -107,7 +107,7 @@ jobs:
- name: Create PR - 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 # https://github.com/peter-evans/create-pull-request
if: "${{ steps.update_deps.outputs.updates != '' }}" if: "${{ steps.update_deps.outputs.updates != '' }}"
with: with: