Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/byron-test-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Tag Docker Image
name: Byron Build and Tag Docker Image

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frogbot-scan-and-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: jfrog/frogbot@7fad842cf6ba3d755c2eb86376cce066327b55d1
- uses: jfrog/frogbot@v2
env:
JF_URL: ${{ vars.JF_URL }}/
JF_ACCESS_TOKEN: ${{ secrets.JF_ACCESS_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frogbot-scan-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

# [Mandatory]
# JFrog platform URL
JF_URL: https://${{ vars.JF_URL }}/
JF_URL: ${{ vars.JF_URL }}

# [Mandatory if JF_USER and JF_PASSWORD are not provided]
# JFrog access token with 'read' permissions on Xray service
Expand Down
Loading