Skip to content

Commit

Permalink
build(deps): bump github/codeql-action from 3.25.1 to 3.25.3 (#438)
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.1 to 3.25.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@c7f9125...d39d31e)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 27, 2024
1 parent 7d6da19 commit 9258cd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/posix.yml
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Initialize CodeQL
if: inputs.build_codeql == true
uses: github/codeql-action/init@c7f9125735019aa87cfc361530512d50ea439c71
uses: github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14
with:
languages: 'cpp'

Expand Down Expand Up @@ -295,4 +295,4 @@ jobs:

- name: Perform CodeQL Analysis
if: inputs.build_codeql == true
uses: github/codeql-action/analyze@c7f9125735019aa87cfc361530512d50ea439c71
uses: github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Initialize CodeQL
if: inputs.build_codeql == true
uses: github/codeql-action/init@c7f9125735019aa87cfc361530512d50ea439c71
uses: github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14
with:
languages: 'cpp'

Expand Down Expand Up @@ -104,4 +104,4 @@ jobs:

- name: Perform CodeQL Analysis
if: inputs.build_codeql == true
uses: github/codeql-action/analyze@c7f9125735019aa87cfc361530512d50ea439c71
uses: github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14

0 comments on commit 9258cd7

Please sign in to comment.