Skip to content

Bump step-security/harden-runner from 2.6.0 to 2.6.1 #125

Bump step-security/harden-runner from 2.6.0 to 2.6.1

Bump step-security/harden-runner from 2.6.0 to 2.6.1 #125

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@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
with:
egress-policy: audit
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose