Skip to content

Commit 2a7e258

Browse files
committed
ci: switch CodeQL to actions scan for scala-only repo
1 parent e6007c7 commit 2a7e258

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -124,19 +124,10 @@ jobs:
124124
- uses: actions/checkout@v5
125125
with:
126126
fetch-depth: 0
127-
- uses: sbt/setup-sbt@v1
128-
- uses: actions/setup-java@v4
129-
with:
130-
distribution: temurin
131-
java-version: 17
132-
cache: sbt
133127
- name: CodeQL init
134128
uses: github/codeql-action/init@v4
135129
with:
136-
languages: java
137-
build-mode: manual
138-
- name: CodeQL build (sbt)
139-
run: sbt -batch compileAll
130+
languages: actions
140131
- name: CodeQL analyze
141132
uses: github/codeql-action/analyze@v4
142133
- name: TruffleHog secret scan

0 commit comments

Comments
 (0)