Skip to content

Commit 0355aaf

Browse files
ci: restore autobuild for code scanning (#162)
1 parent 23f1f0f commit 0355aaf

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ jobs:
3535
languages: ${{ matrix.language }}
3636

3737
- uses: hypertrace/github-actions/gradle@main
38-
with:
39-
args: assemble
38+
39+
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
40+
- name: Autobuild
41+
uses: github/codeql-action/autobuild@v2
4042

4143
- name: Perform CodeQL Analysis
4244
uses: github/codeql-action/analyze@v2

.github/workflows/pr-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ jobs:
1717

1818
- name: Unit test and other verification
1919
uses: hypertrace/github-actions/gradle@main
20-
with:
20+
with:
2121
args: check jacocoTestReport
2222

2323
- name: Upload coverage to Codecov
2424
uses: codecov/codecov-action@v3
2525
with:
2626
name: unit test reports
2727
flags: unit
28-
28+
2929
- name: Integration test
3030
uses: hypertrace/github-actions/gradle@main
31-
with:
31+
with:
3232
args: jacocoIntegrationTestReport
3333

3434
- name: Upload coverage to Codecov
@@ -40,7 +40,7 @@ jobs:
4040
- name: copy test reports
4141
uses: hypertrace/github-actions/gradle@main
4242
if: always()
43-
with:
43+
with:
4444
args: copyAllReports --output-dir=/tmp/test-reports
4545

4646
- name: Archive test reports

0 commit comments

Comments
 (0)