File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,11 +6,18 @@ name: "CodeQL"
66
77on :
88 workflow_dispatch :
9- push :
9+ pull_request :
1010 branches :
1111 - main
1212 - Staging
1313 - Development
14+ types :
15+ - opened
16+ - reopened
17+ - synchronize
18+ - edited
19+ push :
20+ branches :
1421 - credscanning
1522 schedule :
1623 - cron : " 17 11 * * 2"
4148
4249 # Initializes the CodeQL tools for scanning.
4350 - name : Initialize CodeQL
44- uses : github/codeql-action/init@v3
51+ uses : github/codeql-action/init@v4
4552 with :
4653 languages : ${{ matrix.language }}
4754 # If you wish to specify custom queries, you can do so here or in a config file.
6875 # ./location_of_script_within_repo/buildscript.sh
6976
7077 - name : Perform CodeQL Analysis
71- uses : github/codeql-action/analyze@v3
78+ uses : github/codeql-action/analyze@v4
7279 with :
7380 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1212 - reopened
1313 - synchronize
1414 - edited
15+ push :
16+ branches :
17+ - credscanning
1518
1619jobs :
1720 gitleaks :
Original file line number Diff line number Diff line change 1717 - Staging
1818 - main
1919 - credscanning
20+ types :
21+ - opened
22+ - reopened
23+ - synchronize
24+ - edited
25+ push :
26+ branches :
27+ - credscanning
2028
2129jobs :
2230 run :
You can’t perform that action at this time.
0 commit comments