Gradle update #897
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Gradle update | |
on: | |
schedule: | |
- cron: '0 4 * * *' | |
workflow_dispatch: | |
jobs: | |
update: | |
runs-on: ubuntu-latest | |
if: ${{ github.repository == 'CycloneDX/cyclonedx-gradle-plugin' }} | |
steps: | |
- name: Checkout repository | |
uses: actions/[email protected] | |
- name: Validate Gradle Wrapper | |
uses: gradle-update/[email protected] | |
with: | |
labels: gradlew,technical-debt |