Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Add deprecation notice #28

Add deprecation notice

Add deprecation notice #28

Workflow file for this run

name: Debricked scan
on: [push]
jobs:
debricked-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
cache: 'gradle'
- run: sh ./gradlew dependencies > .debricked-gradle-dependencies.txt
- uses: debricked/actions/scan@v1
env:
DEBRICKED_TOKEN: ${{ secrets.DEBRICKED_TOKEN }}