File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 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 :
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
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 :
You can’t perform that action at this time.
0 commit comments