From b83aa96a93876d922c119815ca06fb3ca9513e4f Mon Sep 17 00:00:00 2001 From: Forge Bot Date: Mon, 11 May 2026 00:34:11 +0000 Subject: [PATCH] chore(deps): update github/codeql-action action to v4 --- .github/workflows/security.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index d81a032..5e3f8fe 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -23,12 +23,12 @@ jobs: uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Initialize CodeQL - uses: github/codeql-action/init@7fd177fa680c9881b53cdab4d346d32574c9f7f4 # v3 + uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4 with: languages: javascript - name: Run CodeQL Analysis - uses: github/codeql-action/analyze@7fd177fa680c9881b53cdab4d346d32574c9f7f4 # v3 + uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4 dependency-review: name: Dependency Review