Skip to content

Commit 5d3d735

Browse files
committed
update codeql
1 parent 10f7569 commit 5d3d735

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
@@ -13,9 +13,9 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ "master" ]
16+
branches: [ "main" ]
1717
pull_request:
18-
branches: [ "master" ]
18+
branches: [ "main" ]
1919
schedule:
2020
- cron: '0 1 * * 3'
2121

@@ -72,8 +72,8 @@ jobs:
7272
# "We were unable to automatically build your code", modify the matrix above
7373
# to set the build mode to "manual" for that language. Then modify this step
7474
# to build your code.
75-
# ℹ� Command-line programs to run using the OS shell.
76-
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
75+
# ℹ️ Command-line programs to run using the OS shell.
76+
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
7777
- if: matrix.build-mode == 'manual'
7878
run: |
7979
echo 'If you are using a "manual" build mode for one or more of the' \

0 commit comments

Comments
 (0)