From 9ada5f7b388215273a3107fa220f11f95864862f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:44:25 +0000 Subject: [PATCH 1/2] chore(deps): bump github/codeql-action/analyze from 4.37.0 to 4.37.1 Bumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from 4.37.0 to 4.37.1. - [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.0...7188fc363630916deb702c7fdcf4e481b751f97a) --- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: 4.37.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/security-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-pr.yml b/.github/workflows/security-pr.yml index af140ed..a1aa5c2 100644 --- a/.github/workflows/security-pr.yml +++ b/.github/workflows/security-pr.yml @@ -72,7 +72,7 @@ jobs: else echo "No scripts/ci/run-security-build.sh hook; continuing without a custom build." fi - - uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4 + - uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4 osv: name: osv From 243082c8e4e29b89206afdea40f9ae0f2eb4fb39 Mon Sep 17 00:00:00 2001 From: Hephaestus Date: Tue, 21 Jul 2026 17:55:09 +0000 Subject: [PATCH 2/2] ci: exempt Dependabot from human PR metadata checks --- .github/workflows/pr-fast-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-fast-ci.yml b/.github/workflows/pr-fast-ci.yml index 28f1be6..35d81ac 100644 --- a/.github/workflows/pr-fast-ci.yml +++ b/.github/workflows/pr-fast-ci.yml @@ -77,7 +77,7 @@ jobs: name: Validate PR Description runs-on: ['self-hosted', 'linux', 'shell-only', 'public'] timeout-minutes: 5 - if: github.event.pull_request.draft == false + if: github.event.pull_request.draft == false && github.event.pull_request.user.login != 'dependabot[bot]' env: PR_BODY: ${{ github.event.pull_request.body }} steps: @@ -139,7 +139,7 @@ jobs: name: Validate PR Governance runs-on: ['self-hosted', 'linux', 'shell-only', 'public'] timeout-minutes: 5 - if: github.event.pull_request.draft == false + if: github.event.pull_request.draft == false && github.event.pull_request.user.login != 'dependabot[bot]' env: PR_TITLE: ${{ github.event.pull_request.title }} PR_BODY: ${{ github.event.pull_request.body }}