diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c40e787..75f279f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22 # Eval-only check so darwin/nixos host configs can be evaluated on a # linux runner without needing to build them. @@ -23,7 +23,7 @@ jobs: # blocking again once those are cleaned up. continue-on-error: true steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22 - run: nix run nixpkgs#statix -- check . - run: nix run nixpkgs#deadnix -- --fail . diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index da2520a..f5d829f 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -17,7 +17,7 @@ jobs: update-flake-lock: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22 # PRs opened with the default GITHUB_TOKEN do not trigger other # workflows (including `ci`) -- this is a GitHub limitation to