Skip to content

Commit 1d7070d

Browse files
committed
revert codeql deletion
1 parent e468b71 commit 1d7070d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: 'CodeQL'
2+
3+
on:
4+
push:
5+
branches: ['main']
6+
7+
pull_request:
8+
branches: ['main']
9+
10+
schedule:
11+
- cron: '29 3 * * 6' # Runs at 03:29, only on Saturday.
12+
13+
jobs:
14+
analyze-java:
15+
uses: coveo/actions/.github/workflows/java-maven-openjdk11-codeql.yml@main

0 commit comments

Comments
 (0)