From 35e84d3b414b05f543bf6782d16d83288ab5f8e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 09:53:53 -0400 Subject: [PATCH] chore(deps): pin dependencies (#87) Signed-off-by: Remi Gelinas --- .github/workflows/build-attributes.yaml | 12 ++++++------ .github/workflows/pr-title-check.yaml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-attributes.yaml b/.github/workflows/build-attributes.yaml index 9c90ab5..4c6594d 100644 --- a/.github/workflows/build-attributes.yaml +++ b/.github/workflows/build-attributes.yaml @@ -13,15 +13,15 @@ jobs: outputs: matrix: "${{ steps.set-matrix.outputs.matrix }}" steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up SSH agent - uses: webfactory/ssh-agent@v0.9.0 + uses: webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9.0 with: ssh-private-key: ${{ secrets.GH_USER_SSH_KEY }} - name: Install Lix uses: ./.github/actions/install-lix - name: Set up cache - uses: DeterminateSystems/magic-nix-cache-action@v7 + uses: DeterminateSystems/magic-nix-cache-action@b46e247b898aa56e6d2d2e728dc6df6c84fdb738 # v7 with: diagnostic-endpoint: "" - id: set-matrix @@ -40,15 +40,15 @@ jobs: matrix: ${{ fromJson(needs.attribute-matrix.outputs.matrix) }} runs-on: "${{ matrix.os }}" steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Set up SSH agent - uses: webfactory/ssh-agent@v0.9.0 + uses: webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9.0 with: ssh-private-key: ${{ secrets.GH_USER_SSH_KEY }} - name: Install Lix uses: ./.github/actions/install-lix - name: Set up cache - uses: DeterminateSystems/magic-nix-cache-action@v7 + uses: DeterminateSystems/magic-nix-cache-action@b46e247b898aa56e6d2d2e728dc6df6c84fdb738 # v7 with: diagnostic-endpoint: "" - name: Build "${{ matrix.attr }}" diff --git a/.github/workflows/pr-title-check.yaml b/.github/workflows/pr-title-check.yaml index f9c9f19..97fed02 100644 --- a/.github/workflows/pr-title-check.yaml +++ b/.github/workflows/pr-title-check.yaml @@ -15,7 +15,7 @@ jobs: contents: read pull-requests: read steps: - - uses: thehanimo/pr-title-checker@v1.4.2 + - uses: thehanimo/pr-title-checker@1d8cd483a2b73118406a187f54dca8a9415f1375 # v1.4.2 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} configuration_path: ".github/pr-title-checker-config.json" \ No newline at end of file