From 5a3e88312c34e287b6f1e30987be62e6672b5d91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 22:36:20 +0000 Subject: [PATCH] chore(deps): bump the actions group with 2 updates Bumps the actions group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml](https://github.com/hyperpolymath/panic-attack). Updates `codecov/codecov-action` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v7.0.0...v7.1.0) Updates `hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml` from 2e043bb87e371d710cd4afcca0ea070b6d7c4252 to a030ef32c571b4aa22bbcd4a41acbdd9a801d366 - [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/2e043bb87e371d710cd4afcca0ea070b6d7c4252...a030ef32c571b4aa22bbcd4a41acbdd9a801d366) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 7.1.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: a030ef32c571b4aa22bbcd4a41acbdd9a801d366 dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/elixir-ci.yml | 2 +- .github/workflows/rust-ci.yml | 2 +- .github/workflows/security-scan.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/elixir-ci.yml b/.github/workflows/elixir-ci.yml index 7b2833f..68bcf9c 100644 --- a/.github/workflows/elixir-ci.yml +++ b/.github/workflows/elixir-ci.yml @@ -133,7 +133,7 @@ jobs: - if: steps.detect.outputs.relevant == 'true' run: mix coveralls.json - if: steps.detect.outputs.relevant == 'true' - uses: codecov/codecov-action@v7.0.0 + uses: codecov/codecov-action@v7.1.0 with: files: elixir-orchestration/cover/excoveralls.json flags: elixir diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index eeccc62..eb25633 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -110,7 +110,7 @@ jobs: - 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 + - uses: codecov/codecov-action@v7.1.0 with: files: lcov.info flags: rust diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 04fd3d9..5f2b447 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@2e043bb87e371d710cd4afcca0ea070b6d7c4252 # main 2026-08-24 + uses: hyperpolymath/panic-attack/.github/workflows/scan-and-report.yml@a030ef32c571b4aa22bbcd4a41acbdd9a801d366 # main 2026-08-24 secrets: VERISIMDB_PAT: ${{ secrets.VERISIMDB_PAT }}