Skip to content

Commit

Permalink
Passing down PR labels to codeql analysis too (apache#44448)
Browse files Browse the repository at this point in the history
  • Loading branch information
amoghrajesh authored Nov 28, 2024
1 parent 5474e56 commit d41bc70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Selective checks
id: selective-checks
env:
PR_LABELS: "${{ steps.source-run-info.outputs.pr-labels }}"
COMMIT_REF: "${{ github.sha }}"
VERBOSE: "false"
run: breeze ci selective-check 2>> ${GITHUB_OUTPUT}
Expand Down

0 comments on commit d41bc70

Please sign in to comment.