Bump the actions group with 4 updates (#362)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-12-15 06:33:08 -06:00 committed by GitHub
parent 87d1c9ed87
commit ccc861c5c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

@ -18,4 +18,4 @@ jobs:
with:
persist-credentials: false
- name: Run zizmor 🌈
uses: zizmorcore/zizmor-action@c0e2b1c877e25a91d1d747c438d49199cad29698
uses: zizmorcore/zizmor-action@cb3d8e846e148d1111d90b03375b9c03deceda37