Skip to content

Commit

Permalink
Merge pull request #35 from ksoclabs/renovate/github-codeql-action-2.x
Browse files Browse the repository at this point in the history
Update github/codeql-action action to v2.3.2
  • Loading branch information
mateuszdyminski authored Apr 28, 2023
2 parents 3d96e5a + 5f1c9c6 commit 8731ed4
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.1
uses: github/codeql-action/init@v2.3.2
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@v2.3.1
uses: github/codeql-action/autobuild@v2.3.2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.3.1
uses: github/codeql-action/analyze@v2.3.2

0 comments on commit 8731ed4

Please sign in to comment.