[v13] Update docs to call out acme is not for HA #63127
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dependency Review | |
on: | |
pull_request: | |
merge_group: | |
jobs: | |
dependency-review: | |
uses: gravitational/shared-workflows/.github/workflows/dependency-review.yaml@main | |
permissions: | |
contents: read | |
pull-requests: write | |
with: | |
base-ref: ${{ github.event.pull_request.base.sha || 'branch/v13' }} |