Skip to content

chore(deps): bump which from 8.0.3 to 8.0.4 #309

chore(deps): bump which from 8.0.3 to 8.0.4

chore(deps): bump which from 8.0.3 to 8.0.4 #309

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
pull-requests: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
rust-quality:
name: Rust Quality (reusable)
uses: KooshaPari/phenoShared/.github/workflows/reusable/rust-quality.yml@f5343b1d349e523df2fe44f94d8f25d2ec320c6d

Check failure on line 20 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
rust-version: stable
coverage-threshold: 0
working-directory: .
security-scan:
name: Security Scan (reusable)
uses: KooshaPari/phenoShared/.github/workflows/reusable/security-scan.yml@f5343b1d349e523df2fe44f94d8f25d2ec320c6d
with:
cargo-audit: "true"
cargo-deny: "false"
trufflehog: "false"
working-directory: .