Skip to content

Commit aafa4dd

Browse files
Use actions from spring-security-release-tools
Closes gh-14570
1 parent aa8178a commit aafa4dd

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/dependabot-auto-merge-forward.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ concurrency:
1111

1212
jobs:
1313
get-supported-branches:
14-
uses: spring-io/spring-security-release-tools/.github/workflows/retrieve-spring-supported-versions.yml@d615a5694c761901330655fdd0e3721dc4ccf0fe
14+
uses: spring-io/spring-security-release-tools/.github/workflows/retrieve-spring-supported-versions.yml@actions-v1
1515
with:
1616
project: spring-security
1717
type: oss
18+
repository_name: spring-projects/spring-security
1819

1920
auto-merge-forward-dependabot:
2021
name: Auto Merge Forward Dependabot Commits
@@ -33,7 +34,7 @@ jobs:
3334
git config user.email 'github-actions[bot]@users.noreply.github.com'
3435
- name: Run Auto Merge Forward
3536
id: run-auto-merge-forward
36-
uses: marcusdacoregio/auto-merge-forward@c482956226871dfff01598a3e6fd66c6a5ecbca7
37+
uses: spring-io/spring-security-release-tools/.github/actions/auto-merge-forward@actions-v1
3738
with:
3839
branches: ${{ needs.get-supported-branches.outputs.supported_versions }},main
3940
from-author: dependabot[bot]

.github/workflows/update-dependabot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ permissions:
1111
jobs:
1212

1313
get-supported-branches:
14-
uses: spring-io/spring-security-release-tools/.github/workflows/retrieve-spring-supported-versions.yml@d615a5694c761901330655fdd0e3721dc4ccf0fe
14+
uses: spring-io/spring-security-release-tools/.github/workflows/retrieve-spring-supported-versions.yml@actions-v1
1515
with:
1616
project: spring-security
1717
type: oss
18+
repository_name: spring-projects/spring-security
1819

1920
main:
2021
runs-on: ubuntu-latest
@@ -26,7 +27,7 @@ jobs:
2627
- uses: actions/checkout@v4
2728
with:
2829
fetch-depth: 1
29-
- uses: marcusdacoregio/generate-dependabot-yml@380cfc736e153864e970429ea6a640ce46953a17
30+
- uses: spring-io/spring-security-release-tools/.github/actions/generate-dependabot-yml@actions-v1
3031
name: Update dependabot.yml
3132
with:
3233
gradle-branches: ${{ needs.get-supported-branches.outputs.supported_versions }},main

0 commit comments

Comments
 (0)