Skip to content

Commit

Permalink
Merge pull request #95 from chillb0nes/master
Browse files Browse the repository at this point in the history
Update github actions config to prevent dependabot checks failing
  • Loading branch information
wanglingsong authored Dec 2, 2023
2 parents 7e52135 + 27f872a commit 469b689
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
pull_request:
branches: [ "master" ]

permissions:
contents: write

jobs:
build:

Expand All @@ -32,4 +35,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
if: ${{ github.event_name == 'push' }}
uses: advanced-security/[email protected]

0 comments on commit 469b689

Please sign in to comment.