From 1ba3592a4af1c14570e4e56ec8cf3c1d2c61daff Mon Sep 17 00:00:00 2001 From: Tim Adams Date: Thu, 5 Oct 2023 15:41:25 +0200 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index bc4dabf..94e2d4c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -18,9 +18,6 @@ jobs: build: runs-on: ubuntu-latest - permissions: - contents: read - packages: write steps: - uses: actions/checkout@v3 - name: Set up JDK 8 @@ -35,8 +32,6 @@ jobs: servers: '[{"id": "github", "username": "${{ secrets.TA_USERNAME }}", "password": "${{ secrets.TA_PASSWORD }}"}]' - name: Build with Maven run: mvn clean install -s /home/runner/.m2/settings.xml spring-boot:repackage - - name: Update dependency graph - uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6 deploy: runs-on: ubuntu-latest