Skip to content

Commit

Permalink
install java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Jan 1, 2025
1 parent bb29015 commit c12bc68
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
name: Update Dependency Graph
on:
pull_request:
push:
branches:
- main # default branch of the project
jobs:
dependency-graph:
name: Update Dependency Graph
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Java 11
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
- uses: sbt/setup-sbt@v1
- uses: scalacenter/sbt-dependency-submission@v3

0 comments on commit c12bc68

Please sign in to comment.