Skip to content

Commit

Permalink
Update github/codeql-action action to v2.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 21, 2023
1 parent 596587a commit 1dba9a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
**/go.sum
**/go.mod
- name: Initialize CodeQL
uses: github/codeql-action/init@v2.20.0
uses: github/codeql-action/init@v2.20.1
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@v2.20.0
uses: github/codeql-action/autobuild@v2.20.1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.20.0
uses: github/codeql-action/analyze@v2.20.1

0 comments on commit 1dba9a0

Please sign in to comment.