Skip to content

Commit c343537

Browse files
authored
Update to v2.6.2 (#287)
Update starter workflows to latest version
1 parent f157f13 commit c343537

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

starter-workflows/code-scanning/frogbot-scan-and-fix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# 1. See the following link for information about the tools that need to be installed for Frogbot to work - https://github.com/jfrog/frogbot/tree/master/docs/templates/github-actions/scan-and-fix
2828
# 2. The structure of some projects require creating a frogbot-config.yml file. Read more about it here - https://github.com/jfrog/frogbot/blob/master/docs/frogbot-config.md
2929

30-
- uses: jfrog/frogbot@80d5c273e67898731f4d20cb5eb218f9f15b3afd
30+
- uses: jfrog/frogbot@f157f13470f4b69ce143dbf3fc54c2df6f44550f
3131
env:
3232
# [Mandatory]
3333
# JFrog platform URL

starter-workflows/code-scanning/frogbot-scan-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# 1. See the following link for information about the tools that need to be installed for Frogbot to work - https://github.com/jfrog/frogbot/tree/master/docs/templates/github-actions/scan-and-fix
3333
# 2. The structure of some projects require creating a frogbot-config.yml file. Read more about it here - https://github.com/jfrog/frogbot/blob/master/docs/frogbot-config.md
3434

35-
- uses: jfrog/frogbot@80d5c273e67898731f4d20cb5eb218f9f15b3afd
35+
- uses: jfrog/frogbot@f157f13470f4b69ce143dbf3fc54c2df6f44550f
3636
env:
3737
# [Mandatory]
3838
# JFrog platform URL

0 commit comments

Comments
 (0)