Skip to content

chore: release v0.2.3 (#490) #1580

chore: release v0.2.3 (#490)

chore: release v0.2.3 (#490) #1580

Workflow file for this run

name: Audit
on:
push:
branches:
- main
paths-ignore:
- "**.md"
- "docs/**"
pull_request:
paths-ignore:
- "**.md"
- "docs/**"
schedule:
# * is a special character in YAML so you have to quote this string
- cron: "0 14 * * *"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
# When getting Rust dependencies, retry on network error:
CARGO_NET_RETRY: 10
# Use the local .curlrc
CURL_HOME: .
# Disable DFX telemetry
DFX_TELEMETRY: "off"
# Use the stable toolchain for the audit
RUSTUP_TOOLCHAIN: stable
jobs:
test:
name: audit:required
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup image (Linux)
run: ./.github/scripts/provision-linux-build.sh
- uses: actions-rust-lang/audit@72c09e02f132669d52284a3323acdb503cfc1a24 # v1.2.7