Skip to content

Commit 11422a0

Browse files
authored
chore(ci): pin bcgov actions (#2287)
1 parent 998b70d commit 11422a0

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/.deployer-db.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
fi
8989
9090
- name: Deploy Database
91-
uses: bcgov/action-oc-runner@v1.0.0
91+
uses: bcgov/action-oc-runner@13d14b8f41df24226036385510472f683350850b # v1.0.0
9292
with:
9393
oc_namespace: ${{ secrets.oc_namespace }}
9494
oc_token: ${{ secrets.oc_token }}
@@ -110,7 +110,7 @@ jobs:
110110
111111
- name: Add PR specific user to Crunchy DB # only for PRs
112112
if: github.event_name == 'pull_request'
113-
uses: bcgov/action-oc-runner@v1.0.0
113+
uses: bcgov/action-oc-runner@13d14b8f41df24226036385510472f683350850b # v1.0.0
114114
with:
115115
oc_namespace: ${{ secrets.oc_namespace }}
116116
oc_token: ${{ secrets.oc_token }}

.github/workflows/.deployer.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
# Variables
9999
- if: inputs.tag == ''
100100
id: pr
101-
uses: bcgov/action-get-pr@v0.0.1
101+
uses: bcgov/action-get-pr@21f9351425cd55a98e869ee28919a512aa30647d # v0.0.1
102102

103103
- id: vars
104104
run: |
@@ -125,7 +125,7 @@ jobs:
125125
126126
- name: Stop pre-existing deployments on PRs (status = pending-upgrade)
127127
if: github.event_name == 'pull_request'
128-
uses: bcgov/action-oc-runner@v1.0.0
128+
uses: bcgov/action-oc-runner@13d14b8f41df24226036385510472f683350850b # v1.0.0
129129
with:
130130
oc_namespace: ${{ secrets.oc_namespace }}
131131
oc_token: ${{ secrets.oc_token }}
@@ -142,7 +142,7 @@ jobs:
142142
143143
- name: Helm Deploy
144144
id: deploy
145-
uses: bcgov/action-oc-runner@v1.0.0
145+
uses: bcgov/action-oc-runner@13d14b8f41df24226036385510472f683350850b # v1.0.0
146146
with:
147147
oc_namespace: ${{ secrets.oc_namespace }}
148148
oc_token: ${{ secrets.oc_token }}

.github/workflows/analysis.yml

Lines changed: 2 additions & 2 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@v1.2.1
37+
- uses: bcgov/action-test-and-analyse@802833ad99951d349af0867a8e7ceb7cf5420a50 # v1.2.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@v1.2.1
62+
- uses: bcgov/action-test-and-analyse@802833ad99951d349af0867a8e7ceb7cf5420a50 # v1.2.1
6363
env:
6464
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_FRONTEND }}
6565
with:

.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@v1.0.0
30+
uses: bcgov/action-oc-runner@13d14b8f41df24226036385510472f683350850b # v1.0.0
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
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Remove PR user and database from crunchy
3434
continue-on-error: true
35-
uses: bcgov/action-oc-runner@v1.0.0
35+
uses: bcgov/action-oc-runner@13d14b8f41df24226036385510472f683350850b # v1.0.0
3636
with:
3737
oc_namespace: ${{ secrets.oc_namespace }}
3838
oc_token: ${{ secrets.oc_token }}

.github/workflows/pr-open.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
package: [backend, frontend, migrations]
2323
timeout-minutes: 10
2424
steps:
25-
- uses: bcgov/action-builder-ghcr@v2.3.0
25+
- uses: bcgov/action-builder-ghcr@ace71f7a527ca6fc43c15c7806314be5a4579d2c # v2.3.0
2626
with:
2727
keep_versions: 50
2828
package: ${{ matrix.package }}

.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@v1.0.0
24+
uses: bcgov/action-oc-runner@13d14b8f41df24226036385510472f683350850b # v1.0.0
2525
with:
2626
oc_namespace: ${{ secrets.oc_namespace }}
2727
oc_token: ${{ secrets.oc_token }}

0 commit comments

Comments
 (0)