Skip to content

Commit

Permalink
Merge pull request #2274 from theupdateframework/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/github/codeql-action-2.1.39

build(deps): bump github/codeql-action from 2.1.38 to 2.1.39
  • Loading branch information
jku authored Jan 19, 2023
2 parents 10f9309 + 2a250df commit cc48e9d
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 @@ -25,9 +25,9 @@ jobs:
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c

- name: Initialize CodeQL
uses: github/codeql-action/init@515828d97454b8354517688ddc5b48402b723750
uses: github/codeql-action/init@a34ca99b4610d924e04c68db79e503e1f79f9f02
with:
languages: 'python'

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@515828d97454b8354517688ddc5b48402b723750
uses: github/codeql-action/analyze@a34ca99b4610d924e04c68db79e503e1f79f9f02
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
publish_results: true

- name: "Upload to code-scanning dashboard"
uses: github/codeql-action/upload-sarif@515828d97454b8354517688ddc5b48402b723750
uses: github/codeql-action/upload-sarif@a34ca99b4610d924e04c68db79e503e1f79f9f02
with:
sarif_file: results.sarif

0 comments on commit cc48e9d

Please sign in to comment.