From f5d6225889e39c4e55f1feb319127b3c3d5dff53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 17:55:32 +0000 Subject: [PATCH] chore(deps): bump the actions group across 1 directory with 3 updates Bumps the actions group with 3 updates in the / directory: [github/codeql-action](https://github.com/github/codeql-action), [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 `github/codeql-action` from 4.37.9 to 4.38.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v4.37.9...v4.38.0) Updates `taiki-e/install-action` from 2.87.3 to 2.87.12 - [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.3...v2.87.12) Updates `hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml` from 540dbc72d23119b28a22251179c5938bca72109c to 2e043bb87e371d710cd4afcca0ea070b6d7c4252 - [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/540dbc72d23119b28a22251179c5938bca72109c...2e043bb87e371d710cd4afcca0ea070b6d7c4252) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml dependency-version: 2e043bb87e371d710cd4afcca0ea070b6d7c4252 dependency-type: direct:production dependency-group: actions - dependency-name: taiki-e/install-action dependency-version: 2.87.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/rust-ci.yml | 6 +++--- .github/workflows/security-scan.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1f0db8b..f3cd899 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -41,12 +41,12 @@ jobs: uses: actions/checkout@v7.0.1 - name: Initialize CodeQL - uses: github/codeql-action/init@v4.37.9 + uses: github/codeql-action/init@v4.38.0 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.37.9 + uses: github/codeql-action/analyze@v4.38.0 with: category: "/language:${{ matrix.language }}" diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 58a4241..eeccc62 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.3 + - uses: taiki-e/install-action@v2.87.12 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.3 + - uses: taiki-e/install-action@v2.87.12 - name: Generate lcov report run: cargo llvm-cov --workspace --lcov --output-path lcov.info - uses: codecov/codecov-action@v7.0.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.3 + - uses: taiki-e/install-action@v2.87.12 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 c0a7bc7..04fd3d9 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@540dbc72d23119b28a22251179c5938bca72109c # main 2026-08-24 + uses: hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml@2e043bb87e371d710cd4afcca0ea070b6d7c4252 # main 2026-08-24 secrets: VERISIMDB_PAT: ${{ secrets.VERISIMDB_PAT }}