Bulk Export - bulk export and partition queries serialisation & deserialisation #2717
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: Dependency Check Changes | |
on: | |
pull_request: | |
paths: | |
- 'code-style/dependency-check-suppressions.xml' | |
- 'java/**/pom.xml' | |
jobs: | |
check: | |
uses: ./.github/workflows/dependency-check.yaml | |
with: | |
failOnCacheMiss: true |