Skip to content

Commit 5d3358f

Browse files
Update codeql.yml
1 parent 4ab4b09 commit 5d3358f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ feature/codeql ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ feature/codeql ]
7+
branches: [ main ]
88
schedule:
99
- cron: '0 3 * * 1'
1010

1111
jobs:
1212
analyze:
1313
name: Analyze
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515

1616
permissions:
1717
actions: read
@@ -38,4 +38,4 @@ jobs:
3838
- name: Perform CodeQL Analysis
3939
uses: github/codeql-action/analyze@v3
4040
with:
41-
category: "/language:${{matrix.language}}"
41+
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)