Skip to content

Commit ceddabd

Browse files
Merge branch 'master' into feature/RTECO-814-Implement-Build-Info-collection-for-Hugging-Face
2 parents ce8ee25 + 66a134a commit ceddabd

File tree

8 files changed

+18
-12
lines changed

8 files changed

+18
-12
lines changed

.github/workflows/analysis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929

3030
- name: Setup Go with cache
3131
uses: jfrog/.github/actions/install-go-with-cache@main
32+
with:
33+
go-version-file: go.mod
3234

3335
- name: Run Go vet
3436
run: go vet -v ./...
@@ -50,6 +52,8 @@ jobs:
5052

5153
- name: Setup Go with cache
5254
uses: jfrog/.github/actions/install-go-with-cache@main
55+
with:
56+
go-version-file: go.mod
5357

5458
- name: Run golangci linter
5559
uses: jfrog/.github/actions/golangci-lint@main
@@ -71,6 +75,8 @@ jobs:
7175

7276
- name: Setup Go with cache
7377
uses: jfrog/.github/actions/install-go-with-cache@main
78+
with:
79+
go-version-file: go.mod
7480

7581
- name: Run Go-Sec scanner
7682
uses: jfrog/.github/actions/gosec-scanner@main

build/npm/v2-jf/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/npm/v2-jf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jfrog-cli-v2-jf",
3-
"version": "2.92.0",
3+
"version": "2.93.0",
44
"description": "🐸 Command-line interface for JFrog Artifactory, Xray, Distribution, Pipelines and Mission Control 🐸",
55
"homepage": "https://github.com/jfrog/jfrog-cli",
66
"preferGlobal": true,

build/npm/v2/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/npm/v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jfrog-cli-v2",
3-
"version": "2.92.0",
3+
"version": "2.93.0",
44
"description": "🐸 Command-line interface for JFrog Artifactory, Xray, Distribution, Pipelines and Mission Control 🐸",
55
"homepage": "https://github.com/jfrog/jfrog-cli",
66
"preferGlobal": true,

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ require (
1919
github.com/jfrog/build-info-go v1.13.1-0.20260216093441-40a4dc563294
2020
github.com/jfrog/gofrog v1.7.6
2121
github.com/jfrog/jfrog-cli-application v1.0.2-0.20260216085810-1ade6c26b3df
22-
github.com/jfrog/jfrog-cli-artifactory v0.8.1-0.20260218070105-39c72c2c8214
22+
github.com/jfrog/jfrog-cli-artifactory v0.8.1-0.20260220110856-b6523f01f9c7
2323
github.com/jfrog/jfrog-cli-core/v2 v2.60.1-0.20260218080258-3bf55ed18973
2424
github.com/jfrog/jfrog-cli-evidence v0.8.3-0.20260202100913-d9ee9476845a
2525
github.com/jfrog/jfrog-cli-platform-services v1.10.1-0.20260213131956-d1d39bf3a042
26-
github.com/jfrog/jfrog-cli-security v1.26.0
27-
github.com/jfrog/jfrog-client-go v1.55.1-0.20260217143009-567a837445b2
26+
github.com/jfrog/jfrog-cli-security v1.26.2
27+
github.com/jfrog/jfrog-client-go v1.55.1-0.20260225080504-17057750d47b
2828
github.com/jszwec/csvutil v1.10.0
2929
github.com/manifoldco/promptui v0.9.0
3030
github.com/spf13/viper v1.21.0

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -423,10 +423,10 @@ github.com/jfrog/jfrog-cli-evidence v0.8.3-0.20260202100913-d9ee9476845a h1:lTOA
423423
github.com/jfrog/jfrog-cli-evidence v0.8.3-0.20260202100913-d9ee9476845a/go.mod h1:+XrcuHeakfxzARpmIr/bagjtfiRewpCbiPm0PDuKSIQ=
424424
github.com/jfrog/jfrog-cli-platform-services v1.10.1-0.20260213131956-d1d39bf3a042 h1:6hZeW7z8yUo4bR8WZXA0hQYJwarwPjld/nqTqKGf/Pk=
425425
github.com/jfrog/jfrog-cli-platform-services v1.10.1-0.20260213131956-d1d39bf3a042/go.mod h1:n18milUWaaWv6o0bWeEDuoweACoZHRTtQPZpyXBPjEs=
426-
github.com/jfrog/jfrog-cli-security v1.26.0 h1:FcLshS1Ahm0++nV5q7UluFTCVRxH2wEIbqO7ZBag++I=
427-
github.com/jfrog/jfrog-cli-security v1.26.0/go.mod h1:r9E0BdlNy6mq6gkRGslZRZaYe6WeGhLkpUm8+oEUOvU=
428-
github.com/jfrog/jfrog-client-go v1.55.1-0.20260217143009-567a837445b2 h1:vHJeu2YtvRb8Rthv2IKzhnLXgcOuVpbOs+jLSSirzUU=
429-
github.com/jfrog/jfrog-client-go v1.55.1-0.20260217143009-567a837445b2/go.mod h1:sCE06+GngPoyrGO0c+vmhgMoVSP83UMNiZnIuNPzU8U=
426+
github.com/jfrog/jfrog-cli-security v1.26.2 h1:2pDgZ0S+t1FQRPX6w3Hf2NYYPuDOthP6sTFJMZjtRcM=
427+
github.com/jfrog/jfrog-cli-security v1.26.2/go.mod h1:PSf39yzsu1qp1lXJ3QOSBOw4dzqLW2r/6Q616lY+x/o=
428+
github.com/jfrog/jfrog-client-go v1.55.1-0.20260225080504-17057750d47b h1:mSxcMTXtnrYMVhCGk7ui2ERh6yLoUVUQhXaNwd3FhL8=
429+
github.com/jfrog/jfrog-client-go v1.55.1-0.20260225080504-17057750d47b/go.mod h1:sCE06+GngPoyrGO0c+vmhgMoVSP83UMNiZnIuNPzU8U=
430430
github.com/jhump/protoreflect v1.17.0 h1:qOEr613fac2lOuTgWN4tPAtLL7fUSbuJL5X5XumQh94=
431431
github.com/jhump/protoreflect v1.17.0/go.mod h1:h9+vUUL38jiBzck8ck+6G/aeMX8Z4QUY/NiJPwPNi+8=
432432
github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 h1:liMMTbpW34dhU4az1GN0pTPADwNmvoRSeoZ6PItiqnY=

utils/cliutils/cli_consts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "time"
44

55
const (
66
// General CLI constants
7-
CliVersion = "2.92.0"
7+
CliVersion = "2.93.0"
88
ClientAgent = "jfrog-cli-go"
99

1010
// CLI base commands constants:

0 commit comments

Comments
 (0)