Skip to content

Commit d7c54c4

Browse files
Bump github/codeql-action from 4.30.7 to 4.30.8 (#2419)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.30.7 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@e296a93...f443b60) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.30.8 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 9766b3c commit d7c54c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-code-ql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
3232

3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5
34+
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5
3535
with:
3636
languages: ${{ matrix.language }}
3737

@@ -55,6 +55,6 @@ jobs:
5555
run: pnpm install --frozen-lockfile
5656

5757
- name: Perform CodeQL analysis
58-
uses: github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5
58+
uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5
5959
with:
6060
category: /language:${{ matrix.language }}

0 commit comments

Comments
 (0)