Skip to content

Commit

Permalink
build(deps): bump github/codeql-action from 2.21.5 to 2.21.7
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.5 to 2.21.7.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@00e563e...04daf01)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kmk3 committed Sep 18, 2023
1 parent eb5c971 commit 8a82e40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8
uses: github/codeql-action/init@04daf014b50eaf774287bf3f0f1869d4b4c4b913
with:
languages: cpp

Expand All @@ -160,4 +160,4 @@ jobs:
run: make -j "$(nproc)"

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8
uses: github/codeql-action/analyze@04daf014b50eaf774287bf3f0f1869d4b4c4b913
4 changes: 2 additions & 2 deletions .github/workflows/check-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8
uses: github/codeql-action/init@04daf014b50eaf774287bf3f0f1869d4b4c4b913
with:
languages: python

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8
uses: github/codeql-action/analyze@04daf014b50eaf774287bf3f0f1869d4b4c4b913

0 comments on commit 8a82e40

Please sign in to comment.