From d1e4aef2376c09730a1261d51e344a22b756081c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 05:37:44 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action Bumps [github/codeql-action](https://github.com/github/codeql-action) from a65a038433a26f4363cf9f029e3b9ceac831ad5d to b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d. - [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/a65a038433a26f4363cf9f029e3b9ceac831ad5d...b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/security-suite.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/security-suite.yml b/.github/workflows/security-suite.yml index da1c5ce..b4dc19d 100644 --- a/.github/workflows/security-suite.yml +++ b/.github/workflows/security-suite.yml @@ -32,7 +32,7 @@ jobs: with: go-version: '1.26.2' - name: Initialize CodeQL - uses: github/codeql-action/init@a65a038433a26f4363cf9f029e3b9ceac831ad5d # v3.28.10 + uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10 with: languages: ${{ matrix.language }} - name: Install toolchain @@ -42,7 +42,7 @@ jobs: - name: Build run: make build - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@a65a038433a26f4363cf9f029e3b9ceac831ad5d # v3.28.10 + uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10 dependency-review: name: Dependency Review @@ -75,6 +75,6 @@ jobs: results_format: sarif publish_results: true - name: Upload SARIF - uses: github/codeql-action/upload-sarif@a65a038433a26f4363cf9f029e3b9ceac831ad5d # v3.28.10 + uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10 with: sarif_file: results.sarif