diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 6ce781f..746d533 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Check out Repository - uses: https://git.konstantinfickel.de/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: https://git.konstantinfickel.de/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6 - run: nix --version - run: nix flake check @@ -22,6 +22,6 @@ jobs: steps: - name: Check out Repository - uses: https://git.konstantinfickel.de/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: https://git.konstantinfickel.de/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6 - run: nix build diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index bef91f5..4272d04 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Check out Repository - uses: https://git.konstantinfickel.de/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: https://git.konstantinfickel.de/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6 with: fetch-depth: 0