Skip to content

Commit cf2657c

Browse files
Bump github/codeql-action from 3.28.18 to 3.30.2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.18 to 3.30.2. - [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...d3678e2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.30.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e77c28 commit cf2657c

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@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2
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@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2
4949
with:
5050
category: "/language:actions"
5151

0 commit comments

Comments
 (0)