Skip to content

Commit 2ce57bd

Browse files
Bump github/codeql-action from 4.30.8 to 4.30.9 (#358)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.30.8 to 4.30.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@f443b60...16140ae) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.30.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2230b78 commit 2ce57bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ jobs:
6161
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
6262

6363
- name: Initialize CodeQL
64-
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5
64+
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047
6565
with:
6666
languages: ${{ matrix.language }}
6767

6868
- name: Perform CodeQL analysis
69-
uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5
69+
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047
7070
with:
7171
category: /language:${{ matrix.language }}
7272

0 commit comments

Comments
 (0)