From b2468fe497562533f920e86c44272b49e0b23b9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 12:43:32 +0000 Subject: [PATCH] chore(deps): bump the github-actions group across 1 directory with 10 updates Bumps the github-actions group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [prompt/actions-commit-hash](https://github.com/prompt/actions-commit-hash) | `3` | `4` | | [gradle/actions](https://github.com/gradle/actions) | `5` | `6` | | [docker/login-action](https://github.com/docker/login-action) | `3` | `4` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `5` | `6` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6` | `7` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `8.0.0` | `8.0.1` | | [azure/setup-helm](https://github.com/azure/setup-helm) | `4` | `5` | | [actions/github-script](https://github.com/actions/github-script) | `8` | `9` | | [dorny/test-reporter](https://github.com/dorny/test-reporter) | `2.5.0` | `3.0.0` | | [dorny/paths-filter](https://github.com/dorny/paths-filter) | `3` | `4` | Updates `prompt/actions-commit-hash` from 3 to 4 - [Release notes](https://github.com/prompt/actions-commit-hash/releases) - [Commits](https://github.com/prompt/actions-commit-hash/compare/v3...v4) Updates `gradle/actions` from 5 to 6 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v5...v6) Updates `docker/login-action` from 3 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) Updates `docker/metadata-action` from 5 to 6 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v5...v6) Updates `docker/build-push-action` from 6 to 7 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6...v7) Updates `actions/download-artifact` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v8.0.0...v8.0.1) Updates `azure/setup-helm` from 4 to 5 - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/setup-helm/compare/v4...v5) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) Updates `dorny/test-reporter` from 2.5.0 to 3.0.0 - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](https://github.com/dorny/test-reporter/compare/v2.5.0...v3.0.0) Updates `dorny/paths-filter` from 3 to 4 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](https://github.com/dorny/paths-filter/compare/v3...v4) --- updated-dependencies: - dependency-name: prompt/actions-commit-hash dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: gradle/actions dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/metadata-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: azure/setup-helm dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: dorny/test-reporter dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: dorny/paths-filter dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/.app-build-publish.yaml | 10 +++++----- .github/workflows/.chart-publish.yaml | 4 ++-- .github/workflows/.charts-publish.yaml | 4 ++-- .github/workflows/app-test.yaml | 10 +++++----- .github/workflows/build-publish.yaml | 2 +- .github/workflows/codeql.yaml | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/.app-build-publish.yaml b/.github/workflows/.app-build-publish.yaml index ce07292..9e1b642 100644 --- a/.github/workflows/.app-build-publish.yaml +++ b/.github/workflows/.app-build-publish.yaml @@ -14,7 +14,7 @@ jobs: version: ${{ steps.version.outputs.version }} steps: - id: commit-hash - uses: prompt/actions-commit-hash@v3 + uses: prompt/actions-commit-hash@v4 - id: version run: echo "version=$(date +'%Y%m%d')-${{ steps.commit-hash.outputs.short }}" >> $GITHUB_OUTPUT @@ -38,13 +38,13 @@ jobs: java-version: 21 - name: Setup Gradle - uses: gradle/actions/setup-gradle@v5 + uses: gradle/actions/setup-gradle@v6 - name: Gradle test and build run: ./gradlew build --configuration-cache - name: Log in to the Container registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -52,7 +52,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: docker-meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ghcr.io/${{ github.repository }} tags: | @@ -60,7 +60,7 @@ jobs: type=raw,value=${{ needs.meta.outputs.version }} - name: Build and push Docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 id: docker-build-push with: context: . diff --git a/.github/workflows/.chart-publish.yaml b/.github/workflows/.chart-publish.yaml index 995cb59..8d304f1 100644 --- a/.github/workflows/.chart-publish.yaml +++ b/.github/workflows/.chart-publish.yaml @@ -56,12 +56,12 @@ jobs: fetch-depth: 0 - name: Restore Chart Metadata - uses: actions/download-artifact@v8.0.0 + uses: actions/download-artifact@v8.0.1 with: name: ${{ inputs.chart-name }}-chart-metadata path: ./charts/${{ inputs.chart-name }} - - uses: azure/setup-helm@v4 + - uses: azure/setup-helm@v5 name: Setup Helm - name: Login to Flais Helm Repository diff --git a/.github/workflows/.charts-publish.yaml b/.github/workflows/.charts-publish.yaml index 1df7c25..3cfb20f 100644 --- a/.github/workflows/.charts-publish.yaml +++ b/.github/workflows/.charts-publish.yaml @@ -26,7 +26,7 @@ jobs: - name: Get latest app tag if: inputs.app-version == '' id: app-tag - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const tag_pattern = /^\d{8}-[a-f0-9]{7}$/; @@ -41,7 +41,7 @@ jobs: core.setOutput('latest_tag', latestTag); - id: commit-hash - uses: prompt/actions-commit-hash@v3 + uses: prompt/actions-commit-hash@v4 - id: versions run: | diff --git a/.github/workflows/app-test.yaml b/.github/workflows/app-test.yaml index ec61fb2..d706c21 100644 --- a/.github/workflows/app-test.yaml +++ b/.github/workflows/app-test.yaml @@ -34,7 +34,7 @@ jobs: java-version: 21 - name: Setup Gradle - uses: gradle/actions/setup-gradle@v5 + uses: gradle/actions/setup-gradle@v6 - name: Run Spotless Check run: ./gradlew :spotlessCheck --stacktrace --configuration-cache @@ -53,13 +53,13 @@ jobs: java-version: 21 - name: Setup Gradle - uses: gradle/actions/setup-gradle@v5 + uses: gradle/actions/setup-gradle@v6 - name: Run Unit Tests run: ./gradlew :test --stacktrace --configuration-cache - name: Unit Test Reports - uses: dorny/test-reporter@v2.5.0 + uses: dorny/test-reporter@v3.0.0 if: always() with: name: Unit Test Reports @@ -84,7 +84,7 @@ jobs: java-version: 21 - name: Setup Gradle - uses: gradle/actions/setup-gradle@v5 + uses: gradle/actions/setup-gradle@v6 - name: Run Integration Tests env: @@ -92,7 +92,7 @@ jobs: run: ./gradlew :integrationTest --stacktrace --configuration-cache - name: Integration Test Reports - uses: dorny/test-reporter@v2.5.0 + uses: dorny/test-reporter@v3.0.0 if: always() with: name: Integration Test Reports - Kubernetes ${{ matrix.kubernetes }} diff --git a/.github/workflows/build-publish.yaml b/.github/workflows/build-publish.yaml index 90a9889..a4b72ff 100644 --- a/.github/workflows/build-publish.yaml +++ b/.github/workflows/build-publish.yaml @@ -31,7 +31,7 @@ jobs: - name: Filter paths id: filter - uses: dorny/paths-filter@v3 + uses: dorny/paths-filter@v4 with: base: main filters: | diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 38a0c05..c9d8f78 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -31,7 +31,7 @@ jobs: java-version: 21 - name: Setup Gradle - uses: gradle/actions/setup-gradle@v5 + uses: gradle/actions/setup-gradle@v6 - name: Assemble run: ./gradlew clean assemble --parallel --no-daemon --no-build-cache