Skip to content

Commit

Permalink
Trying to fix GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
at88mph committed Jul 16, 2024
1 parent a3d1281 commit 3831895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

runs-on: ubuntu-latest
permissions:
contents: read
contents: write

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@ec92e829475ac0c2315ea8f9eced72db85bb337a # v3.0.0
uses: gradle/actions/dependency-submission@v3

0 comments on commit 3831895

Please sign in to comment.