Skip to content

Commit

Permalink
[v16] use branch/v16 as default target (#47210)
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrato authored Oct 4, 2024
1 parent 25bd3e8 commit f0bfe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
contents: read
pull-requests: write
with:
base-ref: ${{ github.event.pull_request.base.sha || 'master' }}
base-ref: ${{ github.event.pull_request.base.sha || 'branch/v16' }}
# 'GHSA-6xf3-5hp7-xqqg' is a false positive. That's an old Teleport Vuln,
# but because of the replace, the dependency cannot find the correct
# Teleport version.
Expand Down

0 comments on commit f0bfe4d

Please sign in to comment.