Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit 24719cb

Browse files
authored
Merge pull request #242 from go-faster/dependabot/github_actions/github/codeql-action-4
chore(deps): bump github/codeql-action from 3 to 4
2 parents a4aab38 + 65105d0 commit 24719cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
# Initializes the CodeQL tools for scanning.
7070
- name: Initialize CodeQL
71-
uses: github/codeql-action/init@v3
71+
uses: github/codeql-action/init@v4
7272
with:
7373
languages: ${{ matrix.language }}
7474
tools: latest
@@ -90,6 +90,6 @@ jobs:
9090
# ./location_of_script_within_repo/buildscript.sh
9191

9292
- name: Perform CodeQL Analysis
93-
uses: github/codeql-action/analyze@v3
93+
uses: github/codeql-action/analyze@v4
9494
with:
9595
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)