Skip to content

Commit

Permalink
Merge pull request #190 from sigstore/dependabot/github_actions/githu…
Browse files Browse the repository at this point in the history
…b/codeql-action-2.1.21

Bump github/codeql-action from 2.1.20 to 2.1.21
  • Loading branch information
vaikas committed Aug 26, 2022
2 parents 67badf5 + 4ae92ba commit b4701af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@7fee4ca032ac341c12486c4c06822c5221c76533 # v2.1.19
uses: github/codeql-action/init@c7f292ea4f542c473194b33813ccd4c207a6c725 # v2.1.19
with:
languages: ${{ matrix.language }}

Expand All @@ -73,4 +73,4 @@ jobs:
make policy-controller
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@7fee4ca032ac341c12486c4c06822c5221c76533 # v2.1.19
uses: github/codeql-action/analyze@c7f292ea4f542c473194b33813ccd4c207a6c725 # v2.1.19
2 changes: 1 addition & 1 deletion .github/workflows/scorecard_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@7fee4ca032ac341c12486c4c06822c5221c76533 # v2.1.19
uses: github/codeql-action/upload-sarif@c7f292ea4f542c473194b33813ccd4c207a6c725 # v2.1.19
with:
sarif_file: results.sarif

0 comments on commit b4701af

Please sign in to comment.