chore(deps): bump com.huaweicloud.sdk:huaweicloud-sdk-iam from 3.1.130 to 3.1.135 #462
Workflow file for this run
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: Scan Pull Request | |
on: | |
pull_request: | |
branches: [ main ] | |
types: [opened, edited, synchronize, reopened, labeled, unlabeled] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
trigger-workflow: | |
uses: eclipse-edc/.github/.github/workflows/scan-pull-request.yml@main | |
secrets: | |
envGH: ${{ secrets.GITHUB_TOKEN }} |