Bump io.commons deps in m2k kfunc to remove CVE blocker #1
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: Report Portal to Jira workflow container image and manifest push | |
on: | |
workflow_dispatch: | |
push: | |
branches: ["main"] | |
paths: | |
- "rpj/**" | |
- "pipeline/**" | |
- .github/workflows/rpj.yml | |
- .github/workflows/main.yml | |
jobs: | |
call-main-workflow: | |
uses: ./.github/workflows/main.yml | |
with: | |
workflow_id: rpj | |
secrets: inherit |