We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d36fc commit 9af0e03Copy full SHA for 9af0e03
.github/workflows/update-js-runtime-wrapper.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Update package.json
46
run: |
47
- sed -i "s|\"@checkmarx/ast-cli-javascript-wrapper-runtime-cli\": \"[0-9]*\\.[0-9]*\\.[0-9]*\"|\"@checkmarx/ast-cli-javascript-wrapper-runtime-cli\": \"${VERSION}\"|" cxAstScan/package.json
+ sed -i "s|\"@Checkmarx/ast-cli-javascript-wrapper-runtime-cli\": \"[0-9]*\\.[0-9]*\\.[0-9]*\"|\"@Checkmarx/ast-cli-javascript-wrapper-runtime-cli\": \"${VERSION}\"|" cxAstScan/package.json
48
49
- name: Use Node.js ${{ matrix.node-version }}
50
uses: actions/setup-node@v4.0.3
0 commit comments