Skip to content

Commit

Permalink
[BUGFIX] Fix dependency graph update
Browse files Browse the repository at this point in the history
Fixes the dependency graph update.
  • Loading branch information
dkd-friedrich authored and dkd-kaehm committed May 22, 2024
1 parent 039b2bb commit be65a1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ on:

jobs:
build:

runs-on: ubuntu-22.04
permissions:
contents: write

steps:
- uses: actions/checkout@v4
Expand All @@ -26,5 +27,5 @@ jobs:

# 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
uses: advanced-security/maven-dependency-submission-action@v4
continue-on-error: true

0 comments on commit be65a1d

Please sign in to comment.