Skip to content

Commit 7132d48

Browse files
remove params on codeql build
1 parent c3fec9a commit 7132d48

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
languages: ${{ matrix.language }}
3737
queries: security-extended
3838

39-
4039
- uses: actions/setup-java@v4
4140
with:
4241
distribution: 'temurin'
@@ -47,14 +46,9 @@ jobs:
4746
with:
4847
gradle-version: current
4948

50-
- name: Gradle Build and Publish
51-
env:
52-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49+
- name: Gradle Build
5350
run: |
54-
gradle build cyclonedxBom -x test \
55-
-DGITHUB_REPOSITORY=${{ github.repository }} \
56-
-DGITHUB_ACTOR=${{ github.actor }} \
57-
-DGITHUB_TOKEN=$GITHUB_TOKEN
51+
gradle build cyclonedxBom -x test
5852
5953
# ℹ️ Command-line programs to run using the OS shell.
6054
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun

0 commit comments

Comments
 (0)