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 }}