Skip to content

Commit

Permalink
Merge pull request #373 from backube/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…/codeql-action-2.3.2

build(deps): bump github/codeql-action from 2.3.0 to 2.3.2
  • Loading branch information
mergify[bot] authored May 3, 2023
2 parents 0dcfbba + fbb9f8e commit edfb266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
${{ runner.os }}-go-
- name: Initialize CodeQL
uses: github/codeql-action/init@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0
uses: github/codeql-action/init@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2

- name: Download modules
run: go mod download
Expand All @@ -79,7 +79,7 @@ jobs:
run: make build

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0
uses: github/codeql-action/analyze@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2.3.2

build:
name: Build
Expand Down

0 comments on commit edfb266

Please sign in to comment.