Skip to content

Commit

Permalink
Merge pull request #86 from ghjansen/issue/master/85-bugGithubActions
Browse files Browse the repository at this point in the history
Issue #85 - Fix bug with GitHub Actions.
  • Loading branch information
ghjansen authored Oct 26, 2023
2 parents 4c879f6 + a6f6af8 commit bc21eaf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: Java CI with Maven and SonarCloud
name: Build

on:
push:
Expand Down Expand Up @@ -43,7 +43,3 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=ghjansen-github_cas

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6

0 comments on commit bc21eaf

Please sign in to comment.