Skip to content

fix(rust-supply-chain): install toolchain before cargo audit/machete #230

fix(rust-supply-chain): install toolchain before cargo audit/machete

fix(rust-supply-chain): install toolchain before cargo audit/machete #230

Workflow file for this run

# CodeQL on this repository's own Python and Actions sources. Self-application:
# ci-workflows ships this capability to the estate, so it must consume it too.
# Self-references stay relative; only external consumers pin by full SHA.
name: codeql
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 5 * * 1"
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.run_id }}
cancel-in-progress: false
jobs:
codeql:
permissions:
actions: read # read workflow run metadata for the actions analysis
contents: read
security-events: write # upload CodeQL SARIF to the Security tab
uses: ./.github/workflows/public-codeql.yml
with:
runner: ubuntu-latest
languages: '["python","actions"]'