Skip to content

Commit

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

chore(deps): Bump github/codeql-action from 2.1.24 to 2.1.25
  • Loading branch information
hectorj2f committed Sep 22, 2022
2 parents 5fc0e22 + bb5bfba commit ac9a308
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@904260d7d935dff982205cbdb42025ce30b7a34f # v2.1.23
uses: github/codeql-action/init@86f3159a697a097a813ad9bfa0002412d97690a4 # v2.1.23
with:
languages: ${{ matrix.language }}

Expand All @@ -73,4 +73,4 @@ jobs:
make policy-controller
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@904260d7d935dff982205cbdb42025ce30b7a34f # v2.1.23
uses: github/codeql-action/analyze@86f3159a697a097a813ad9bfa0002412d97690a4 # v2.1.23
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@904260d7d935dff982205cbdb42025ce30b7a34f # v2.1.23
uses: github/codeql-action/upload-sarif@86f3159a697a097a813ad9bfa0002412d97690a4 # v2.1.23
with:
sarif_file: results.sarif

0 comments on commit ac9a308

Please sign in to comment.