Skip to content

Commit 102f30e

Browse files
committed
Fix linter job
1 parent a97031b commit 102f30e

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

.github/workflows/ci-build-lint.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
- name: Set up JDK 11
19+
- name: Set up JDK
2020
uses: actions/setup-java@v4
2121
with:
2222
distribution: "temurin"
23-
java-version: 11
23+
java-version: |
24+
11
25+
17
2426
cache: "maven"
2527
- name: Run scalafix linting
2628
run: |
27-
mvn --batch-mode clean compile test scalafix:scalafix \
28-
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \
29-
-DtrimStackTrace=false
29+
mvn --batch-mode clean compile test scalafix:scalafix

doc/changes/changes_2.0.1.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# Import Export UDF Common Scala 2.0.1, released 2024-11-20
22

3-
Code name:
3+
Code name: Fix CVE-2024-47561 in org.apache.avro:avro:jar:1.11.3:compile
44

55
## Summary
66

7-
## Features
7+
This release fixes CVE-2024-47561 in `org.apache.avro:avro:jar:1.11.3:compile`.
88

9-
* ISSUE_NUMBER: description
9+
## Security
10+
11+
* #56: Fixed CVE-2024-47561 in `org.apache.avro:avro:jar:1.11.3:compile`
12+
13+
## Refactoring
14+
15+
* #53: Fixed sonar warning about Java version during CI build
1016

1117
## Dependency Updates
1218

0 commit comments

Comments
 (0)