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 Sep 3, 2024
1 parent 67634f8 commit a65bb2f
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.10"]
java: ["17.0.12"]
distribution: [temurin, zulu, microsoft]

steps:
Expand Down

1 comment on commit a65bb2f

@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 80 % 🔻 1283 🔻 / 1584 🔻 81 % 1378 / 1681
com.yubico.fido.metadata 68 % 🔻 221 🔻 / 324 🔺 68 % 222 / 323
com.yubico.internal.util 47 % 🟢 57 🔹 / 120 🔻 46 % 57 / 123
com.yubico.webauthn 86 % 🔻 570 🔻 / 656 🔻 88 % 656 / 742
com.yubico.webauthn.attestation 92 % 🔹 13 🔹 / 14 🔹 92 % 13 / 14
com.yubico.webauthn.data 93 % 🔹 397 🔻 / 423 🔻 93 % 405 / 432
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: 240b8d9 - Diff

Detailed reports: workflow run #278

Please sign in to comment.