Skip to content

Commit 5e4a63e

Browse files
committed
upd triggers
1 parent 87eda7f commit 5e4a63e

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,18 @@ name: "CodeQL"
66

77
on:
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"
@@ -41,7 +48,7 @@ jobs:
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.
@@ -68,6 +75,6 @@ jobs:
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}}"

.github/workflows/cred-scanning.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
- reopened
1313
- synchronize
1414
- edited
15+
push:
16+
branches:
17+
- credscanning
1518

1619
jobs:
1720
gitleaks:

.github/workflows/typos.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ on:
1717
- Staging
1818
- main
1919
- credscanning
20+
types:
21+
- opened
22+
- reopened
23+
- synchronize
24+
- edited
25+
push:
26+
branches:
27+
- credscanning
2028

2129
jobs:
2230
run:

0 commit comments

Comments
 (0)