Skip to content

Commit

Permalink
chore(deps): update github/codeql-action action to v2.1.10 (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored May 10, 2022
1 parent 799e70d commit cdc0d0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ jobs:
fetch-depth: 2

- name: Initialize CodeQL
uses: github/codeql-action/init@7502d6e991ca767d2db617bfd823a1ed925a0d59 # tag=v2.1.9
uses: github/codeql-action/init@75b4f1c4669133dc294b06c2794e969efa2e5316 # tag=v2.1.10
with:
languages: go

- name: Autobuild
uses: github/codeql-action/autobuild@7502d6e991ca767d2db617bfd823a1ed925a0d59 # tag=v2.1.9
uses: github/codeql-action/autobuild@75b4f1c4669133dc294b06c2794e969efa2e5316 # tag=v2.1.10

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@7502d6e991ca767d2db617bfd823a1ed925a0d59 # tag=v2.1.9
uses: github/codeql-action/analyze@75b4f1c4669133dc294b06c2794e969efa2e5316 # tag=v2.1.10

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cdc0d0e

Please sign in to comment.