Skip to content

Commit

Permalink
Merge branch 'master' into helmcurl
Browse files Browse the repository at this point in the history
  • Loading branch information
sozercan authored Jul 29, 2022
2 parents b5d0a54 + ab064a0 commit 2bd27c2
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@2541b1294d2704b0964813337f33b291d3f8596b

- name: Initialize CodeQL
uses: github/codeql-action/init@3e7e3b32d0fb8283594bb0a76cc60a00918b0969
uses: github/codeql-action/init@0c670bbf0414f39666df6ce8e718ec5662c21e03
with:
languages: go

- name: Autobuild
uses: github/codeql-action/autobuild@3e7e3b32d0fb8283594bb0a76cc60a00918b0969
uses: github/codeql-action/autobuild@0c670bbf0414f39666df6ce8e718ec5662c21e03

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@3e7e3b32d0fb8283594bb0a76cc60a00918b0969
uses: github/codeql-action/analyze@0c670bbf0414f39666df6ce8e718ec5662c21e03

0 comments on commit 2bd27c2

Please sign in to comment.