1 parent e6007c7 commit 2a7e258Copy full SHA for 2a7e258
1 file changed
.github/workflows/ci.yml
@@ -124,19 +124,10 @@ jobs:
124
- uses: actions/checkout@v5
125
with:
126
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
133
- name: CodeQL init
134
uses: github/codeql-action/init@v4
135
136
- languages: java
137
- build-mode: manual
138
- - name: CodeQL build (sbt)
139
- run: sbt -batch compileAll
+ languages: actions
140
- name: CodeQL analyze
141
uses: github/codeql-action/analyze@v4
142
- name: TruffleHog secret scan
0 commit comments