From c9cade0c346f0d4c0ab87655a55df07494c6a458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 02:47:19 +0000 Subject: [PATCH 1/2] Bump github/codeql-action from 3.30.2 to 3.30.5 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.30.2 to 3.30.5. - [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/d3678e237b9c32a6c9bffb3315c335f976f3549f...3599b3baa15b485a2e49ef411a7a4bb2452e7f93) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.30.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9b01526..6823e3c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -33,12 +33,12 @@ jobs: persist-credentials: false - name: Initialize CodeQL - uses: github/codeql-action/init@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2 + uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5 with: languages: ${{ matrix.language }} queries: +security-and-quality - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2 + uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5 with: category: "/language:${{matrix.language}}" From 9fd80c80c8eb8c9a41f39ddff9d37b3edc35065d Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Wed, 1 Oct 2025 11:52:51 +0900 Subject: [PATCH 2/2] Update SonarQube scan workflow triggers Removed pull request branch ignore for SonarQube scan. --- .github/workflows/sonar-scan.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/sonar-scan.yml b/.github/workflows/sonar-scan.yml index 6b08733..84b1d35 100644 --- a/.github/workflows/sonar-scan.yml +++ b/.github/workflows/sonar-scan.yml @@ -1,9 +1,6 @@ name: SonarQube Scan on: - pull_request: - branches-ignore: - - "dependabot/**" schedule: - cron: "0 0 1 * *" workflow_dispatch: