From 5ae896855566b71988d3edd82d36eafef9eff37d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 20:39:39 +0000 Subject: [PATCH 1/2] chore(deps): update actions/checkout digest to 692973e --- .github/workflows/rust.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index dd41a43..61db778 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -26,7 +26,7 @@ jobs: - rust: aarch64-unknown-linux-musl docker: linux/arm64 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: rui314/setup-mold@65ebd6e8eaa076198082114e4a8ab5c209b13ec4 # v1 @@ -119,7 +119,7 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: token: ${{ secrets.WRITE_BACK_TO_REPO_TOKEN }} From e589273f886c8066371fb5b164b2921c2cd230a4 Mon Sep 17 00:00:00 2001 From: Sam Greening <2552620+SG60@users.noreply.github.com> Date: Wed, 31 Jul 2024 10:49:36 +0100 Subject: [PATCH 2/2] Update rust.yaml --- .github/workflows/rust.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 61db778..18a59ac 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -26,7 +26,7 @@ jobs: - rust: aarch64-unknown-linux-musl docker: linux/arm64 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: rui314/setup-mold@65ebd6e8eaa076198082114e4a8ab5c209b13ec4 # v1 @@ -119,7 +119,7 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: token: ${{ secrets.WRITE_BACK_TO_REPO_TOKEN }}