Skip to content

Commit 242cdbc

Browse files
Merge pull request #642 from danielaparker/dependabot/github_actions/github/codeql-action-4
Bump github/codeql-action from 3 to 4
2 parents 6170b71 + aa19c82 commit 242cdbc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636

3737
# Initializes the CodeQL tools for scanning.
3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@v3
39+
uses: github/codeql-action/init@v4
4040
# Override language selection by uncommenting this and choosing your languages
4141
# with:
4242
# languages: go, javascript, csharp, python, cpp, java
4343

4444
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4545
# If this step fails, then you should remove it and run the build manually (see below)
4646
- name: Autobuild
47-
uses: github/codeql-action/autobuild@v3
47+
uses: github/codeql-action/autobuild@v4
4848

4949
# ℹ️ Command-line programs to run using the OS shell.
5050
# 📚 https://git.io/JvXDl
@@ -58,4 +58,4 @@ jobs:
5858
# make release
5959

6060
- name: Perform CodeQL Analysis
61-
uses: github/codeql-action/analyze@v3
61+
uses: github/codeql-action/analyze@v4

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818

1919
# Initializes the CodeQL tools for scanning.
2020
- name: Initialize CodeQL
21-
uses: github/codeql-action/init@v3
21+
uses: github/codeql-action/init@v4
2222
# Override language selection by uncommenting this and choosing your languages
2323
# with:
2424
# languages: go, javascript, csharp, python, cpp, java
2525

2626
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
2727
# If this step fails, then you should remove it and run the build manually (see below).
2828
- name: Autobuild
29-
uses: github/codeql-action/autobuild@v3
29+
uses: github/codeql-action/autobuild@v4
3030

3131
# ℹ️ Command-line programs to run using the OS shell.
3232
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -40,4 +40,4 @@ jobs:
4040
# make release
4141

4242
- name: Perform CodeQL Analysis
43-
uses: github/codeql-action/analyze@v3
43+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)