Skip to content

Commit 44f50ff

Browse files
authored
Merge pull request #3639 from ActiveState/version/0-47-0-RC3
Version 0.47.0-RC3
2 parents 1e30204 + 19fcc71 commit 44f50ff

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ jobs:
410410
merge-multiple: true
411411

412412
- name: Scan for CVEs
413-
if: runner.os == 'Linux'
414413
uses: aquasecurity/[email protected]
415414
env:
416415
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/ActiveState/cli
22

3-
go 1.22.5
4-
5-
toolchain go1.23.1
3+
go 1.22.11
64

75
require (
86
github.com/99designs/gqlgen v0.17.54

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.47.0-RC1
1+
0.47.0-RC3

0 commit comments

Comments
 (0)