Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sjinks/wp-two-factor-provider-webauthn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3369390f0833ae260196b7b5a2c0e48d6b523935
Choose a base ref
..
head repository: sjinks/wp-two-factor-provider-webauthn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6be0074a34e645b8001771a3e0ae2c399b776d5e
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 .github/workflows/codeql-analysis.yml
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -45,12 +45,12 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Initialize CodeQL
uses: github/codeql-action/init@6e5455904168f98c75d8e5ad848b4dc4ab3ae77e # v3.28.7
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql-config.yml

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@6e5455904168f98c75d8e5ad848b4dc4ab3ae77e # v3.28.7
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
with:
category: "/language:${{ matrix.language }}"