1626: Revert back to revision and bump common, parent and revision to… #66
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: Merge - Perform Code Scan | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- master | |
paths-ignore: | |
- '**/README.md' | |
jobs: | |
run_codescan-template: | |
name: Merge - Perform Code Scan | |
uses: SecureApiGateway/secure-api-gateway-ci/.github/workflows/reusable-code-scanning.yml@main | |
secrets: inherit | |
with: | |
componentName: secure-api-gateway-ob-uk-rcs | |
language: java-kotlin |