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.