From 811b43e9bbd312353101531fe245d45001d4ae67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 00:57:32 +0000 Subject: [PATCH] build(deps): bump the actions group across 1 directory with 3 updates Bumps the actions group with 3 updates in the / directory: [dorny/paths-filter](https://github.com/dorny/paths-filter), [github/codeql-action](https://github.com/github/codeql-action) and [actions/setup-java](https://github.com/actions/setup-java). Updates `dorny/paths-filter` from 4.0.1 to 4.0.2 - [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/v4.0.1...v4.0.2) Updates `github/codeql-action` from 4 to 4.36.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v4...v4.36.3) Updates `actions/setup-java` from 5 to 5.4.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v5...v5.4.0) --- updated-dependencies: - dependency-name: dorny/paths-filter dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: github/codeql-action dependency-version: 4.36.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/setup-java dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/codeql.yml | 8 ++++---- .github/workflows/openapi-external-specs.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3640f9b9a..047f538b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: with: fetch-depth: 2 - - uses: dorny/paths-filter@v4.0.1 + - uses: dorny/paths-filter@v4.0.2 id: filter with: base: ${{ github.event.before }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8e718ee90..5004a0186 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -47,14 +47,14 @@ jobs: uses: actions/checkout@v6 - name: Initialize CodeQL - uses: github/codeql-action/init@v4 + uses: github/codeql-action/init@v4.36.3 with: languages: ${{ matrix.language }} build-mode: none config-file: ./.github/codeql/codeql-config.yml - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@v4 + uses: github/codeql-action/analyze@v4.36.3 with: category: '/language:${{ matrix.language }}' @@ -79,7 +79,7 @@ jobs: uses: actions/checkout@v6 - name: Initialize CodeQL - uses: github/codeql-action/init@v4 + uses: github/codeql-action/init@v4.36.3 with: languages: java-kotlin build-mode: manual @@ -100,6 +100,6 @@ jobs: :libs:kotlin-common:compileKotlin - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@v4 + uses: github/codeql-action/analyze@v4.36.3 with: category: '/language:java-kotlin' diff --git a/.github/workflows/openapi-external-specs.yml b/.github/workflows/openapi-external-specs.yml index a2f781616..09de6277c 100644 --- a/.github/workflows/openapi-external-specs.yml +++ b/.github/workflows/openapi-external-specs.yml @@ -89,7 +89,7 @@ jobs: mysql -h "$MYSQL_HOST" -P "$MYSQL_PORT" -uroot -p"$MYSQL_ROOT_PASSWORD" < services/api/0_init.sql - name: Set up Java Development Kit - uses: actions/setup-java@v5 + uses: actions/setup-java@v5.4.0 with: distribution: temurin java-version: ${{ env.JAVA_VERSION }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 973c2f4d4..0ad6e74ea 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -41,7 +41,7 @@ jobs: publish_results: true - name: Upload result to code scanning - uses: github/codeql-action/upload-sarif@v4 + uses: github/codeql-action/upload-sarif@v4.36.3 with: sarif_file: results.sarif category: scorecard