Skip to content

Commit 42e6904

Browse files
committed
Build Pull Requests via spring-security-actions
Also renames pr-build-workflow.yml to pull-request-build.yml and auto-merge-dependabot-prs.yml to dependabot-pull-request-automerge.yml to align naming with the commercial branches. Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
1 parent c706350 commit 42e6904

3 files changed

Lines changed: 17 additions & 28 deletions

File tree

File renamed without changes.

.github/workflows/pr-build-workflow.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Pull Request - Build
2+
3+
on: pull_request
4+
5+
permissions:
6+
contents: read
7+
8+
jobs:
9+
build:
10+
name: Build
11+
runs-on: ubuntu-latest
12+
if: github.repository == 'spring-projects/spring-ldap'
13+
steps:
14+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
15+
- uses: spring-io/spring-security-actions/pr-build@4386090bf7852faa1d61782f981811441757dbb8 # main
16+
with:
17+
java-version: '17'

0 commit comments

Comments
 (0)