Skip to content

chore(deps): Bump step-security/harden-runner from 2.10.1 to 2.10.2 #297

chore(deps): Bump step-security/harden-runner from 2.10.1 to 2.10.2

chore(deps): Bump step-security/harden-runner from 2.10.1 to 2.10.2 #297

Workflow file for this run

name: Lint
on: [ push, pull_request ]
permissions:
contents: read
jobs:
cargo_fmt_clippy:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
crates.io:443
github.com:443
index.crates.io:443
static.crates.io:443
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Rust toolchain
run: rustup show
- name: cargo fmt
run: cargo fmt -- --check
- name: cargo clippy
run: cargo clippy --all-features -- -D warnings