This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new 3bcb80e Increase the CodeQL frequency and coverage
3bcb80e is described below
commit 3bcb80e4f62125d7f2aa1aa49ea045fd76228520
Author: Sean B. Palmer <[email protected]>
AuthorDate: Thu Dec 11 16:53:11 2025 +0000
Increase the CodeQL frequency and coverage
---
.github/workflows/codeql.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml
index b977ad1..abb66f0 100644
--- a/.github/workflows/codeql.yaml
+++ b/.github/workflows/codeql.yaml
@@ -5,6 +5,9 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
+ schedule:
+ # Run every Monday at 5:30 AM UTC
+ - cron: '30 5 * * 1'
jobs:
analyze:
@@ -25,6 +28,8 @@ jobs:
suppression_pack: +codeql/python-queries:AlertSuppression.ql
- language: actions
suppression_pack: ""
+ - language: javascript-typescript
+ suppression_pack: ""
steps:
- name: Checkout repository
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]