Skip to content

Commit e1ed27c

Browse files
committed
Pin OpenJDK version in release-verify-signatures workflow
1 parent 24988c1 commit e1ed27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-verify-signatures.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
strategy:
4141
matrix:
42-
java: [17]
42+
java: ["17.0.7"]
4343
distribution: [temurin, zulu, microsoft]
4444

4545
steps:

0 commit comments

Comments
 (0)