File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-24.04
2020 timeout-minutes : 10
2121 steps :
22- - uses : bcgov/action-oc-runner@57a28c38359c93e43edf609d35b9a3f50a070131 # v1.4.0
22+ - uses : bcgov/action-oc-runner@d2fc921aaa9d70684c186dbb7754e6985d44d86f # v1.4.1
2323 with :
2424 oc_namespace : ${{ vars.oc_namespace }}
2525 oc_token : ${{ secrets.oc_token }}
Original file line number Diff line number Diff line change @@ -79,13 +79,13 @@ runs:
7979 steps :
8080 # Send triggers to diff action
8181 - id : triggers
82- uses : bcgov/action-diff-triggers@04bb0c4087cc06a8c060d23c3e660b7b15a323ac # v1.1.0
82+ uses : bcgov/action-diff-triggers@4abfcb211f5816d654d1c5a417e5431a2c4a5379 # v1.1.1
8383 with :
8484 triggers : ${{ inputs.triggers }}
8585 diff_branch : ${{ inputs.diff_branch }}
8686
8787 - if : inputs.oc_version != '' && steps.triggers.outputs.triggered == 'true'
88- uses : bcgov/action-oc-runner@57a28c38359c93e43edf609d35b9a3f50a070131 # v1.4.0
88+ uses : bcgov/action-oc-runner@d2fc921aaa9d70684c186dbb7754e6985d44d86f # v1.4.1
8989 with :
9090 oc_namespace : ${{ inputs.oc_namespace }}
9191 oc_token : ${{ inputs.oc_token }}
9595 triggers : ${{ inputs.triggers }}
9696
9797 - if : inputs.oc_version == '' && steps.triggers.outputs.triggered == 'true'
98- uses : bcgov/action-oc-runner@57a28c38359c93e43edf609d35b9a3f50a070131 # v1.4.0
98+ uses : bcgov/action-oc-runner@d2fc921aaa9d70684c186dbb7754e6985d44d86f # v1.4.1
9999 with :
100100 oc_namespace : ${{ inputs.oc_namespace }}
101101 oc_token : ${{ inputs.oc_token }}
You can’t perform that action at this time.
0 commit comments