Skip to content

Commit b7e67eb

Browse files
Chore: [ELI-811] - Fixed the failing asdf installation step
1 parent 42a5436 commit b7e67eb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/nbs-int-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,32 @@ jobs:
1313

1414
steps:
1515
- name: Checkout main
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1717
with:
1818
ref: main
1919

2020
- name: Install asdf
21-
uses: asdf-vm/actions/setup@v3
21+
uses: asdf-vm/actions/setup@4f8f7939dd917fc656bb7c3575969a5988c28364
2222
with:
2323
asdf_version: v0.18.0
2424

2525
- name: Cache asdf
26-
uses: actions/cache@v4
26+
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
2727
with:
2828
path: |
2929
~/.asdf
3030
key: ${{ runner.os }}-asdf-${{ hashFiles('**/.tool-versions') }}
3131

3232
- name: Install asdf dependencies
33-
uses: asdf-vm/actions/install@v3
33+
uses: asdf-vm/actions/install@4f8f7939dd917fc656bb7c3575969a5988c28364
3434
with:
3535
asdf_version: v0.18.0
3636
env:
3737
PYTHON_CONFIGURE_OPTS: --enable-shared
3838

3939
- name: Cache Virtualenv
4040
id: cache-venv
41-
uses: actions/cache@v4
41+
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2
4242
with:
4343
path: |
4444
.venv
@@ -49,7 +49,7 @@ jobs:
4949
run: make install
5050

5151
- name: Configure AWS Credentials
52-
uses: aws-actions/configure-aws-credentials@v5
52+
uses: aws-actions/configure-aws-credentials@a7f0c828ac76e0d049e34c920172c60f579f9eb3
5353
with:
5454
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/Eligibility-Signposting-API-E2E-Regression-Tests
5555
aws-region: eu-west-2

0 commit comments

Comments
 (0)