From 12581893a861659d8a1b738918e7a69850a88b84 Mon Sep 17 00:00:00 2001 From: Jared Hatfield Date: Sat, 4 Jul 2026 16:32:57 +0000 Subject: [PATCH] fix: bump github/codeql-action from v4.36.2 to v4.36.3 --- .github/workflows/codeql-javascript-typescript.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-javascript-typescript.yml b/.github/workflows/codeql-javascript-typescript.yml index 6b85f04..8bdceaf 100644 --- a/.github/workflows/codeql-javascript-typescript.yml +++ b/.github/workflows/codeql-javascript-typescript.yml @@ -61,7 +61,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 + uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -89,6 +89,6 @@ jobs: exit 1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 + uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3 with: category: "/language:${{matrix.language}}"