From 610c49d62cb09dd6fc4a3f22190d5d7cf726d5f9 Mon Sep 17 00:00:00 2001 From: games647 Date: Mon, 17 Jul 2023 15:49:36 +0200 Subject: [PATCH] Enable write for dependency graph --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 55b7237b..54aab9c5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -21,7 +21,7 @@ jobs: # Environment image - always use the newest OS runs-on: ubuntu-latest permissions: - contents: read + contents: write # Run steps steps: @@ -44,4 +44,4 @@ jobs: - name: Update dependency graph if: ${{ github.event_name == 'push' }} - uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6 + uses: advanced-security/maven-dependency-submission-action@v3.0.2