From 917e3cd2f12cae8f07e0bb511f1bc94b347c48c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 06:09:45 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20ci(deps):=20Bump=20the=20github-?= =?UTF-8?q?actions=20group=20with=202=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the github-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [lucassabreu/comment-coverage-clover](https://github.com/lucassabreu/comment-coverage-clover). Updates `github/codeql-action` from 4.37.3 to 4.37.9 - [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.37.3...v4.37.9) Updates `lucassabreu/comment-coverage-clover` from 0.17.1 to 0.17.2 - [Release notes](https://github.com/lucassabreu/comment-coverage-clover/releases) - [Changelog](https://github.com/lucassabreu/comment-coverage-clover/blob/main/CHANGELOG.md) - [Commits](https://github.com/lucassabreu/comment-coverage-clover/compare/v0.17.1...v0.17.2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: lucassabreu/comment-coverage-clover dependency-version: 0.17.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/CODEQL.yml | 6 +++--- .github/workflows/continuous-integration.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CODEQL.yml b/.github/workflows/CODEQL.yml index d0e4bde..894ca8f 100644 --- a/.github/workflows/CODEQL.yml +++ b/.github/workflows/CODEQL.yml @@ -24,15 +24,15 @@ jobs: uses: actions/checkout@v6 - name: Initialize CodeQL - uses: github/codeql-action/init@v4.37.3 + uses: github/codeql-action/init@v4.37.9 with: languages: javascript-typescript queries: security-extended,security-and-quality - name: CodeQL Autobuild - uses: github/codeql-action/autobuild@v4.37.3 + uses: github/codeql-action/autobuild@v4.37.9 - name: CodeQL Analysis - uses: github/codeql-action/analyze@v4.37.3 + uses: github/codeql-action/analyze@v4.37.9 with: category: /language:javascript-typescript diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 6a89929..8826da1 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -76,7 +76,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} - name: Comment the new code coverage - uses: lucassabreu/comment-coverage-clover@v0.17.1 + uses: lucassabreu/comment-coverage-clover@v0.17.2 continue-on-error: true with: file: ./coverage/clover.xml