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