fix: multi-instance collection expression is invoked with inconsistent delegate execution state #966
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: Java Dependency Check | |
on: | |
pull_request: | |
types: [ labeled ] | |
jobs: | |
call-reusable-flow: | |
uses: camunda/automation-platform-github-actions/.github/workflows/java-dependency-check.yml@main | |
if: ${{ github.event.label.name == 'bot:java-dependency-check' }} | |
with: | |
ref: main | |
secrets: inherit |