Skip to content

Commit

Permalink
chore: bump github/codeql-action from 2.1.32 to 2.1.33 (#2415)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 17, 2022
1 parent ada8630 commit 8b50dcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8

- name: Initialize CodeQL
uses: github/codeql-action/init@4238421316c33d73aeea2801274dd286f157c2bb
uses: github/codeql-action/init@678fc3afe258fb2e0cdc165ccf77b85719de7b3c
with:
languages: go

- name: Autobuild
uses: github/codeql-action/autobuild@4238421316c33d73aeea2801274dd286f157c2bb
uses: github/codeql-action/autobuild@678fc3afe258fb2e0cdc165ccf77b85719de7b3c

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@4238421316c33d73aeea2801274dd286f157c2bb
uses: github/codeql-action/analyze@678fc3afe258fb2e0cdc165ccf77b85719de7b3c

0 comments on commit 8b50dcd

Please sign in to comment.