Skip to content

Commit

Permalink
ci: update versions (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivgonzalezc authored Feb 26, 2024
1 parent cc75ea8 commit 1734a06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frogbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
JF_ENV_1: ${{ secrets.ARTIFACTORY_DEPLOYER }}

- name: Run XRay scan
uses: jfrog/frogbot@v2
uses: jfrog/frogbot@v2.19.10
env:
JF_URL: https://beyondtrust.jfrog.io
JF_ACCESS_TOKEN: ${{ secrets.ARTIFACTORY_FROGBOT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
fetch-depth: 0

- name: Go Lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4.0.0
with:
version: v1.54
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
fetch-depth: 0

- name: Jfrog setup
uses: jfrog/setup-jfrog-cli@v3
uses: jfrog/setup-jfrog-cli@v4.0.0
env:
JF_ENV_1: ${{ secrets.ARTIFACTORY_DEPLOYER }}

Expand Down

0 comments on commit 1734a06

Please sign in to comment.