From 2162ac1425b0ddabb3a40fe8fdee6700281c3bfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 12:43:39 +0000 Subject: [PATCH] NO_JIRA: Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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-base-python.yml | 4 ++-- .github/workflows/common_ccdc_status_checks.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 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-base-python.yml b/.github/workflows/build-base-python.yml index de0f07e..4090b11 100644 --- a/.github/workflows/build-base-python.yml +++ b/.github/workflows/build-base-python.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set output id: set_output @@ -61,7 +61,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v6 diff --git a/.github/workflows/common_ccdc_status_checks.yml b/.github/workflows/common_ccdc_status_checks.yml index 43208c3..406af0f 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@v5 + - uses: actions/checkout@v6 with: ref: ${{ github.head_ref }} fetch-depth: 0 diff --git a/.github/workflows/lint-dockerfiles.yml b/.github/workflows/lint-dockerfiles.yml index d5de298..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@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/lint-markdown.yml b/.github/workflows/lint-markdown.yml index deb8b7f..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@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/lint-python.yml b/.github/workflows/lint-python.yml index e6c3fd3..5b430e5 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@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/lint-yaml.yml b/.github/workflows/lint-yaml.yml index 2900e79..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@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0