Skip to content

Commit

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

build(deps): bump github/codeql-action from 2.2.12 to 2.3.0
  • Loading branch information
mergify[bot] authored Apr 28, 2023
2 parents 6f9b871 + 934aa76 commit 0dcfbba
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@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12
uses: github/codeql-action/init@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0

- 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@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12
uses: github/codeql-action/analyze@b2c19fb9a2a485599ccf4ed5d65527d94bc57226 # v2.3.0

build:
name: Build
Expand Down

0 comments on commit 0dcfbba

Please sign in to comment.