Skip to content

Commit 9f0a413

Browse files
chore(deps): upgrade github/codeql-action action to v4 (#143)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db6e4cd commit 9f0a413

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- name: "Checkout repository"
2929
uses: actions/checkout@v5
3030
- name: "Initialize CodeQL"
31-
uses: github/codeql-action/init@v3
31+
uses: github/codeql-action/init@v4
3232
with:
3333
languages: ${{ matrix.language }}
3434
- name: "Autobuild"
35-
uses: github/codeql-action/autobuild@v3
35+
uses: github/codeql-action/autobuild@v4
3636
- name: "Perform CodeQL Analysis"
37-
uses: github/codeql-action/analyze@v3
37+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)