Skip to content

Commit a6b7ddb

Browse files
committed
chore: update exhort versions and set current to v0.10.0
Signed-off-by: Ruben Romero Montes <rromerom@redhat.com>
1 parent 1636e04 commit a6b7ddb

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

.github/workflows/stage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
short_sha=$(git rev-parse --short HEAD)
5252
echo "version=$base_version-ea.$short_sha" >> "$GITHUB_OUTPUT"
5353
54+
- name: Update package with EA version
55+
run: |
56+
npm version ${{ steps.ea_version.outputs.version }} --no-git-tag-version --allow-same-version
57+
5458
- name: Compile for test
5559
run: npm run test-compile
5660

package-lock.json

Lines changed: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "fabric8-analytics",
33
"displayName": "Red Hat Dependency Analytics",
44
"description": "Provides insights on security vulnerabilities in your application dependencies.",
5-
"version": "0.9.6",
5+
"version": "0.10.0",
66
"author": "Red Hat",
77
"publisher": "redhat",
88
"preview": true,
@@ -427,8 +427,8 @@
427427
},
428428
"dependencies": {
429429
"@redhat-developer/vscode-redhat-telemetry": "^0.8.0",
430-
"@trustification/exhort-api-spec": "^1.0.13",
431-
"@trustification/exhort-javascript-api": "^0.2.4-ea.3",
430+
"@trustification/exhort-api-spec": "^1.0.18",
431+
"@trustification/exhort-javascript-api": "^0.2.4-ea.5",
432432
"@xml-tools/ast": "^5.0.5",
433433
"@xml-tools/parser": "^1.0.11",
434434
"cli-table3": "^0.6.5",

0 commit comments

Comments
 (0)