Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/elixir-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
key: ${{ runner.os }}-mix-coverage-${{ hashFiles('elixir-orchestration/mix.lock') }}
- run: mix deps.get
- run: mix coveralls.json
- uses: codecov/codecov-action@v5
- uses: codecov/codecov-action@v6
with:
files: elixir-orchestration/cover/excoveralls.json
flags: elixir
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
name: cargo deny
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: EmbarkStudios/cargo-deny-action@v2
with:
command: check advisories bans licenses sources
Expand All @@ -104,7 +104,7 @@ jobs:
- uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate lcov report
run: cargo llvm-cov --workspace --lcov --output-path lcov.info
- uses: codecov/codecov-action@v5
- uses: codecov/codecov-action@v6
with:
files: lcov.info
flags: rust
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
--no-shuffle \
--output mutants-out/
continue-on-error: true
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
if: always()
with:
name: mutants-report
Expand All @@ -155,7 +155,7 @@ jobs:
- fuzz/Cargo.toml
- rust-core/fuzz/Cargo.toml
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo check --manifest-path ${{ matrix.manifest }}
2 changes: 1 addition & 1 deletion .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ permissions:

jobs:
scan:
uses: hyperpolymath/panic-attacker/.github/workflows/scan-and-report.yml@caa407f30505369bb42585a397b6ec85f44d036d # main 2026-05-20
uses: hyperpolymath/panic-attacker/.github/workflows/scan-and-report.yml@897159a4e7392eb2be76630c5c5d3c1132cce040 # main 2026-05-20
secrets:
VERISIMDB_PAT: ${{ secrets.VERISIMDB_PAT }}
Loading