We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5a618 commit d390f85Copy full SHA for d390f85
1 file changed
.github/workflows/codeql.yml
@@ -0,0 +1,21 @@
1
+name: CodeQL
2
+
3
+on:
4
+ schedule:
5
+ - cron: '0 6 * * 1'
6
+ workflow_dispatch:
7
8
+permissions:
9
+ security-events: write
10
+ contents: read
11
12
+jobs:
13
+ analyze:
14
+ runs-on: macos-latest
15
+ steps:
16
+ - uses: actions/checkout@v4
17
+ - uses: github/codeql-action/init@v3
18
+ with:
19
+ languages: swift
20
+ - uses: github/codeql-action/autobuild@v3
21
+ - uses: github/codeql-action/analyze@v3
0 commit comments