ci(deps): bump the all-actions group with 3 updates (#731)

This commit is contained in:
dependabot[bot]
2025-12-15 17:58:48 +01:00
committed by GitHub
parent 1b9f78ab37
commit 8fd55ca074
2 changed files with 6 additions and 6 deletions

View File

@@ -247,7 +247,7 @@ jobs:
- name: Upload self-contained executable - name: Upload self-contained executable
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
if: (github.ref_name == 'main' || github.ref_name == 'release') && matrix.PUBLISH_RELEASE && !env.ACT if: (github.ref_name == 'main' || github.ref_name == 'release') && matrix.PUBLISH_RELEASE && !env.ACT
with: with:
name: artifacts-${{ matrix.os }} name: artifacts-${{ matrix.os }}
@@ -277,7 +277,7 @@ jobs:
- name: Collect coverage reports - name: Collect coverage reports
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
if: (github.ref_name == 'main' || github.event_name == 'pull_request') && !env.ACT if: (github.ref_name == 'main' || github.event_name == 'pull_request') && !env.ACT
with: with:
name: coverage-${{ matrix.os }}-py${{ matrix.PYTHON_VERSION }} name: coverage-${{ matrix.os }}-py${{ matrix.PYTHON_VERSION }}
@@ -304,7 +304,7 @@ jobs:
- name: Download coverage reports - name: Download coverage reports
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
with: with:
pattern: coverage-* pattern: coverage-*
path: coverage path: coverage
@@ -407,7 +407,7 @@ jobs:
- name: Download build artifacts - name: Download build artifacts
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
- name: Rename build artifacts - name: Rename build artifacts

View File

@@ -92,7 +92,7 @@ jobs:
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.0.0 uses: github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # 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@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.0.0 uses: github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.0.0
# https://github.com/github/codeql-action # https://github.com/github/codeql-action