Merge pull request #7746 from Friendseeker/dependency-res-bump

[1.x] Submit dependency graph for security alert & Fix CI
This commit is contained in:
eugene yokota 2024-10-09 16:22:15 -04:00 committed by GitHub
commit 26a7762a6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -86,6 +86,8 @@ jobs:
with:
distribution: "${{ matrix.distribution }}"
java-version: "${{ matrix.java }}"
- name: Setup SBT
uses: sbt/setup-sbt@v1
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:

View File

@ -2,7 +2,7 @@
name: Submit Dependency Graph
on:
push:
branches: [1.9.x] # default branch of the project
branches: [1.10.x, develop]
permissions: {}
jobs:
submit-graph:
@ -13,4 +13,5 @@ jobs:
runs-on: ubuntu-latest # or windows-latest, or macOS-latest
steps:
- uses: actions/checkout@v4
- uses: sbt/setup-sbt@v1
- uses: scalacenter/sbt-dependency-submission@v3