63d4dcb83e
This commit updates workflows to use SHA hashes to reference other actions and workflows Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
17 lines
406 B
YAML
17 lines
406 B
YAML
name: Merge Dependabot PR
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
- '*.x'
|
|
- 'docs-build'
|
|
|
|
run-name: Merge Dependabot PR ${{ github.ref_name }}
|
|
|
|
jobs:
|
|
merge-dependabot-pr:
|
|
permissions: write-all
|
|
uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@0d3f15bb384839966a1ff5c4383731a2b747f24b # v7
|
|
with:
|
|
mergeArguments: --auto --rebase |