Skip to content

Commit b63fe0c

Browse files
authored
Merge branch 'main' into PPHA-713-Participants-eligible-for-incentive
2 parents 61c3c35 + e720543 commit b63fe0c

6 files changed

Lines changed: 377 additions & 377 deletions

File tree

.github/workflows/cicd-1-pull-request-closed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
scripts/bash/wait_ado_pipeline.sh "$RUN_ID" https://dev.azure.com/nhse-dtos lung-cancer-screening
4343
4444
- name: Post URL to PR comments
45-
uses: marocchino/sticky-pull-request-comment@5a61de79c6a3f3f961d6e3ceea2efe7b4cd01f32
45+
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0
4646
with:
4747
message: |
4848
The review app at this URL has been deleted:

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
pull-requests: write
136136
steps:
137137
- name: Post URL to PR comments
138-
uses: marocchino/sticky-pull-request-comment@5a61de79c6a3f3f961d6e3ceea2efe7b4cd01f32
138+
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0
139139
with:
140140
message: |
141141
The review app is available at this URL:

.github/workflows/stage-3-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@v6
5858

5959
- name: Log in to the Container registry
60-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
60+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
6161
with:
6262
registry: ${{ env.REGISTRY }}
6363
username: ${{ github.actor }}
@@ -79,7 +79,7 @@ jobs:
7979
run: echo "Commit SHA is ${COMMIT_SHA}"
8080
- name: Build and push Docker image
8181
id: push
82-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
82+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f
8383
with:
8484
context: .
8585
push: true

0 commit comments

Comments
 (0)