Skip to content

Commit df5b132

Browse files
authored
Triger CodeQL for merge queue (smartcontractkit#16751)
1 parent 9632acf commit df5b132

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/codeql-analysis.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
name: 'CodeQL'
1+
name: "CodeQL"
22

33
on:
4+
merge_group:
45
push:
56
branches:
67
- develop
78
pull_request:
89
# The branches below must be a subset of the branches above
910
branches: [develop]
1011
schedule:
11-
- cron: '23 19 * * 4'
12+
- cron: "23 19 * * 4"
1213

1314
jobs:
1415
filter:
@@ -49,9 +50,9 @@ jobs:
4950
fail-fast: false
5051
matrix:
5152
type:
52-
- language: 'go'
53+
- language: "go"
5354
should-run: ${{ needs.filter.outputs.should-run-go }}
54-
- language: 'javascript'
55+
- language: "javascript"
5556
should-run: ${{ needs.filter.outputs.should-run-js }}
5657
steps:
5758
- name: Checkout repository
@@ -63,8 +64,8 @@ jobs:
6364
if: ${{ matrix.type.language == 'go' && matrix.type.should-run == 'true' }}
6465
uses: ./.github/actions/setup-go
6566
with:
66-
go-version-file: 'go.mod'
67-
only-modules: 'true'
67+
go-version-file: "go.mod"
68+
only-modules: "true"
6869

6970
- name: Touching core/web/assets/index.html
7071
if: ${{ matrix.type.language == 'go' && matrix.type.should-run == 'true' }}

0 commit comments

Comments
 (0)