Skip to content

Commit f38e1c9

Browse files
Merge pull request #2209 from GitoxideLabs/dependabot/github_actions/github-actions-1893dd32ff
2 parents fcb4448 + 4fc397b commit f38e1c9

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
@@ -74,7 +74,7 @@ jobs:
7474

7575
# Initializes the CodeQL tools for scanning.
7676
- name: Initialize CodeQL
77-
uses: github/codeql-action/init@v3
77+
uses: github/codeql-action/init@v4
7878
with:
7979
languages: ${{ matrix.language }}
8080
build-mode: ${{ matrix.build-mode }}
@@ -102,6 +102,6 @@ jobs:
102102
exit 1
103103
104104
- name: Perform CodeQL Analysis
105-
uses: github/codeql-action/analyze@v3
105+
uses: github/codeql-action/analyze@v4
106106
with:
107107
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)