Skip to content

Commit 0cb7efe

Browse files
authored
[SERV-1249] Fix GA YAML syntax issue (#243)
1 parent 73097e9 commit 0cb7efe

File tree

2 files changed

+7
-28
lines changed

2 files changed

+7
-28
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
env:
1313
SKIP_JAR_DEPLOYMENT: ${{ secrets.SKIP_JAR_DEPLOYMENT }}
1414
steps:
15-
- name: Check out code
16-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17-
- name: Install JDK 17
18-
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
19-
with:
20-
distribution: 'temurin'
21-
java-version: 17
15+
- name: Check out code
16+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+
- name: Install JDK 17
18+
uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
19+
with:
20+
distribution: 'temurin'
21+
java-version: 17
2222
# If running locally in act, install Maven
2323
- name: Set up Maven if needed
2424
if: ${{ env.ACT }}

.snyk

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)