From aeef8f6ebf49a8ed26d2e061eccf3bf59bbc2867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 10:02:10 -0400 Subject: [PATCH] chore(deps): bump the github-actions group with 2 updates (#665) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pypi.yml | 12 ++++++------ .github/workflows/test-output.yml | 2 +- .github/workflows/zizmor.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 4f64b1d0..994b0193 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -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-*/* diff --git a/.github/workflows/test-output.yml b/.github/workflows/test-output.yml index 56c95aa2..1cd8a1e1 100644 --- a/.github/workflows/test-output.yml +++ b/.github/workflows/test-output.yml @@ -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 diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 423d74fc..eafcf0f9 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -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