Skip to content

fix: pin GitHub Actions to SHA for supply chain security #19

fix: pin GitHub Actions to SHA for supply chain security

fix: pin GitHub Actions to SHA for supply chain security #19

Workflow file for this run

name: Rust
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e # v1
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose