Skip to content

Commit

Permalink
Update workflows (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Nov 6, 2023
1 parent b346ca0 commit 60fed97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Build with Gradle
run: ./gradlew build -Dspotless --stacktrace
run: ./gradlew build
5 changes: 2 additions & 3 deletions .github/workflows/scans.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Snyk
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
ORG_GRADLE_PROJECT_snykToken: ${{ secrets.SNYK_TOKEN }}
run: ./gradlew snyk-test
continue-on-error: true

Expand Down Expand Up @@ -67,6 +67,5 @@ jobs:

- name: SonarQube
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
ORG_GRADLE_PROJECT_sonarToken: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew sonarqube -S

0 comments on commit 60fed97

Please sign in to comment.