chore(deps): bump the github-actions group with 2 updates (#665)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-04-14 10:02:10 -04:00 committed by GitHub
parent 957f02e481
commit aeef8f6ebf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View file

@ -40,7 +40,7 @@ jobs:
with:
persist-credentials: false
- name: Build wheels
uses: PyO3/maturin-action@44479ae1b6b1a57f561e03add8832e62c185eb17 # v1
uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist
@ -69,7 +69,7 @@ jobs:
with:
persist-credentials: false
- name: Build wheels
uses: PyO3/maturin-action@44479ae1b6b1a57f561e03add8832e62c185eb17 # v1
uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist
@ -94,7 +94,7 @@ jobs:
with:
persist-credentials: false
- name: Build wheels
uses: PyO3/maturin-action@44479ae1b6b1a57f561e03add8832e62c185eb17 # v1
uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist
@ -118,7 +118,7 @@ jobs:
with:
persist-credentials: false
- name: Build wheels
uses: PyO3/maturin-action@44479ae1b6b1a57f561e03add8832e62c185eb17 # v1
uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist
@ -135,7 +135,7 @@ jobs:
with:
persist-credentials: false
- name: Build sdist
uses: PyO3/maturin-action@44479ae1b6b1a57f561e03add8832e62c185eb17 # v1
uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1
with:
command: sdist
args: --out dist
@ -168,7 +168,7 @@ jobs:
subject-path: 'wheels-*/*'
- name: Publish to PyPI
if: ${{ startsWith(github.ref, 'refs/tags/') }}
uses: PyO3/maturin-action@44479ae1b6b1a57f561e03add8832e62c185eb17 # v1
uses: PyO3/maturin-action@aef21716ff3dcae8a1c301d23ec3e4446972a6e3 # v1
with:
command: upload
args: --non-interactive --skip-existing wheels-*/*

View file

@ -29,7 +29,7 @@ jobs:
cargo run -- --format sarif . > results.sarif
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
with:
sarif_file: results.sarif
category: zizmor-test-sarif-presentation

View file

@ -27,7 +27,7 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
with:
sarif_file: results.sarif
category: zizmor