mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-30 15:52:15 +00:00
Use actions from spring-security-release-tools
Closes gh-14570
This commit is contained in:
parent
aa8178af65
commit
aafa4dd614
@ -11,10 +11,11 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
get-supported-branches:
|
get-supported-branches:
|
||||||
uses: spring-io/spring-security-release-tools/.github/workflows/retrieve-spring-supported-versions.yml@d615a5694c761901330655fdd0e3721dc4ccf0fe
|
uses: spring-io/spring-security-release-tools/.github/workflows/retrieve-spring-supported-versions.yml@actions-v1
|
||||||
with:
|
with:
|
||||||
project: spring-security
|
project: spring-security
|
||||||
type: oss
|
type: oss
|
||||||
|
repository_name: spring-projects/spring-security
|
||||||
|
|
||||||
auto-merge-forward-dependabot:
|
auto-merge-forward-dependabot:
|
||||||
name: Auto Merge Forward Dependabot Commits
|
name: Auto Merge Forward Dependabot Commits
|
||||||
@ -33,7 +34,7 @@ jobs:
|
|||||||
git config user.email 'github-actions[bot]@users.noreply.github.com'
|
git config user.email 'github-actions[bot]@users.noreply.github.com'
|
||||||
- name: Run Auto Merge Forward
|
- name: Run Auto Merge Forward
|
||||||
id: run-auto-merge-forward
|
id: run-auto-merge-forward
|
||||||
uses: marcusdacoregio/auto-merge-forward@c482956226871dfff01598a3e6fd66c6a5ecbca7
|
uses: spring-io/spring-security-release-tools/.github/actions/auto-merge-forward@actions-v1
|
||||||
with:
|
with:
|
||||||
branches: ${{ needs.get-supported-branches.outputs.supported_versions }},main
|
branches: ${{ needs.get-supported-branches.outputs.supported_versions }},main
|
||||||
from-author: dependabot[bot]
|
from-author: dependabot[bot]
|
||||||
|
5
.github/workflows/update-dependabot.yml
vendored
5
.github/workflows/update-dependabot.yml
vendored
@ -11,10 +11,11 @@ permissions:
|
|||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
get-supported-branches:
|
get-supported-branches:
|
||||||
uses: spring-io/spring-security-release-tools/.github/workflows/retrieve-spring-supported-versions.yml@d615a5694c761901330655fdd0e3721dc4ccf0fe
|
uses: spring-io/spring-security-release-tools/.github/workflows/retrieve-spring-supported-versions.yml@actions-v1
|
||||||
with:
|
with:
|
||||||
project: spring-security
|
project: spring-security
|
||||||
type: oss
|
type: oss
|
||||||
|
repository_name: spring-projects/spring-security
|
||||||
|
|
||||||
main:
|
main:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -26,7 +27,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- uses: marcusdacoregio/generate-dependabot-yml@380cfc736e153864e970429ea6a640ce46953a17
|
- uses: spring-io/spring-security-release-tools/.github/actions/generate-dependabot-yml@actions-v1
|
||||||
name: Update dependabot.yml
|
name: Update dependabot.yml
|
||||||
with:
|
with:
|
||||||
gradle-branches: ${{ needs.get-supported-branches.outputs.supported_versions }},main
|
gradle-branches: ${{ needs.get-supported-branches.outputs.supported_versions }},main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user