Skip to content

Commit

Permalink
Update codeql-analysis.yml (sigstore#3524)
Browse files Browse the repository at this point in the history
Signed-off-by: Hayden B <hblauzvern@google.com>
Signed-off-by: Noah Kreiger <noahkreiger@gmail.com>
  • Loading branch information
haydentherapper authored and nkreiger committed Mar 2, 2024
1 parent c7572d4 commit 70bcb40
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 @@ -67,12 +67,12 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
uses: github/codeql-action/init@65c74964a9ed8c44ed9f19d4bbc5757a6a8e9ab9 # v2.16.1
with:
languages: ${{ matrix.language }}

- name: Build cosign for CodeQL
run: make cosign

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a # v2.13.4
uses: github/codeql-action/analyze@65c74964a9ed8c44ed9f19d4bbc5757a6a8e9ab9 # v2.16.1

0 comments on commit 70bcb40

Please sign in to comment.