From 6b2ded323c2ac822e064cb743fd3e5cf5577a1f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:10:21 +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/buildDockerImage.yml | 2 +- .github/workflows/cibuild.yml | 2 +- .github/workflows/createFB.yml | 2 +- .github/workflows/download-crowdin-generic.yml | 2 +- .github/workflows/sonarcloud.yml | 2 +- .github/workflows/upload-crowdin-generic.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/buildDockerImage.yml b/.github/workflows/buildDockerImage.yml index c4b678e..8ffcd93 100644 --- a/.github/workflows/buildDockerImage.yml +++ b/.github/workflows/buildDockerImage.yml @@ -79,7 +79,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Log in to Docker Registry uses: docker/login-action@v3 with: diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 8cb424a..6ef4657 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -70,7 +70,7 @@ jobs: remove-dotnet: 'true' # Checkout Repository (Shallow clone is disabled due to partial builds Checks) - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 token: ${{ secrets.SWF_TOKEN || github.token }} diff --git a/.github/workflows/createFB.yml b/.github/workflows/createFB.yml index ebb1d02..70a02c3 100644 --- a/.github/workflows/createFB.yml +++ b/.github/workflows/createFB.yml @@ -29,7 +29,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ssh-key: ${{ secrets.SSH_KEY }} - name: Set Git user email and name diff --git a/.github/workflows/download-crowdin-generic.yml b/.github/workflows/download-crowdin-generic.yml index 411cd99..baa7420 100644 --- a/.github/workflows/download-crowdin-generic.yml +++ b/.github/workflows/download-crowdin-generic.yml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.CROWDIN_GITHUB_TOKEN }} ref: ${{ inputs.PROJECT_BRANCH }} diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 5a8e8fc..82acaf9 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -50,7 +50,7 @@ jobs: swap-size-mb: 1024 remove-dotnet: 'true' - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up JDK ${{ inputs.jdk_major_version }} diff --git a/.github/workflows/upload-crowdin-generic.yml b/.github/workflows/upload-crowdin-generic.yml index 4b266a8..888e864 100644 --- a/.github/workflows/upload-crowdin-generic.yml +++ b/.github/workflows/upload-crowdin-generic.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Get git changed files