Bump the actions group with 3 updates (#375)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-03-04 15:45:08 -08:00 committed by GitHub
parent f45226d02f
commit 4fe13c6f25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@ jobs:
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@9e907b5e64f6b83e7804b09294d44122997950d6 # v4 uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4
with: with:
languages: ${{ matrix.language }} languages: ${{ matrix.language }}
build-mode: none build-mode: none
@ -71,6 +71,6 @@ jobs:
pip install -e . pip install -e .
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@9e907b5e64f6b83e7804b09294d44122997950d6 # v4 uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4
with: with:
category: "/language:${{matrix.language}}" category: "/language:${{matrix.language}}"

View File

@ -37,7 +37,7 @@ jobs:
- name: Create packages - name: Create packages
run: python -m build . run: python -m build .
- name: Store package artifacts - name: Store package artifacts
uses: actions/upload-artifact@v6 uses: actions/upload-artifact@v7
with: with:
name: all-dist-${{ github.run_id }} name: all-dist-${{ github.run_id }}
path: "dist/*" path: "dist/*"

View File

@ -73,7 +73,7 @@ jobs:
id-token: write id-token: write
steps: steps:
- name: Download all the dists - name: Download all the dists
uses: actions/download-artifact@v7 uses: actions/download-artifact@v8
with: with:
name: all-dist-${{ github.run_id }} name: all-dist-${{ github.run_id }}
path: dist/ path: dist/