Skip to content

Commit fcde8bf

Browse files
chore(deps): pin dependencies (#308)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Om Mishra <32200996+mishraomp@users.noreply.github.com>
1 parent 595108d commit fcde8bf

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/.deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
triggered: ${{ steps.deploy.outputs.triggered }}
8282
timeout-minutes: ${{ inputs.timeout-minutes }}
8383
steps:
84-
- uses: bcgov/action-crunchy@v1.1.0
84+
- uses: bcgov/action-crunchy@4e2f04920b36c4e92f19489f8cb0ce8580596ac3 # v1.2.0
8585
name: Deploy Crunchy
8686
id: deploy_crunchy
8787
with:
@@ -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@8ae8e22ccc644c73041a3b3ca3f2e6afdddad845 # v1.2.1
123+
uses: bcgov/action-oc-runner@12997e908fba505079d1aab6f694a17fe15e9b28 # v1.2.2
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@8ae8e22ccc644c73041a3b3ca3f2e6afdddad845 # v1.2.1
144+
uses: bcgov/action-oc-runner@12997e908fba505079d1aab6f694a17fe15e9b28 # v1.2.2
145145
with:
146146
oc_namespace: ${{ secrets.oc_namespace }}
147147
oc_token: ${{ secrets.oc_token }}

.github/workflows/analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424

2525
- name: Run Trivy vulnerability scanner in repo mode
26-
uses: aquasecurity/trivy-action@0.30.0
26+
uses: aquasecurity/trivy-action@6c175e9c4083a92bbca2f9724c8a5e33bc2d97a5 # 0.30.0
2727
with:
2828
format: "sarif"
2929
output: "trivy-results.sarif"
@@ -108,7 +108,7 @@ jobs:
108108
path: ~/.local
109109
key: poetry-${{ hashFiles('**/pyproject.toml') }}
110110

111-
- uses: snok/install-poetry@v1.4.1
111+
- uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1.4.1
112112
with:
113113
version: 1.2.2
114114
virtualenvs-create: true

.github/workflows/merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps: # Get PR number for squash merges to main
3434
- name: PR Number
3535
id: pr
36-
uses: bcgov/action-get-pr@v0.0.1
36+
uses: bcgov/action-get-pr@21f9351425cd55a98e869ee28919a512aa30647d # v0.0.1
3737
deploy-test:
3838
name: Deploy (TEST)
3939
uses: ./.github/workflows/.deploy.yml
@@ -116,7 +116,7 @@ jobs:
116116
package: [backend-go, backend-py, backend-java, migrations-go, migrations-py]
117117
timeout-minutes: 1
118118
steps:
119-
- uses: shrink/actions-docker-registry-tag@v4
119+
- uses: shrink/actions-docker-registry-tag@f04afd0559f66b288586792eb150f45136a927fa # v4
120120
with:
121121
registry: ghcr.io
122122
repository: ${{ github.repository }}/${{ matrix.package }}

.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@v0.12.0
23+
uses: zaproxy/action-full-scan@75ee1686750ab1511a73b26b77a2aedd295053ed # v0.12.0
2424
with:
2525
allow_issue_writing: true
2626
artifact_name: "zap_${{ matrix.name }}"

.github/workflows/pr-close.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
cleanup:
1515
name: Cleanup OpenShift and/or Promote Images
16-
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v0.9.0
16+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@0b8121a528aaa05ef8def2f79be9081691dfe98a # v0.9.0
1717
secrets:
1818
oc_namespace: ${{ vars.OC_NAMESPACE }}
1919
oc_token: ${{ secrets.OC_TOKEN }}
@@ -24,7 +24,7 @@ jobs:
2424
name: Remove DB User from Crunchy
2525
runs-on: ubuntu-24.04
2626
steps:
27-
- uses: bcgov/action-crunchy@v1.1.0
27+
- uses: bcgov/action-crunchy@4e2f04920b36c4e92f19489f8cb0ce8580596ac3 # v1.2.0
2828
name: Remove PR Specific User
2929
with:
3030
oc_namespace: ${{ vars.oc_namespace }}

.github/workflows/pr-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
jobs:
1212
validate:
1313
name: Validate PR
14-
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v0.9.0
14+
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@0b8121a528aaa05ef8def2f79be9081691dfe98a # v0.9.0
1515
with:
1616
markdown_links: |
1717
- [Java](https://${{ github.event.repository.name }}-${{ github.event.number }}-backendJava.apps.silver.devops.gov.bc.ca)

0 commit comments

Comments
 (0)