Skip to content

Commit ac097ca

Browse files
updating ast-cli version
1 parent b6fe891 commit ac097ca

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
registry-url: https://npm.echohq.com/
2727
- name: Configure echohq auth (both hosts)
2828
env:
29-
ECHO_NPM_TOKEN: ${{ secrets.ECHO_NPM_TOKEN }}
29+
ECHO_LIBRARIES_ACCESS_KEY: ${{ secrets.ECHO_LIBRARIES_ACCESS_KEY }}
3030
run: |
31-
npm config set //npm.echohq.com/:_authToken "${ECHO_NPM_TOKEN}"
32-
npm config set //packages.echohq.com/:_authToken "${ECHO_NPM_TOKEN}"
31+
npm config set //npm.echohq.com/:_authToken "${ECHO_LIBRARIES_ACCESS_KEY}"
32+
npm config set //packages.echohq.com/:_authToken "${ECHO_LIBRARIES_ACCESS_KEY}"
3333
- run: npm ci --ignore-scripts
3434
env:
35-
ECHO_NPM_TOKEN: ${{ secrets.ECHO_NPM_TOKEN }}
35+
ECHO_LIBRARIES_ACCESS_KEY: ${{ secrets.ECHO_LIBRARIES_ACCESS_KEY }}
3636
- name: Run Unit Tests
3737

3838
run: npm run test:unit
@@ -57,13 +57,13 @@ jobs:
5757
registry-url: https://npm.echohq.com/
5858
- name: Configure echohq auth (both hosts)
5959
env:
60-
ECHO_NPM_TOKEN: ${{ secrets.ECHO_NPM_TOKEN }}
60+
ECHO_LIBRARIES_ACCESS_KEY: ${{ secrets.ECHO_LIBRARIES_ACCESS_KEY }}
6161
run: |
62-
npm config set //npm.echohq.com/:_authToken "${ECHO_NPM_TOKEN}"
63-
npm config set //packages.echohq.com/:_authToken "${ECHO_NPM_TOKEN}"
62+
npm config set //npm.echohq.com/:_authToken "${ECHO_LIBRARIES_ACCESS_KEY}"
63+
npm config set //packages.echohq.com/:_authToken "${ECHO_LIBRARIES_ACCESS_KEY}"
6464
- run: npm ci --ignore-scripts
6565
env:
66-
ECHO_NPM_TOKEN: ${{ secrets.ECHO_NPM_TOKEN }}
66+
ECHO_LIBRARIES_ACCESS_KEY: ${{ secrets.ECHO_LIBRARIES_ACCESS_KEY }}
6767
- name: Code Linting
6868
run: npm run lint
6969
- run: npm run build --if-present

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ jobs:
147147
148148
- name: NPM ci and build
149149
env:
150-
ECHO_NPM_TOKEN: ${{ secrets.ECHO_NPM_TOKEN }}
150+
ECHO_LIBRARIES_ACCESS_KEY: ${{ secrets.ECHO_LIBRARIES_ACCESS_KEY }}
151151
run: |
152-
npm config set //npm.echohq.com/:_authToken "${ECHO_NPM_TOKEN}"
153-
npm config set //packages.echohq.com/:_authToken "${ECHO_NPM_TOKEN}"
152+
npm config set //npm.echohq.com/:_authToken "${ECHO_LIBRARIES_ACCESS_KEY}"
153+
npm config set //packages.echohq.com/:_authToken "${ECHO_LIBRARIES_ACCESS_KEY}"
154154
npm ci --ignore-scripts
155155
npm run build
156156

checkmarx-ast-cli.checksums

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"windows_x64": "c0a2c3db0927004b8fe015117359dfd49766d4e1b61e1641e42f1e286a3a5e25",
3-
"darwin_x64": "f24712bee593ea6a253dc0c9551ca5b51e6b1336baf3c3abc5281a4e93d5f3b7",
4-
"linux_x64": "a8cf3222c88590cd355f4af6f9d10938f8ff834c44c1a80cf126a5d3f039c764",
5-
"linux_arm64": "763a3a42d2c75d8272dd90f686162233509272bc026e46e3d3079878ce76d9c2",
6-
"linux_armv6": "d897fb4260d70eed1329c0c50919e98a32ab19daf7836898faaa20de52252383"
2+
"windows_x64": "b93d0564891bf33231a1195cc246605c80f701d19d4c934a2986df341924a029",
3+
"darwin_x64": "b79cb1e6e7832a584f2e96c30046a4dd970ecb1c87cbb526eb799340321ed3d8",
4+
"linux_x64": "861112f7b78a9e84d8d4b4490c0dc6f6f716e5863246111db9c1c24efcf760db",
5+
"linux_arm64": "99c47d3686f84daf485a2e724f8d967d380aa00b04c83c3a438f5339e9cf111c",
6+
"linux_armv6": "76a2e0b27e4d1d70b2f98785d0ec003bdfe53da021e95b970f4ffac44d99e930"
77
}

checkmarx-ast-cli.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.54
1+
2.3.55

0 commit comments

Comments
 (0)