Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yaminidhamija committed Apr 12, 2024
1 parent 70081f6 commit 1501e19
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@ jobs:
dependabot:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
- uses: actions/checkout@v3

- name: Set short git commit SHA
id: commit
uses: prompt/actions-commit-hash@v2

- uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'temurin'
java-version: '17'
cache: maven

- name: Run Dependabot
run: npx dependabot --allow-dirty
- name: Commit changes
Expand Down

0 comments on commit 1501e19

Please sign in to comment.