Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
Update the Maven Update Dependency Graph step and set correct permissions
  • Loading branch information
JoepWeijers authored May 21, 2024
1 parent 059b2d7 commit 6222bff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
Expand All @@ -22,4 +24,4 @@ jobs:

# 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
uses: advanced-security/maven-dependency-submission-action@v4.0.3

0 comments on commit 6222bff

Please sign in to comment.