Skip to content

fix(advisory): rename HSEC-2022-0001 to HSEC-2023-0002 #101

fix(advisory): rename HSEC-2022-0001 to HSEC-2023-0002

fix(advisory): rename HSEC-2022-0001 to HSEC-2023-0002 #101

Workflow file for this run

# Our desired pipeline using only a Nix shell environment
name: nix build
on:
- push
- pull_request
jobs:
check_nix:
name: Check nix build
runs-on: ubuntu-22.04
steps:
- name: git checkout
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- run: nix -L build
working-directory: ./code/hsec-tools