This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 6f0d7313506 Add CodeQL security scanning on pull requests. (#44404)
6f0d7313506 is described below

commit 6f0d731350674bedc320f213d55694c2df43017c
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Wed Nov 27 14:23:08 2024 +0000

    Add CodeQL security scanning on pull requests. (#44404)
    
    Apparently we only run codeql on main, but we could run it on PRs
    as well. That's a good idea to test how it can look like.
---
 .github/workflows/codeql-analysis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index ec608192a70..2c6bf6dc444 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -19,6 +19,8 @@
 name: "CodeQL"
 
 on:  # yamllint disable-line rule:truthy
+  pull_request:
+    branches: ['main', 'v[0-9]+-[0-9]+-test', 'v[0-9]+-[0-9]+-stable']
   push:
     branches: [main]
   schedule:

Reply via email to