Skip to content

feat: add hashed token to responses for correlation with GitHub audit… #470

feat: add hashed token to responses for correlation with GitHub audit…

feat: add hashed token to responses for correlation with GitHub audit… #470

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: DeterminateSystems/nix-installer-action@21a544727d0c62386e78b4befe52d19ad12692e3 # v17
- uses: DeterminateSystems/flakehub-cache-action@134cf641155463d87d343c6cb2b7970089967b99 # v2
- run: nix develop --command bash -c "lint && integration"
- uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: test/coverage.out