Skip to content

chore(deps): bump org.springframework.boot:spring-boot-gradle-plugin from 3.2.0 to 3.2.1 #7

chore(deps): bump org.springframework.boot:spring-boot-gradle-plugin from 3.2.0 to 3.2.1

chore(deps): bump org.springframework.boot:spring-boot-gradle-plugin from 3.2.0 to 3.2.1 #7

name: Dependabot CI
on: pull_request
permissions:
pull-requests: write
jobs:
pr-validation:
runs-on:
- self-hosted
- Linux
- X64
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: "Checkout sources"
uses: actions/checkout@v3
with:
token: ${{ secrets.GIT_ACTION_TOKEN }}
- name: "Install gh cli"
uses: asdf-vm/actions/install@v1
- name: "PR validation"
uses: Talend/github-actions/dependabot-pr-validation@dependabot_pr_validation-v1.0.2
with:
github_token: ${{ secrets.GIT_ACTION_TOKEN }}