Skip to content

Commit

Permalink
Merge branch 'main' into feat/helm-binary-source-install
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins authored Jan 21, 2022
2 parents bb311cd + 27cfc7d commit 4c1b9b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- 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:
config-file: ./.github/codeql/codeql-config.yml

Expand All @@ -36,7 +36,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@8a4b243fbf9a03a93e93a71c1ec257347041f9c4 # renovate: tag=v1.0.28
uses: github/codeql-action/autobuild@384cfc42b2131df01c009d3d2eed7b78d8e8556e # renovate: tag=v1.0.29

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -50,4 +50,4 @@ jobs:
# make release

- 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

0 comments on commit 4c1b9b2

Please sign in to comment.