Skip to content

Commit e77df79

Browse files
Merge branch 'main' into dependabot/github_actions/aws-actions/configure-aws-credentials-6
2 parents 9358b5f + f4f7dc3 commit e77df79

9 files changed

Lines changed: 1268 additions & 915 deletions

File tree

.github/workflows/release_psu_to_ref.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
echo "## psuWorkflowRunID : [${{ github.event.inputs.psuWorkflowRunID }}](https://github.com/NHSDigital/eps-prescription-status-update-api/actions/runs/${{ github.event.inputs.psuWorkflowRunID }})" >> "$GITHUB_STEP_SUMMARY"
2222
2323
- name: Checkout local github actions
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525
with:
2626
ref: ${{ env.BRANCH_NAME }}
2727
fetch-depth: 0
@@ -50,12 +50,12 @@ jobs:
5050

5151
# using git commit sha for version of action to ensure we have stable version
5252
- name: Install asdf
53-
uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
53+
uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
5454
with:
5555
asdf_branch: v0.11.3
5656

5757
- name: Cache asdf
58-
uses: actions/cache@v4
58+
uses: actions/cache@v5
5959
with:
6060
path: |
6161
~/.asdf
@@ -64,7 +64,7 @@ jobs:
6464
${{ runner.os }}-asdf-
6565
6666
- name: Install asdf dependencies in .tool-versions
67-
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
67+
uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
6868
with:
6969
asdf_branch: v0.11.3
7070
env:

.github/workflows/run_cpsu_load.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@ jobs:
4242
echo "## maxVusers : ${{ github.event.inputs.maxVusers }}" >> "$GITHUB_STEP_SUMMARY"
4343
4444
- name: Checkout repo
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v6
4646
with:
4747
ref: ${{ env.BRANCH_NAME }}
4848

4949
- name: Install asdf
50-
uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
50+
uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
5151
with:
5252
asdf_branch: v0.14.0
5353

5454
- name: Cache asdf
55-
uses: actions/cache@v4
55+
uses: actions/cache@v5
5656
with:
5757
path: |
5858
~/.asdf
@@ -61,7 +61,7 @@ jobs:
6161
${{ runner.os }}-asdf-
6262
6363
- name: Install asdf dependencies in .tool-versions
64-
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
64+
uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
6565
with:
6666
asdf_branch: v0.14.0
6767
env:

.github/workflows/run_notify_load.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ jobs:
5151
fi
5252
5353
- name: Checkout repo
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v6
5555
with:
5656
ref: ${{ env.BRANCH_NAME }}
5757

5858
- name: Install asdf
59-
uses: asdf-vm/actions/setup@05e0d2ed97b598bfce82fd30daf324ae0c4570e6
59+
uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
6060
with:
6161
asdf_branch: v0.14.0
6262

6363
- name: Cache asdf
64-
uses: actions/cache@v4
64+
uses: actions/cache@v5
6565
with:
6666
path: |
6767
~/.asdf
@@ -70,7 +70,7 @@ jobs:
7070
${{ runner.os }}-asdf-
7171
7272
- name: Install asdf dependencies in .tool-versions
73-
uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6
73+
uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
7474
with:
7575
asdf_branch: v0.14.0
7676
env:

.github/workflows/run_psu_load.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@ jobs:
4242
echo "## maxVusers : ${{ github.event.inputs.maxVusers }}" >> "$GITHUB_STEP_SUMMARY"
4343
4444
- name: Checkout repo
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v6
4646
with:
4747
ref: ${{ env.BRANCH_NAME }}
4848

4949
- name: Install asdf
50-
uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
50+
uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
5151
with:
5252
asdf_branch: v0.14.0
5353

5454
- name: Cache asdf
55-
uses: actions/cache@v4
55+
uses: actions/cache@v5
5656
with:
5757
path: |
5858
~/.asdf
@@ -61,7 +61,7 @@ jobs:
6161
${{ runner.os }}-asdf-
6262
6363
- name: Install asdf dependencies in .tool-versions
64-
uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
64+
uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47
6565
with:
6666
asdf_branch: v0.14.0
6767
env:

0 commit comments

Comments
 (0)