Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1c1a5d

Browse files
Bump github/codeql-action from 4.35.3 to 4.35.5 in /.github/workflows
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.3 to 4.35.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e46ed2c...9e0d7b8) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d3c5c26 commit d1c1a5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
# Initializes the CodeQL tools for scanning.
6464
- name: Initialize CodeQL
65-
uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 #4.35.3
65+
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba #4.35.5
6666
with:
6767
languages: ${{ matrix.language }}
6868
build-mode: ${{ matrix.build-mode }}
@@ -90,6 +90,6 @@ jobs:
9090
exit 1
9191
9292
- name: Perform CodeQL Analysis
93-
uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 #4.35.3
93+
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba #4.35.5
9494
with:
9595
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)