Skip to content

Commit 12754f3

Browse files
chore(deps): update github actions other dependencies
1 parent fc57264 commit 12754f3

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/.deployer.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
tag: ${{ inputs.tag || steps.pr.outputs.pr }}
8989
triggered: ${{ steps.deploy.outputs.triggered }}
9090
steps:
91-
- uses: bcgov/action-crunchy@ac46670c974c2238fffb635eee7bbd27735c25bc # v1.2.1
91+
- uses: bcgov/action-crunchy@9b776dc20a55f435b7c5024152b6b7b294362809 # v1.2.5
9292
name: Deploy Crunchy
9393
id: deploy_crunchy
9494
with:
@@ -128,7 +128,7 @@ jobs:
128128
129129
- name: Stop pre-existing deployments on PRs (status = pending-upgrade)
130130
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
132132
with:
133133
oc_namespace: ${{ secrets.oc_namespace }}
134134
oc_token: ${{ secrets.oc_token }}
@@ -150,7 +150,7 @@ jobs:
150150

151151
- name: Helm Deploy
152152
id: deploy
153-
uses: bcgov/action-oc-runner@12997e908fba505079d1aab6f694a17fe15e9b28 # v1.2.2
153+
uses: bcgov/action-oc-runner@10033668ef4374d9bb78149faa73e4ccda0e93dd # v1.2.3
154154
with:
155155
oc_namespace: ${{ secrets.oc_namespace }}
156156
oc_token: ${{ secrets.oc_token }}

.github/workflows/analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
ports:
3535
- 5432:5432
3636
steps:
37-
- uses: bcgov/action-test-and-analyse@e2ba34132662c1638dbde806064eb7004b3761c3 # v1.3.0
37+
- uses: bcgov/action-test-and-analyse@8f4187df47aaf4d3da55da4cb66b97e1adeef731 # v1.3.1
3838
env:
3939
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_BACKEND }}
4040
with:
@@ -59,7 +59,7 @@ jobs:
5959
runs-on: ubuntu-24.04
6060
timeout-minutes: 5
6161
steps:
62-
- uses: bcgov/action-test-and-analyse@e2ba34132662c1638dbde806064eb7004b3761c3 # v1.3.0
62+
- uses: bcgov/action-test-and-analyse@8f4187df47aaf4d3da55da4cb66b97e1adeef731 # v1.3.1
6363
env:
6464
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_FRONTEND }}
6565
with:
@@ -90,7 +90,7 @@ jobs:
9090
steps:
9191
- uses: actions/checkout@v4
9292
- 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
9494
with:
9595
format: "sarif"
9696
output: "trivy-results.sarif"

.github/workflows/demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-24.04
2828
steps:
2929
- 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
3131
with:
3232
oc_namespace: ${{ secrets.oc_namespace }}
3333
oc_token: ${{ secrets.oc_token }}

.github/workflows/pr-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Remove DB User from Crunchy
2929
runs-on: ubuntu-24.04
3030
steps:
31-
- uses: bcgov/action-crunchy@ac46670c974c2238fffb635eee7bbd27735c25bc # v1.2.1
31+
- uses: bcgov/action-crunchy@9b776dc20a55f435b7c5024152b6b7b294362809 # v1.2.5
3232
name: Remove PR Specific User
3333
with:
3434
oc_namespace: ${{ secrets.oc_namespace }}

.github/workflows/scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
timeout-minutes: 10
2222
steps:
2323
- 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
2525
with:
2626
oc_namespace: ${{ secrets.oc_namespace }}
2727
oc_token: ${{ secrets.oc_token }}

0 commit comments

Comments
 (0)