File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 88
88
tag : ${{ inputs.tag || steps.pr.outputs.pr }}
89
89
triggered : ${{ steps.deploy.outputs.triggered }}
90
90
steps :
91
- - uses : bcgov/action-crunchy@ac46670c974c2238fffb635eee7bbd27735c25bc # v1.2.1
91
+ - uses : bcgov/action-crunchy@9b776dc20a55f435b7c5024152b6b7b294362809 # v1.2.5
92
92
name : Deploy Crunchy
93
93
id : deploy_crunchy
94
94
with :
@@ -128,7 +128,7 @@ jobs:
128
128
129
129
- name : Stop pre-existing deployments on PRs (status = pending-upgrade)
130
130
if : github.event_name == 'pull_request'
131
- uses : bcgov/action-oc-runner@12997e908fba505079d1aab6f694a17fe15e9b28 # v1.2.2
131
+ uses : bcgov/action-oc-runner@10033668ef4374d9bb78149faa73e4ccda0e93dd # v1.2.3
132
132
with :
133
133
oc_namespace : ${{ secrets.oc_namespace }}
134
134
oc_token : ${{ secrets.oc_token }}
@@ -150,7 +150,7 @@ jobs:
150
150
151
151
- name : Helm Deploy
152
152
id : deploy
153
- uses : bcgov/action-oc-runner@12997e908fba505079d1aab6f694a17fe15e9b28 # v1.2.2
153
+ uses : bcgov/action-oc-runner@10033668ef4374d9bb78149faa73e4ccda0e93dd # v1.2.3
154
154
with :
155
155
oc_namespace : ${{ secrets.oc_namespace }}
156
156
oc_token : ${{ secrets.oc_token }}
Original file line number Diff line number Diff line change 34
34
ports :
35
35
- 5432:5432
36
36
steps :
37
- - uses : bcgov/action-test-and-analyse@e2ba34132662c1638dbde806064eb7004b3761c3 # v1.3.0
37
+ - uses : bcgov/action-test-and-analyse@8f4187df47aaf4d3da55da4cb66b97e1adeef731 # v1.3.1
38
38
env :
39
39
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN_BACKEND }}
40
40
with :
59
59
runs-on : ubuntu-24.04
60
60
timeout-minutes : 5
61
61
steps :
62
- - uses : bcgov/action-test-and-analyse@e2ba34132662c1638dbde806064eb7004b3761c3 # v1.3.0
62
+ - uses : bcgov/action-test-and-analyse@8f4187df47aaf4d3da55da4cb66b97e1adeef731 # v1.3.1
63
63
env :
64
64
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN_FRONTEND }}
65
65
with :
90
90
steps :
91
91
- uses : actions/checkout@v4
92
92
- name : Run Trivy vulnerability scanner in repo mode
93
- uses : aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37 # 0.31.0
93
+ uses : aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
94
94
with :
95
95
format : " sarif"
96
96
output : " trivy-results.sarif"
Original file line number Diff line number Diff line change 27
27
runs-on : ubuntu-24.04
28
28
steps :
29
29
- name : Point DEMO URL to Existing Service
30
- uses : bcgov/action-oc-runner@12997e908fba505079d1aab6f694a17fe15e9b28 # v1.2.2
30
+ uses : bcgov/action-oc-runner@10033668ef4374d9bb78149faa73e4ccda0e93dd # v1.2.3
31
31
with :
32
32
oc_namespace : ${{ secrets.oc_namespace }}
33
33
oc_token : ${{ secrets.oc_token }}
Original file line number Diff line number Diff line change 28
28
name : Remove DB User from Crunchy
29
29
runs-on : ubuntu-24.04
30
30
steps :
31
- - uses : bcgov/action-crunchy@ac46670c974c2238fffb635eee7bbd27735c25bc # v1.2.1
31
+ - uses : bcgov/action-crunchy@9b776dc20a55f435b7c5024152b6b7b294362809 # v1.2.5
32
32
name : Remove PR Specific User
33
33
with :
34
34
oc_namespace : ${{ secrets.oc_namespace }}
Original file line number Diff line number Diff line change 21
21
timeout-minutes : 10
22
22
steps :
23
23
- name : Clean up Helm Releases
24
- uses : bcgov/action-oc-runner@12997e908fba505079d1aab6f694a17fe15e9b28 # v1.2.2
24
+ uses : bcgov/action-oc-runner@10033668ef4374d9bb78149faa73e4ccda0e93dd # v1.2.3
25
25
with :
26
26
oc_namespace : ${{ secrets.oc_namespace }}
27
27
oc_token : ${{ secrets.oc_token }}
You can’t perform that action at this time.
0 commit comments