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:
|
with:
|
||||||
distribution: "${{ matrix.distribution }}"
|
distribution: "${{ matrix.distribution }}"
|
||||||
java-version: "${{ matrix.java }}"
|
java-version: "${{ matrix.java }}"
|
||||||
|
- name: Setup SBT
|
||||||
|
uses: sbt/setup-sbt@v1
|
||||||
- name: Set up Python 3.12
|
- name: Set up Python 3.12
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
name: Submit Dependency Graph
|
name: Submit Dependency Graph
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [1.9.x] # default branch of the project
|
branches: [1.10.x, develop]
|
||||||
permissions: {}
|
permissions: {}
|
||||||
jobs:
|
jobs:
|
||||||
submit-graph:
|
submit-graph:
|
||||||
|
|
@ -13,4 +13,5 @@ jobs:
|
||||||
runs-on: ubuntu-latest # or windows-latest, or macOS-latest
|
runs-on: ubuntu-latest # or windows-latest, or macOS-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- uses: sbt/setup-sbt@v1
|
||||||
- uses: scalacenter/sbt-dependency-submission@v3
|
- uses: scalacenter/sbt-dependency-submission@v3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue