Skip to content

Commit 8e1e0e0

Browse files
committed
* fixed #283 prepare Release 2.3.24
* fixed #284 make release with maven plugin * fixed #285 Update spring-boot 2.3.3 to 2.3.4 * fixed #286 Update spring-data-releasetrain to Neumann-SR4 * fixed #287 Update spring-session-bom to Dragonfruit-SR1
1 parent 37348b1 commit 8e1e0e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ossar-analysis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ name: OSSAR
55

66
on:
77
push:
8+
branches: [ master ]
89
pull_request:
10+
branches: [ master ]
911

1012
jobs:
1113
OSSAR-Scan:
1214
# OSSAR runs on windows-latest.
1315
# ubuntu-latest and macos-latest support coming soon
14-
runs-on: ubuntu-latest
16+
runs-on: windows-latest
1517

1618
steps:
1719
# Checkout your code repository to scan

0 commit comments

Comments
 (0)