mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Remove dependency review step from push workflow
This commit is contained in:
parent
07a9fd061d
commit
9be3eea5fd
1 changed files with 0 additions and 6 deletions
6
.github/workflows/build_push.yml
vendored
6
.github/workflows/build_push.yml
vendored
|
@ -6,9 +6,6 @@ on:
|
|||
tags:
|
||||
- v*
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build app
|
||||
|
@ -27,9 +24,6 @@ jobs:
|
|||
- name: Validate Gradle Wrapper
|
||||
uses: gradle/wrapper-validation-action@v1
|
||||
|
||||
- name: Dependency Review
|
||||
uses: actions/dependency-review-action@v1
|
||||
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue