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 }} 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