From e08352da360de50260abc1ae479f1663a579319e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 23:45:05 +0000 Subject: [PATCH] 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/dependency-checks.yml | 2 +- .github/workflows/main.yml | 6 +++--- .../native-binary-build-dlight.nativeexecution.yml | 2 +- .github/workflows/native-binary-build-launcher.yml | 2 +- .github/workflows/native-binary-build-lib.profiler.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dependency-checks.yml b/.github/workflows/dependency-checks.yml index 717ade7d7a73..fef0ca8361d6 100644 --- a/.github/workflows/dependency-checks.yml +++ b/.github/workflows/dependency-checks.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout ${{ github.ref }} ( ${{ github.sha }} ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false submodules: false diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f0d93ba83061..00767e2c7b5c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -150,7 +150,7 @@ jobs: distribution: ${{ env.DEFAULT_JAVA_DISTRIBUTION }} - name: Checkout ${{ github.ref }} ( ${{ github.sha }} ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false submodules: false @@ -202,7 +202,7 @@ jobs: steps: - name: Checkout ${{ github.ref }} ( ${{ github.sha }} ) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false submodules: false @@ -312,7 +312,7 @@ jobs: - name: Checkout ${{ github.ref }} ( ${{ github.sha }} ) if: ${{ !cancelled() }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false submodules: false diff --git a/.github/workflows/native-binary-build-dlight.nativeexecution.yml b/.github/workflows/native-binary-build-dlight.nativeexecution.yml index bcf26bbfcbc9..a6b0fc538901 100644 --- a/.github/workflows/native-binary-build-dlight.nativeexecution.yml +++ b/.github/workflows/native-binary-build-dlight.nativeexecution.yml @@ -77,7 +77,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false submodules: false diff --git a/.github/workflows/native-binary-build-launcher.yml b/.github/workflows/native-binary-build-launcher.yml index 5cefbc2f65d8..299fbd10d617 100644 --- a/.github/workflows/native-binary-build-launcher.yml +++ b/.github/workflows/native-binary-build-launcher.yml @@ -66,7 +66,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false submodules: false diff --git a/.github/workflows/native-binary-build-lib.profiler.yml b/.github/workflows/native-binary-build-lib.profiler.yml index 64e66deb755b..280907ff919d 100644 --- a/.github/workflows/native-binary-build-lib.profiler.yml +++ b/.github/workflows/native-binary-build-lib.profiler.yml @@ -86,7 +86,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false submodules: false