Skip to content

Commit 49f99a1

Browse files
chore(deps): update github actions
1 parent 9c84ba4 commit 49f99a1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/.deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
121121
- name: Stop pre-existing deployments on PRs (status = pending-upgrade)
122122
if: github.event_name == 'pull_request'
123-
uses: bcgov/action-oc-runner@10033668ef4374d9bb78149faa73e4ccda0e93dd # v1.2.3
123+
uses: bcgov/action-oc-runner@f900830adadd4d9eef3ca6ff80103e839ba8b7c0 # v1.3.0
124124
with:
125125
oc_namespace: ${{ secrets.oc_namespace }}
126126
oc_token: ${{ secrets.oc_token }}
@@ -141,7 +141,7 @@ jobs:
141141
run: ls -l charts/crunchy/values.yml
142142
- name: Helm Deploy
143143
id: deploy
144-
uses: bcgov/action-oc-runner@10033668ef4374d9bb78149faa73e4ccda0e93dd # v1.2.3
144+
uses: bcgov/action-oc-runner@f900830adadd4d9eef3ca6ff80103e839ba8b7c0 # v1.3.0
145145
with:
146146
oc_namespace: ${{ secrets.oc_namespace }}
147147
oc_token: ${{ secrets.oc_token }}

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- uses: actions/checkout@v5
101101
- uses: actions/setup-python@v6
102102
with:
103-
python-version: "3.13"
103+
python-version: "3.14"
104104

105105
- name: Install UV
106106
run: curl -LsSf https://astral.sh/uv/install.sh | sh

.github/workflows/pentests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: [backendGo, backendJava, backendPy]
2121
steps:
2222
- name: ZAP Scan
23-
uses: zaproxy/action-full-scan@75ee1686750ab1511a73b26b77a2aedd295053ed # v0.12.0
23+
uses: zaproxy/action-full-scan@3c58388149901b9a03b7718852c5ba889646c27c # v0.13.0
2424
with:
2525
allow_issue_writing: true
2626
artifact_name: "zap_${{ matrix.name }}"

.github/workflows/pr-open.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
triggers: ('backend-py/db')
3636
build_context: ./backend-py/db
3737
steps:
38-
- uses: bcgov/action-builder-ghcr@1e4295b9766963ca36612b78560db6235120b80f # 4.1.1
38+
- uses: bcgov/action-builder-ghcr@2b24ac7f95e6a019064151498660437cca3202c5 # v4.2.1
3939
id: builds
4040
with:
4141
build_context: ${{ matrix.build_context }}

0 commit comments

Comments
 (0)