mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-04 13:50:18 +00:00
CI: Add step that validates the Gradle wrapper
Validates the gradle-wrapper.jar file on each build, which is a binary blob of executable code. This action ensures it's legit and doesn't execute malicious code. See https://github.com/gradle/wrapper-validation-action
This commit is contained in:
parent
fb58c877d1
commit
e371485a1b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-app-workflow.yaml
vendored
2
.github/workflows/build-app-workflow.yaml
vendored
|
@ -6,5 +6,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the code
|
- name: Checkout the code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
- name: Validate Gradle wrapper
|
||||||
|
uses: gradle/wrapper-validation-action@e2c57acffb2c9aa5a8dc6eda2bbae0b6e495bd4c
|
||||||
- name: Build the app
|
- name: Build the app
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue