Skip to content

build(deps): Bump anchore/sbom-action from 0.20.10 to 0.21.1 #231

build(deps): Bump anchore/sbom-action from 0.20.10 to 0.21.1

build(deps): Bump anchore/sbom-action from 0.20.10 to 0.21.1 #231

Workflow file for this run

---
name: Build
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
env:
CARGO_TERM_COLOR: always
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
fetch-depth: 0
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose