Skip to content

Commit 8f84459

Browse files
chore(deps): bump github/codeql-action/init and github/codeql-action/analyze from 4.36.2 to 4.36.3 (hiero-ledger#2402)
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Manish Dait <daitmanish88@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Manish Dait <daitmanish88@gmail.com>
1 parent 07be7f6 commit 8f84459

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-check-primary-codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
egress-policy: audit
4343

4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
45+
uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
4646
with:
4747
languages: ${{ matrix.language }}
4848
build-mode: ${{ matrix.build-mode }}
@@ -66,6 +66,6 @@ jobs:
6666
run: uv sync --frozen --all-groups --all-packages --all-extras
6767

6868
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
69+
uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
7070
with:
7171
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)