From ec0bec57988624ae6584d2c96c5b6eb34cfec136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 03:46:53 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action Bumps [github/codeql-action](https://github.com/github/codeql-action) from 8c6e48dbe051ceb3015c19554831af1b43275f46 to eda5730a8bfb740e03a28087a958444c646e5842. - [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/8c6e48dbe051ceb3015c19554831af1b43275f46...eda5730a8bfb740e03a28087a958444c646e5842) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 0630e39f3f7cb718c552f6c8711786b07960b612 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-rust.yml | 6 +++--- .github/workflows/codeql.yml | 6 +++--- .github/workflows/scorecard.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codeql-rust.yml b/.github/workflows/codeql-rust.yml index 389b697..e77d05b 100644 --- a/.github/workflows/codeql-rust.yml +++ b/.github/workflows/codeql-rust.yml @@ -29,12 +29,12 @@ jobs: - name: Checkout uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4 - name: Initialize CodeQL - uses: github/codeql-action/init@8c6e48dbe051ceb3015c19554831af1b43275f46 # v3 + uses: github/codeql-action/init@eda5730a8bfb740e03a28087a958444c646e5842 # v3 with: languages: rust - name: Autobuild - uses: github/codeql-action/autobuild@8c6e48dbe051ceb3015c19554831af1b43275f46 # v3 + uses: github/codeql-action/autobuild@eda5730a8bfb740e03a28087a958444c646e5842 # v3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8c6e48dbe051ceb3015c19554831af1b43275f46 # v3 + uses: github/codeql-action/analyze@eda5730a8bfb740e03a28087a958444c646e5842 # v3 with: category: "/language:rust" diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2e7d136..0044ae3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -31,14 +31,14 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4 - name: Initialize CodeQL - uses: github/codeql-action/init@8c6e48dbe051ceb3015c19554831af1b43275f46 # v4 + uses: github/codeql-action/init@eda5730a8bfb740e03a28087a958444c646e5842 # v4 with: languages: rust - name: Autobuild - uses: github/codeql-action/autobuild@8c6e48dbe051ceb3015c19554831af1b43275f46 # v4 + uses: github/codeql-action/autobuild@eda5730a8bfb740e03a28087a958444c646e5842 # v4 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8c6e48dbe051ceb3015c19554831af1b43275f46 # v4 + uses: github/codeql-action/analyze@eda5730a8bfb740e03a28087a958444c646e5842 # v4 with: category: "/language:rust" diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 454089c..c69f6bb 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -42,6 +42,6 @@ jobs: path: results.sarif retention-days: 5 - - uses: github/codeql-action/upload-sarif@8c6e48dbe051ceb3015c19554831af1b43275f46 # v3 + - uses: github/codeql-action/upload-sarif@eda5730a8bfb740e03a28087a958444c646e5842 # v3 with: sarif_file: results.sarif