Skip to content

build(deps): Bump taiki-e/install-action from 2.68.18 to 2.68.19 #88

build(deps): Bump taiki-e/install-action from 2.68.18 to 2.68.19

build(deps): Bump taiki-e/install-action from 2.68.18 to 2.68.19 #88

Workflow file for this run

name: Lint
on: [pull_request, push]
permissions:
contents: read
jobs:
fmt:
name: Cargo fmt
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
with:
egress-policy: block
allowed-endpoints: >
archive.ubuntu.com:443
azure.archive.ubuntu.com:80
crates.io:443
esm.ubuntu.com:443
github.com:443
githubapp.com:443
index.crates.io:443
motd.ubuntu.com:443
ppa.launchpadcontent.net:443
security.ubuntu.com:443
static.crates.io:443
static.rust-lang.org:443
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup Rust toolchain
run: rustup show && rustup update
- name: cargo fmt
run: cargo fmt -- --check
check-spdx-headers:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: enarx/spdx@b5bfdd4410071bf058c8333d0e70020001524b6b # master
with:
licenses: Apache-2.0
audit:
name: Cargo Audit
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
crates.io:443
github.com:443
githubapp.com:443
index.crates.io:443
objects.githubusercontent.com:443
release-assets.githubusercontent.com:443
static.crates.io:443
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install Cargo Audit
uses: taiki-e/install-action@385db9cc6bf65d19775b02084a4b698eaca9a4f2 # v2.68.19
with:
tool: cargo-audit
- name: Run Cargo Audit
run: cargo audit