Skip to content

Commit

Permalink
chore(deps): update github/codeql-action action to v1.0.29 (#9)
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 Jan 21, 2022
1 parent 185661f commit a133bfa
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@8a4b243fbf9a03a93e93a71c1ec257347041f9c4 # renovate: tag=v1.0.28
uses: github/codeql-action/init@384cfc42b2131df01c009d3d2eed7b78d8e8556e # renovate: tag=v1.0.29
with:
languages: go

- name: Autobuild
uses: github/codeql-action/autobuild@8a4b243fbf9a03a93e93a71c1ec257347041f9c4 # renovate: tag=v1.0.28
uses: github/codeql-action/autobuild@384cfc42b2131df01c009d3d2eed7b78d8e8556e # renovate: tag=v1.0.29

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8a4b243fbf9a03a93e93a71c1ec257347041f9c4 # renovate: tag=v1.0.28
uses: github/codeql-action/analyze@384cfc42b2131df01c009d3d2eed7b78d8e8556e # renovate: tag=v1.0.29

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a133bfa

Please sign in to comment.