From e563edfe37a1c3efc119ae020aeab85b61311bc6 Mon Sep 17 00:00:00 2001 From: yohei yamana Date: Thu, 4 Apr 2024 19:59:08 +0900 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 66ef03d..54184cc 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -19,7 +19,6 @@ jobs: build: runs-on: ubuntu-latest - permissions: write-all steps: - uses: actions/checkout@v3 @@ -32,6 +31,5 @@ jobs: - name: Build with Maven run: mvn -B package --file pom.xml - # 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 + - name: Codecov + uses: codecov/codecov-action@v1.0.15