Skip to content

Bump python-dotenv from 0.21.0 to 1.2.2 in /scanners/web-scanner #65

Bump python-dotenv from 0.21.0 to 1.2.2 in /scanners/web-scanner

Bump python-dotenv from 0.21.0 to 1.2.2 in /scanners/web-scanner #65

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