File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ concurrency:
11
11
12
12
jobs :
13
13
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
15
15
with :
16
16
project : spring-security
17
17
type : oss
18
+ repository_name : spring-projects/spring-security
18
19
19
20
auto-merge-forward-dependabot :
20
21
name : Auto Merge Forward Dependabot Commits
33
34
git config user.email 'github-actions[bot]@users.noreply.github.com'
34
35
- name : Run Auto Merge Forward
35
36
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
37
38
with :
38
39
branches : ${{ needs.get-supported-branches.outputs.supported_versions }},main
39
40
from-author : dependabot[bot]
Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ permissions:
11
11
jobs :
12
12
13
13
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
15
15
with :
16
16
project : spring-security
17
17
type : oss
18
+ repository_name : spring-projects/spring-security
18
19
19
20
main :
20
21
runs-on : ubuntu-latest
26
27
- uses : actions/checkout@v4
27
28
with :
28
29
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
30
31
name : Update dependabot.yml
31
32
with :
32
33
gradle-branches : ${{ needs.get-supported-branches.outputs.supported_versions }},main
You can’t perform that action at this time.
0 commit comments