Skip to content

Commit

Permalink
chore(deps): update github/codeql-action action to v1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 4, 2021
1 parent b40b376 commit bfeac90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -29,12 +29,12 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@e891551dd4836643fb9f223d7ff08e83e8073534 # renovate: tag=v1.0.21
uses: github/codeql-action/init@5581e08a65fc3811c3ac78939dd59e7a8adbf003 # renovate: tag=v1.0.22

# 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@e891551dd4836643fb9f223d7ff08e83e8073534 # renovate: tag=v1.0.21
uses: github/codeql-action/autobuild@5581e08a65fc3811c3ac78939dd59e7a8adbf003 # renovate: tag=v1.0.22

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@e891551dd4836643fb9f223d7ff08e83e8073534 # renovate: tag=v1.0.21
uses: github/codeql-action/analyze@5581e08a65fc3811c3ac78939dd59e7a8adbf003 # renovate: tag=v1.0.22

0 comments on commit bfeac90

Please sign in to comment.