From 9e909ecd3e79a6ac57128c5a20371ee88bc38599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 07:21:43 +0000 Subject: [PATCH] Bump github/codeql-action Bumps [github/codeql-action](https://github.com/github/codeql-action) from a6fd1787519fd23e68309fad43738e41a6ff2a9d to 87557b9c84dde89fdd9b10e88954ac2f4248e463. - [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/a6fd1787519fd23e68309fad43738e41a6ff2a9d...87557b9c84dde89fdd9b10e88954ac2f4248e463) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 87557b9c84dde89fdd9b10e88954ac2f4248e463 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/scorecard.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 6ebc6ba..ad3166e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -34,7 +34,7 @@ jobs: pkg-config - name: Initialize CodeQL - uses: github/codeql-action/init@a6fd1787519fd23e68309fad43738e41a6ff2a9d + uses: github/codeql-action/init@87557b9c84dde89fdd9b10e88954ac2f4248e463 with: languages: c-cpp build-mode: manual @@ -47,4 +47,4 @@ jobs: make -j"$(nproc)" - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@a6fd1787519fd23e68309fad43738e41a6ff2a9d + uses: github/codeql-action/analyze@87557b9c84dde89fdd9b10e88954ac2f4248e463 diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 3346531..5ec62a1 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -39,6 +39,6 @@ jobs: retention-days: 14 - name: Upload Scorecard to code scanning - uses: github/codeql-action/upload-sarif@a6fd1787519fd23e68309fad43738e41a6ff2a9d + uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 with: sarif_file: results.sarif