We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3fec9a commit 7132d48Copy full SHA for 7132d48
.github/workflows/codeql.yml
@@ -36,7 +36,6 @@ jobs:
36
languages: ${{ matrix.language }}
37
queries: security-extended
38
39
-
40
- uses: actions/setup-java@v4
41
with:
42
distribution: 'temurin'
@@ -47,14 +46,9 @@ jobs:
47
46
48
gradle-version: current
49
50
- - name: Gradle Build and Publish
51
- env:
52
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ - name: Gradle Build
53
run: |
54
- gradle build cyclonedxBom -x test \
55
- -DGITHUB_REPOSITORY=${{ github.repository }} \
56
- -DGITHUB_ACTOR=${{ github.actor }} \
57
- -DGITHUB_TOKEN=$GITHUB_TOKEN
+ gradle build cyclonedxBom -x test
58
59
# ℹ️ Command-line programs to run using the OS shell.
60
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
0 commit comments