Skip to content

chore(deps): bump org.testng:testng from 6.4 to 7.9.0 #39

chore(deps): bump org.testng:testng from 6.4 to 7.9.0

chore(deps): bump org.testng:testng from 6.4 to 7.9.0 #39

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 }}