diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 307fbb1..0c1e79c 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Java uses: actions/setup-java@v5 diff --git a/.github/workflows/manual-image-build.yaml b/.github/workflows/manual-image-build.yaml index bcb0edc..45fa7bb 100644 --- a/.github/workflows/manual-image-build.yaml +++ b/.github/workflows/manual-image-build.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.inputs.tag }} diff --git a/.github/workflows/release-transition.yaml b/.github/workflows/release-transition.yaml index 3763eb4..c9ef26e 100644 --- a/.github/workflows/release-transition.yaml +++ b/.github/workflows/release-transition.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.inputs.branch }} - name: Set up Java diff --git a/.github/workflows/sonar-analysis.yml b/.github/workflows/sonar-analysis.yml index 5aac00a..b4019bb 100644 --- a/.github/workflows/sonar-analysis.yml +++ b/.github/workflows/sonar-analysis.yml @@ -28,7 +28,7 @@ jobs: ## Checkout the source of the event that triggered this workflow, ## PR commit (pull_request event) or commit (push event). - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: ${{ github.event.workflow_run.head_repository.full_name }} ref: ${{ github.event.workflow_run.head_sha }}