Skip to content

Commit

Permalink
Bump JDK version in release-verify-signatures workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Apr 15, 2024
1 parent 9d4d61f commit 821e211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-verify-signatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

strategy:
matrix:
java: ["17.0.7"]
java: ["17.0.10"]
distribution: [temurin, zulu, microsoft]

steps:
Expand Down

1 comment on commit 821e211

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mutation test results

Package Coverage Stats Prev Prev
Overall 81 % 🔹 1286 🔻 / 1583 🔻 81 % 1364 / 1669
com.yubico.fido.metadata 70 % 🟢 227 🔺 / 323 🔹 68 % 220 / 323
com.yubico.internal.util 47 % 🟢 57 🔹 / 120 🔻 46 % 57 / 123
com.yubico.webauthn 86 % 🔻 570 🔻 / 656 🔻 88 % 647 / 733
com.yubico.webauthn.attestation 92 % 🔹 13 🔹 / 14 🔹 92 % 13 / 14
com.yubico.webauthn.data 93 % 🔻 394 🔻 / 423 🔻 93 % 402 / 429
com.yubico.webauthn.extension.appid 100 % 🏆 13 🔹 / 13 🔹 100 % 13 / 13
com.yubico.webauthn.extension.uvm 50 % 🔹 12 🔹 / 24 🔹 50 % 12 / 24
com.yubico.webauthn.meta 0 % 🔹 0 🔹 / 10 🔹 0 % 0 / 10

Previous run: 1359dd9 - Diff

Detailed reports: workflow run #267

Please sign in to comment.