Skip to content

Bump step-security/harden-runner from 2.9.0 to 2.10.1 #220

Bump step-security/harden-runner from 2.9.0 to 2.10.1

Bump step-security/harden-runner from 2.9.0 to 2.10.1 #220

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose