Skip to content

Commit

Permalink
Replace Gradle Dependency Submission with Setup Gradle
Browse files Browse the repository at this point in the history
mikepenz/gradle-dependency-submission has been archived in favor of  gradle/actions/setup-gradle
  • Loading branch information
Mythicaeda committed Feb 21, 2024
1 parent 55a35b0 commit 6762389
Showing 1 changed file with 2 additions and 27 deletions.
29 changes: 2 additions & 27 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,33 +45,8 @@ jobs:
./gradlew testClasses
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
- name: Gradle Dependency Submission
uses: mikepenz/[email protected]
with:
gradle-build-module: |-
:merlin-sdk
:merlin-driver
:merlin-framework
:merlin-framework-junit
:merlin-framework-processor
:contrib
:parsing-utilities
:permissions
:merlin-server
:merlin-worker
:scheduler-server
:scheduler-worker
:sequencing-server
:constraints
:scheduler-driver
:db-tests
:e2e-tests
:examples:banananation
:examples:foo-missionmodel
:examples:config-with-defaults
:examples:config-without-defaults
:examples:minimal-mission-model
sub-module-mode: "COMBINED"
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: NASA Scrub
run: |
python3 -m pip install nasa-scrub
Expand Down

0 comments on commit 6762389

Please sign in to comment.