From 3ddb13163ffae840b5eb5e83daf09758fe38e2d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 22:37:17 +0000 Subject: [PATCH] chore(deps): bump the actions group with 2 updates Bumps the actions group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml](https://github.com/hyperpolymath/panic-attack). Updates `taiki-e/install-action` from 2.87.12 to 2.87.13 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/v2.87.12...v2.87.13) Updates `hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml` from a030ef32c571b4aa22bbcd4a41acbdd9a801d366 to b70d6da34c8c64b0ad41e0aa3e9184921b307156 - [Release notes](https://github.com/hyperpolymath/panic-attack/releases) - [Changelog](https://github.com/hyperpolymath/panic-attack/blob/main/CHANGELOG.adoc) - [Commits](https://github.com/hyperpolymath/panic-attack/compare/a030ef32c571b4aa22bbcd4a41acbdd9a801d366...b70d6da34c8c64b0ad41e0aa3e9184921b307156) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml dependency-version: b70d6da34c8c64b0ad41e0aa3e9184921b307156 dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/rust-ci.yml | 6 +++--- .github/workflows/security-scan.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index eb25633..f7e856e 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -84,7 +84,7 @@ jobs: timeout-minutes: 60 steps: - uses: actions/checkout@v7.0.1 - - uses: taiki-e/install-action@v2.87.12 + - uses: taiki-e/install-action@v2.87.13 with: tool: cargo-deny - run: cargo deny check advisories bans licenses sources @@ -107,7 +107,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: components: llvm-tools-preview - - uses: taiki-e/install-action@v2.87.12 + - uses: taiki-e/install-action@v2.87.13 - name: Generate lcov report run: cargo llvm-cov --workspace --lcov --output-path lcov.info - uses: codecov/codecov-action@v7.1.0 @@ -131,7 +131,7 @@ jobs: steps: - uses: actions/checkout@v7.0.1 - uses: dtolnay/rust-toolchain@stable - - uses: taiki-e/install-action@v2.87.12 + - uses: taiki-e/install-action@v2.87.13 with: tool: cargo-mutants - name: Run mutation tests on core invariant crates diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 5f2b447..c9964da 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -39,6 +39,6 @@ jobs: # # Pin includes canonical .affine language detection and preserves # JSON.parseExn coverage after the ReScript-to-AffineScript migration. - uses: hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml@a030ef32c571b4aa22bbcd4a41acbdd9a801d366 # main 2026-08-24 + uses: hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml@b70d6da34c8c64b0ad41e0aa3e9184921b307156 # main 2026-08-24 secrets: VERISIMDB_PAT: ${{ secrets.VERISIMDB_PAT }}