Skip to content

Commit

Permalink
chore: bump github/codeql-action from 2.3.1 to 2.3.2 (#541)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 4, 2023
1 parent 9e3a6db commit 2c563fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b

- name: Initialize CodeQL
uses: github/codeql-action/init@8662eabe0e9f338a07350b7fd050732745f93848
uses: github/codeql-action/init@f3feb00acb00f31a6f60280e6ace9ca31d91c76a
with:
languages: go

- name: Autobuild
uses: github/codeql-action/autobuild@8662eabe0e9f338a07350b7fd050732745f93848
uses: github/codeql-action/autobuild@f3feb00acb00f31a6f60280e6ace9ca31d91c76a

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8662eabe0e9f338a07350b7fd050732745f93848
uses: github/codeql-action/analyze@f3feb00acb00f31a6f60280e6ace9ca31d91c76a

0 comments on commit 2c563fc

Please sign in to comment.