This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
Merge pull request #23 from Foulest/dependabot/gradle/io.micrometer-m… #12
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: 'Dependency Submission' | |
on: | |
push: | |
branches: [ 'main' ] | |
permissions: | |
contents: write | |
jobs: | |
dependency-submission: | |
name: 'Dependency Submission' | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'Checkout Repository' | |
uses: actions/checkout@v4 | |
- name: 'Setup Java' | |
uses: actions/setup-java@v4 | |
with: | |
distribution: 'temurin' | |
java-version: 8 | |
- name: 'Submit Dependency Graph' | |
uses: gradle/actions/dependency-submission@v3 |