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