Skip to content

Commit

Permalink
Update github/codeql-action action to v2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 9, 2023
1 parent 4963f47 commit 91ae165
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.3.3
uses: github/codeql-action/init@v2.3.6
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@v2.3.3
uses: github/codeql-action/autobuild@v2.3.6
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.3.3
uses: github/codeql-action/analyze@v2.3.6

0 comments on commit 91ae165

Please sign in to comment.