Skip to content

Try to use the Dependency Submission API to get Dependabot Alerts wor… #1

Try to use the Dependency Submission API to get Dependabot Alerts wor…

Try to use the Dependency Submission API to get Dependabot Alerts wor… #1

name: Dependency Submission API calls for Dependabot
on:
push:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
name: Dependencies
runs-on: ubuntu-latest
permissions: # The Dependency Submission API requires write permission
contents: write
steps:
- name: Checkout repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Submit dependencies
uses: mikepenz/[email protected]
with:
use-gradlew: true
gradle-build-module: ":app"