From 03f6e2e244812317c700e422db8fb7c82c4a798b Mon Sep 17 00:00:00 2001 From: "grafanarenovatebot[bot]" <146220760+grafanarenovatebot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 12:22:36 +0000 Subject: [PATCH] chore: Update actions/checkout digest to 11bd719 --- .github/workflows/build_and_publish.yaml | 6 +++--- .github/workflows/validate_pr.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_and_publish.yaml b/.github/workflows/build_and_publish.yaml index 35f319aa..daa1ff67 100644 --- a/.github/workflows/build_and_publish.yaml +++ b/.github/workflows/build_and_publish.yaml @@ -41,7 +41,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 fetch-tags: true @@ -163,7 +163,7 @@ jobs: repositories: ${{ needs.preflight.outputs.repo_name }} - name: checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 @@ -265,7 +265,7 @@ jobs: # to obtain GOOS and GOARCH (because it's downloading a remote tarball # where those values are part of the filename). - name: checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 diff --git a/.github/workflows/validate_pr.yaml b/.github/workflows/validate_pr.yaml index 8d497ded..4a9ba9f1 100644 --- a/.github/workflows/validate_pr.yaml +++ b/.github/workflows/validate_pr.yaml @@ -18,7 +18,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 fetch-tags: true