Skip to content

Commit 026ce73

Browse files
Bump github/codeql-action from 3.28.18 to 4.30.8
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.18 to 4.30.8. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@ff0a06e...f443b60) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.30.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e77c28 commit 026ce73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflows_scans.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
42+
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
4343
with:
4444
languages: "actions"
4545
build-mode: "none"
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
48+
uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
4949
with:
5050
category: "/language:actions"
5151

0 commit comments

Comments
 (0)