diff --git a/.github/workflows/meta-balena-esr.yml b/.github/workflows/meta-balena-esr.yml index 813cafd2e3..c5458d9cfd 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 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..a91b3dd85f 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: # The default GITHUB_TOKEN does not have workflow scope # This is needed to push a new branch with workflow files