Skip to content

Commit 256effa

Browse files
chore(ci): fix CodeQL cron schedule format (#10)
1 parent 3caad12 commit 256effa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55
pull_request:
66
branches: [ main, master ]
77
schedule:
8-
- cron: "0 3 * * 0"
8+
- cron: '0 3 * * 0'
99
jobs:
1010
analyze:
1111
permissions:
1212
actions: read
1313
contents: read
1414
security-events: write
15-
runs-on: ubuntu-latest
15+
runs-on: macos-14
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)