Skip to content

build(deps): Bump github/codeql-action from 4.31.5 to 4.31.10 #232

build(deps): Bump github/codeql-action from 4.31.5 to 4.31.10

build(deps): Bump github/codeql-action from 4.31.5 to 4.31.10 #232

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