Skip to content

Commit f0912c1

Browse files
authored
Merge pull request #198 from openfoodfacts/dependabot/github_actions/github/codeql-action-2
chore(deps): bump github/codeql-action from 1 to 2
2 parents 8783179 + a706147 commit f0912c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

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

2828
# Initializes the CodeQL tools for scanning.
2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@v1
30+
uses: github/codeql-action/init@v2
3131
# Override language selection by uncommenting this and choosing your languages
3232
# with:
3333
# languages: go, javascript, csharp, python, cpp, java
3434

3535
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3636
# If this step fails, then you should remove it and run the build manually (see below)
3737
- name: Autobuild
38-
uses: github/codeql-action/autobuild@v1
38+
uses: github/codeql-action/autobuild@v2
3939

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

5151
- name: Perform CodeQL Analysis
52-
uses: github/codeql-action/analyze@v1
52+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)