Skip to content

Bump azure-kusto-data from 4.3.1 to 6.0.3 in /azure-defender-easm/import-easm-additional-findings #101

Bump azure-kusto-data from 4.3.1 to 6.0.3 in /azure-defender-easm/import-easm-additional-findings

Bump azure-kusto-data from 4.3.1 to 6.0.3 in /azure-defender-easm/import-easm-additional-findings #101

name: Trigger Cloud Build for Dependabot
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
gcbrun:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Post /gcbrun as collaborator
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GCB_TRIGGER_TOKEN }}
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '/gcbrun'
})