From 10af091e91b06a0c1962583028c9c773a0f188aa Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:09:04 +0000 Subject: [PATCH] Update actions/checkout digest to 692973e Update actions/checkout to 692973e3d937129bcbf40652eb9f2f61becf3332 Change-type: patch --- .github/workflows/meta-balena-esr.yml | 2 +- .github/workflows/update-backports.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/meta-balena-esr.yml b/.github/workflows/meta-balena-esr.yml index 32b7440805..91b4652da7 100644 --- a/.github/workflows/meta-balena-esr.yml +++ b/.github/workflows/meta-balena-esr.yml @@ -50,7 +50,7 @@ jobs: repositories: > ["${{ github.event.repository.name }}"] - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: # The default GITHUB_TOKEN does not have workflow scope # This is needed to push a new branch with workflow files diff --git a/.github/workflows/update-backports.yml b/.github/workflows/update-backports.yml index 17439afdf7..6af298deff 100644 --- a/.github/workflows/update-backports.yml +++ b/.github/workflows/update-backports.yml @@ -38,7 +38,7 @@ jobs: repositories: > ["${{ github.event.repository.name }}"] - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 with: # The default GITHUB_TOKEN does not have workflow scope # This is needed to push a new branch with workflow files