Skip to content

Commit d21d776

Browse files
committed
chore: use CodeQL public action (#31)
* chore: use codeql public action * ci: use mvn default arguments from workflow
1 parent b42c055 commit d21d776

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ on:
1212

1313
jobs:
1414
analyze-java:
15-
uses: coveo/actions/.github/workflows/java-maven-openjdk11-codeql.yml@main
15+
uses: coveo/public-actions/.github/workflows/java-maven-openjdk11-codeql.yml@main
16+
with:
17+
runs-on: "['linux', 'x64', 'ec2.instance-type = t3.large']"

0 commit comments

Comments
 (0)