Gradle Lock Dependency Submission Action
- name: Gradle Lock Dependency Submission Action
uses: GeekMasher/gradle-lock-dependency-submission-action@main
- name: Gradle Lock Dependency Submission Action
uses: GeekMasher/gradle-lock-dependency-submission-action@main
with:
# [optonal] The path to the gradle.lock file. Defaults to finding all gradle*.lock in the current
# working directory
gradle-lock: "./gradle.lock"
# [optional ] Token used to authenticate with the GitHub API. Defaults to the GITHUB_TOKEN secret.
token: ${{ secrets.CODEQL_SUMMARY_GENERATOR_TOKEN }}
name: Gradle Lock Dependency Submission Action
on:
push:
branches: [main]
permissions:
contents: write # needed
jobs:
gradle-lock:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# ... generate gradle.lock file
- name: Gradle Lock Dependency Submission Action
uses: GeekMasher/gradle-lock-dependency-submission-action@main
This project is licensed under the terms of the MIT open source license. Please refer to MIT for the full terms.
Maintained by @GeekMasher.
Please create GitHub Issues and Discussions for any feature requests, bugs, or documentation problems.
- @GeekMasher: Author and Maintainer