From 50d0e150d0adc6d6e078cfb793d0743a6e9f3855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 15:07:02 +0000 Subject: [PATCH] NO_JIRA: 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/common_ccdc_status_checks.yml | 2 +- .github/workflows/lint-ansible.yml | 2 +- .github/workflows/lint-dockerfiles.yml | 2 +- .github/workflows/lint-markdown.yml | 2 +- .github/workflows/lint-python.yml | 2 +- .github/workflows/lint-yaml.yml | 2 +- .github/workflows/publish.yml | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/common_ccdc_status_checks.yml b/.github/workflows/common_ccdc_status_checks.yml index 428e2de..04423ae 100644 --- a/.github/workflows/common_ccdc_status_checks.yml +++ b/.github/workflows/common_ccdc_status_checks.yml @@ -10,7 +10,7 @@ jobs: ccdc-commit-hooks-on-pull-request-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: ${{ github.head_ref }} fetch-depth: 0 diff --git a/.github/workflows/lint-ansible.yml b/.github/workflows/lint-ansible.yml index 34b2b35..f757127 100644 --- a/.github/workflows/lint-ansible.yml +++ b/.github/workflows/lint-ansible.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Check GitHub event type to determine reporter type run: | diff --git a/.github/workflows/lint-dockerfiles.yml b/.github/workflows/lint-dockerfiles.yml index e917a29..8689b5d 100644 --- a/.github/workflows/lint-dockerfiles.yml +++ b/.github/workflows/lint-dockerfiles.yml @@ -12,7 +12,7 @@ jobs: changed-files: ${{ steps.file-changes.outputs.changed-files }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/lint-markdown.yml b/.github/workflows/lint-markdown.yml index 695aeb9..102fc98 100644 --- a/.github/workflows/lint-markdown.yml +++ b/.github/workflows/lint-markdown.yml @@ -12,7 +12,7 @@ jobs: changed-files: ${{ steps.file-changes.outputs.changed-files }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/lint-python.yml b/.github/workflows/lint-python.yml index e3945fa..6963ff0 100644 --- a/.github/workflows/lint-python.yml +++ b/.github/workflows/lint-python.yml @@ -15,7 +15,7 @@ jobs: python_version: ["3.11"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/lint-yaml.yml b/.github/workflows/lint-yaml.yml index 7e37796..745d6d7 100644 --- a/.github/workflows/lint-yaml.yml +++ b/.github/workflows/lint-yaml.yml @@ -13,7 +13,7 @@ jobs: changed-files: ${{ steps.file-changes.outputs.changed-files }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 327c98d..66350f7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Get galaxy name id: galaxy run: | @@ -39,7 +39,7 @@ jobs: needs: release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: repository: ccdc-confidential/build-systems-deployment-cpp-build-machines ref: staging # for testing, change to main when that repo is sorted