Skip to content

Commit d62c25c

Browse files
fibblesdh100shaun
andauthored
refactor: use get-app-version from shared github repo (#391)
* refactor: use get-app-version from shared github repo * Update .github/workflows/cd.yaml Co-authored-by: Shaun Hare <shaun.hare@dvsa.gov.uk> * chore: use specific release version of get-vol-app-version --------- Co-authored-by: Shaun Hare <shaun.hare@dvsa.gov.uk>
1 parent e82613e commit d62c25c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/cd.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,23 +149,23 @@ jobs:
149149
with:
150150
fetch-depth: 0
151151
- id: api-version
152-
uses: ./.github/actions/get-app-version
152+
uses: dvsa/.github/.github/actions/get-vol-app-version@v5.0.2
153153
with:
154154
project-path: app/api infra/docker/api
155155
- id: cli-version
156-
uses: ./.github/actions/get-app-version
156+
uses: dvsa/.github/.github/actions/get-vol-app-version@v5.0.2
157157
with:
158158
project-path: app/api infra/docker/cli
159159
- id: selfserve-version
160-
uses: ./.github/actions/get-app-version
160+
uses: dvsa/.github/.github/actions/get-vol-app-version@v5.0.2
161161
with:
162162
project-path: app/selfserve infra/docker/selfserve
163163
- id: internal-version
164-
uses: ./.github/actions/get-app-version
164+
uses: dvsa/.github/.github/actions/get-vol-app-version@v5.0.2
165165
with:
166166
project-path: app/internal infra/docker/internal
167167
- id: assets-version
168-
uses: ./.github/actions/get-app-version
168+
uses: dvsa/.github/.github/actions/get-vol-app-version@v5.0.2
169169
with:
170170
project-path: app/cdn
171171
- name: Add to summary

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,23 +146,23 @@ jobs:
146146
ref: ${{ github.event.pull_request.head.sha }}
147147
fetch-depth: 0
148148
- id: api-version
149-
uses: ./.github/actions/get-app-version
149+
uses: dvsa/.github/.github/actions/get-vol-app-version@v5.0.2
150150
with:
151151
project-path: app/api infra/docker/api
152152
- id: cli-version
153-
uses: ./.github/actions/get-app-version
153+
uses: dvsa/.github/.github/actions/get-vol-app-version@v5.0.2
154154
with:
155155
project-path: app/api infra/docker/cli
156156
- id: selfserve-version
157-
uses: ./.github/actions/get-app-version
157+
uses: dvsa/.github/.github/actions/get-vol-app-version@v5.0.2
158158
with:
159159
project-path: app/selfserve infra/docker/selfserve
160160
- id: internal-version
161-
uses: ./.github/actions/get-app-version
161+
uses: dvsa/.github/.github/actions/get-vol-app-version@v5.0.2
162162
with:
163163
project-path: app/internal infra/docker/internal
164164
- id: assets-version
165-
uses: ./.github/actions/get-app-version
165+
uses: dvsa/.github/.github/actions/get-vol-app-version@v5.0.2
166166
with:
167167
project-path: app/cdn
168168
- name: Add to summary

0 commit comments

Comments
 (0)