Skip to content

Commit 9dbab8e

Browse files
ajitpratap0Ajit Pratap Singhclaude
authored
fix(vscode-extension): bump version to 1.13.0 (#422)
* fix(vscode-extension): bump version to 1.13.0 — missed in v1.13.0 release Fixes version mismatch flagged in PR #421 review (github-actions bot). package.json was still at 1.12.1, package-lock.json had diverged further to 1.10.1 in the packages[""] entry. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix(ci): bump trivy-action 0.28.0 → v0.35.0 (version did not exist) aquasecurity/trivy-action@0.28.0 has been removed upstream, causing all PR security scans to fail at job setup. Latest stable is v0.35.0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Ajit Pratap Singh <ajitpratapsingh@Ajits-Mac-mini-2655.local> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6c7e8d6 commit 9dbab8e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
uses: actions/checkout@v4
7777

7878
- name: Run Trivy vulnerability scanner in repo mode
79-
uses: aquasecurity/trivy-action@0.28.0
79+
uses: aquasecurity/trivy-action@v0.35.0
8080
with:
8181
scan-type: 'fs'
8282
scan-ref: '.'
@@ -118,7 +118,7 @@ jobs:
118118
uses: actions/checkout@v4
119119

120120
- name: Run Trivy configuration scanner
121-
uses: aquasecurity/trivy-action@0.28.0
121+
uses: aquasecurity/trivy-action@v0.35.0
122122
with:
123123
scan-type: 'config'
124124
scan-ref: '.'

vscode-extension/package-lock.json

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

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gosqlx",
33
"displayName": "GoSQLX",
44
"description": "High-performance SQL parsing, validation, formatting, and analysis powered by GoSQLX",
5-
"version": "1.12.1",
5+
"version": "1.13.0",
66
"publisher": "ajitpratap0",
77
"license": "Apache-2.0",
88
"repository": {

0 commit comments

Comments
 (0)