From 31926e3790fcb7333e1da2785cf97ff7e6b3e055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 08:01:08 +0000 Subject: [PATCH] CI Dependency: Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-using-make-docker-recipes.yml | 6 +++--- .github/workflows/codeql.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-using-make-docker-recipes.yml b/.github/workflows/build-using-make-docker-recipes.yml index 91cc7ac5..cdc0b06f 100644 --- a/.github/workflows/build-using-make-docker-recipes.yml +++ b/.github/workflows/build-using-make-docker-recipes.yml @@ -29,7 +29,7 @@ jobs: run: go version - name: Check out code (full history) - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # Full history is needed to allow listing tags via build tooling # (e.g., go-winres, git-describe-semver) @@ -66,7 +66,7 @@ jobs: run: go version - name: Check out code (full history) - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # Full history is needed to allow listing tags via build tooling # (e.g., go-winres, git-describe-semver) @@ -105,7 +105,7 @@ jobs: # run: go version - name: Check out code (full history) - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # Full history is needed to allow listing tags via build tooling # (e.g., go-winres, git-describe-semver) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 21423ae6..d18dbb3d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -50,7 +50,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Mark the current working directory as a safe directory in git to # resolve "dubious ownership" complaints.