From d5d60908992065e76770070bf7f58003f5cc832b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 9 Mar 2025 12:40:15 +0100 Subject: [PATCH] chore(deps): pin dependencies --- .forgejo/workflows/check.yml | 8 ++++---- .github/workflows/check.yml | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index db35de7..8f408ba 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -13,7 +13,7 @@ jobs: - nvimNoTSGrammars - treefmt steps: - - uses: "https://git.salame.cl/actions/checkout@v4" + - uses: "https://git.salame.cl/actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4 - name: Run checks run: | nix --version @@ -22,7 +22,7 @@ jobs: check-renovaterc: runs-on: nixos steps: - - uses: "https://git.salame.cl/actions/checkout@v4" + - uses: "https://git.salame.cl/actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4 - name: Validate renovaterc.json run: | nix --version @@ -39,7 +39,7 @@ jobs: - nixosConfigurations.vm.config.system.build.toplevel - nvim steps: - - uses: "https://git.salame.cl/actions/checkout@v4" + - uses: "https://git.salame.cl/actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4 - name: Build target run: | nix --version @@ -49,7 +49,7 @@ jobs: runs-on: nixos needs: build steps: - - uses: "https://git.salame.cl/actions/checkout@v4" + - uses: "https://git.salame.cl/actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4 - run: nix --version - name: Create Size Report uses: https://git.salame.cl/jalil/nix-flake-outputs-size@main diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 499a8c3..dd7df12 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -11,12 +11,12 @@ jobs: check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: DeterminateSystems/nix-installer-action@v13 with: source-url: "https://install.lix.systems/lix/lix-installer-x86_64-linux" diagnostic-endpoint: "" - - uses: DeterminateSystems/magic-nix-cache-action@v9 + - uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9 - name: Run `nix flake check` run: | nix flake check --verbose --keep-going @@ -24,8 +24,8 @@ jobs: build-docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - uses: DeterminateSystems/magic-nix-cache-action@v9 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: DeterminateSystems/magic-nix-cache-action@6221693898146dc97e38ad0e013488a16477a4c4 # v9 - uses: DeterminateSystems/nix-installer-action@v13 with: source-url: "https://install.lix.systems/lix/lix-installer-x86_64-linux" @@ -33,7 +33,7 @@ jobs: - name: Build documentation run: nix build .#docs --print-build-logs - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3 with: path: ./result deploy-docs: @@ -49,4 +49,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4