Skip to content

Commit

Permalink
Use pull_request_target in codeql workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvilsa committed Dec 19, 2024
1 parent 2e584d9 commit 98ccf7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches: [main]
pull_request_target:
branches: [main]
schedule:
- cron: "57 5 * * 3" # M H d m w (Every Wednesday at 5:57 AM)

Expand All @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ python ]
language: [python]

steps:
- name: Checkout
Expand Down

0 comments on commit 98ccf7f

Please sign in to comment.