mirror of https://github.com/sbt/sbt.git
Merge pull request #7746 from Friendseeker/dependency-res-bump
[1.x] Submit dependency graph for security alert & Fix CI
This commit is contained in:
commit
26a7762a6c
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue