From 87119818c7e6a4aeda6777533b5182ba40e8ada0 Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:11:35 +0000 Subject: [PATCH] Update actions/checkout digest to 692973e Update actions/checkout Changelog-entry: Update actions/checkout to 692973e3d937129bcbf40652eb9f2f61becf3332 --- .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 7e585b1323..0553c4a356 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 3433ef553c..2af80dca79 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