Skip to content

Commit c947c1f

Browse files
committed
Minor changes
1 parent 6f6893d commit c947c1f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

workflows/quality-checks.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: ${{ env.BRANCH_NAME }}
2222
fetch-depth: 0
2323

24-
# Using a specific commit SHA for stability
24+
# using git commit sha for version of action to ensure we have stable version
2525
- name: Install asdf
2626
uses: asdf-vm/actions/setup@05e0d2ed97b598bfce82fd30daf324ae0c4570e6
2727
with:
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
asdf_branch: v0.14.1
4343
env:
44-
PYTHON_CONFIGURE_OPTS: --enable-shared
44+
PYTHON_CONFIGURE_OPTS: --enable-shared
4545

4646
- name: Setting up .npmrc
4747
env:
@@ -50,11 +50,12 @@ jobs:
5050
echo "//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}" >> ~/.npmrc
5151
echo "@nhsdigital:registry=https://npm.pkg.github.com" >> ~/.npmrc
5252
53-
- name: Install dependencies
54-
run: make install
53+
- name: make install
54+
run: |
55+
make install
5556
5657
- name: Generate and check SBOMs
57-
uses: NHSDigital/eps-action-sbom@main
58+
uses: NHSDigital/eps-action-sbom@npm20_version
5859
with:
5960
node_version: {{ inputs.node_version }}
6061

@@ -80,7 +81,7 @@ jobs:
8081
if: failure()
8182
run: find cfn_guard_output -type f -print0 | xargs -0 cat
8283

83-
- name: Upload cfn-guard output
84+
- name: Upload cfn_guard_output
8485
if: failure()
8586
uses: actions/upload-artifact@v4
8687
with:

0 commit comments

Comments
 (0)