diff --git a/.github/workflows/build-attributes.yaml b/.github/workflows/build-attributes.yaml index 4c6594d..c89d944 100644 --- a/.github/workflows/build-attributes.yaml +++ b/.github/workflows/build-attributes.yaml @@ -13,7 +13,7 @@ jobs: outputs: matrix: "${{ steps.set-matrix.outputs.matrix }}" steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up SSH agent uses: webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9.0 with: @@ -21,7 +21,7 @@ jobs: - name: Install Lix uses: ./.github/actions/install-lix - name: Set up cache - uses: DeterminateSystems/magic-nix-cache-action@b46e247b898aa56e6d2d2e728dc6df6c84fdb738 # v7 + uses: DeterminateSystems/magic-nix-cache-action@87b14cf437d03d37989d87f0fa5ce4f5dc1a330b # v8 with: diagnostic-endpoint: "" - id: set-matrix @@ -40,7 +40,7 @@ jobs: matrix: ${{ fromJson(needs.attribute-matrix.outputs.matrix) }} runs-on: "${{ matrix.os }}" steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up SSH agent uses: webfactory/ssh-agent@dc588b651fe13675774614f8e6a936a468676387 # v0.9.0 with: @@ -48,7 +48,7 @@ jobs: - name: Install Lix uses: ./.github/actions/install-lix - name: Set up cache - uses: DeterminateSystems/magic-nix-cache-action@b46e247b898aa56e6d2d2e728dc6df6c84fdb738 # v7 + uses: DeterminateSystems/magic-nix-cache-action@87b14cf437d03d37989d87f0fa5ce4f5dc1a330b # v8 with: diagnostic-endpoint: "" - name: Build "${{ matrix.attr }}" diff --git a/.github/workflows/pr-title-check.yaml b/.github/workflows/pr-title-check.yaml index 97fed02..6b1446b 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@1d8cd483a2b73118406a187f54dca8a9415f1375 # v1.4.2 + - uses: thehanimo/pr-title-checker@7fbfe05602bdd86f926d3fb3bccb6f3aed43bc70 # v1.4.3 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} configuration_path: ".github/pr-title-checker-config.json" \ No newline at end of file