Skip to content

Commit

Permalink
Merge pull request #342 from Yubico/dependabot/github_actions/github/…
Browse files Browse the repository at this point in the history
…codeql-action-3

Bump github/codeql-action from 2 to 3
  • Loading branch information
emlun authored Jan 15, 2024
2 parents 8390257 + a9a106a commit ee0d133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: java

Expand All @@ -39,4 +39,4 @@ jobs:
./gradlew jar
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

1 comment on commit ee0d133

@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 82 % 🔹 1362 🔹 / 1656 🔹 82 % 1362 / 1656
com.yubico.fido.metadata 69 % 🔹 223 🔹 / 323 🔹 69 % 223 / 323
com.yubico.internal.util 46 % 🔹 57 🔹 / 123 🔹 46 % 57 / 123
com.yubico.webauthn 89 % 🔹 642 🔹 / 720 🔹 89 % 642 / 720
com.yubico.webauthn.attestation 92 % 🔹 13 🔹 / 14 🔹 92 % 13 / 14
com.yubico.webauthn.data 93 % 🔹 402 🔹 / 429 🔹 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: 31b2b28 - Diff

Detailed reports: workflow run #256

Please sign in to comment.