Skip to content

Commit

Permalink
Merge pull request #41 from hazcod/dependabot/github_actions/dev/gith…
Browse files Browse the repository at this point in the history
…ub/codeql-action-2

chore(deps): bump github/codeql-action from 1 to 2
  • Loading branch information
hazcod authored Aug 1, 2022
2 parents a7eb651 + cb7c5a2 commit 6817a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/securityscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: go

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

0 comments on commit 6817a40

Please sign in to comment.