From 63513138337cdc7fd82a49d57b2ef694633a493a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 11:19:02 +0000 Subject: [PATCH] Bump actions/checkout from 2.7.0 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.7.0 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2.7.0...692973e3d937129bcbf40652eb9f2f61becf3332) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/000-codeql.yaml | 2 +- .github/workflows/001-flawfinder.yaml | 2 +- .github/workflows/sync-from-template.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/000-codeql.yaml b/.github/workflows/000-codeql.yaml index 5310902..b900180 100644 --- a/.github/workflows/000-codeql.yaml +++ b/.github/workflows/000-codeql.yaml @@ -51,7 +51,7 @@ jobs: egress-policy: audit - name: Checkout repository - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/001-flawfinder.yaml b/.github/workflows/001-flawfinder.yaml index 63e225d..548639d 100644 --- a/.github/workflows/001-flawfinder.yaml +++ b/.github/workflows/001-flawfinder.yaml @@ -35,7 +35,7 @@ jobs: egress-policy: audit - name: Checkout code - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Prepare RISC OS source tree run: bash ${GITHUB_WORKSPACE}/.rocog/scripts/ux-src gen github ${GITHUB_WORKSPACE} diff --git a/.github/workflows/sync-from-template.yaml b/.github/workflows/sync-from-template.yaml index 777714a..10e18ec 100644 --- a/.github/workflows/sync-from-template.yaml +++ b/.github/workflows/sync-from-template.yaml @@ -59,7 +59,7 @@ jobs: egress-policy: audit - name: Check out template repository - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: ${{ env.REPO_TEMPLATE }} token: ${{ github.token }} @@ -73,7 +73,7 @@ jobs: # Clone the target repository. Check out a branch - name: Check out ${{ github.repository }} - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: ${{ github.repository }} token: ${{ github.token }}