Skip to content

Commit

Permalink
Bump github/codeql-action from 2.3.4 to 2.22.1
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.4 to 2.22.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@f0e3dfb...fdcae64)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent 4ced62b commit 9021b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@f0e3dfb30302f8a0881bb509b044e0de4f6ef589 # 2.3.4
uses: github/codeql-action/init@fdcae64e1484d349b3366718cdfef3d404390e85 # 2.22.1
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -78,4 +78,4 @@ jobs:
-DskipTests
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@f0e3dfb30302f8a0881bb509b044e0de4f6ef589 # 2.3.4
uses: github/codeql-action/analyze@fdcae64e1484d349b3366718cdfef3d404390e85 # 2.22.1

0 comments on commit 9021b64

Please sign in to comment.