Captain D. Ezio commited on
Commit
6c50555
·
2 Parent(s): 55c35e3 459f407

Merge pull request #180 from Gojo-Bots/dependabot/github_actions/github/codeql-action-3

Browse files
.github/workflows/codeql-analysis.yml CHANGED
@@ -42,7 +42,7 @@ jobs:
42
 
43
  # Initializes the CodeQL tools for scanning.
44
  - name: Initialize CodeQL
45
- uses: github/codeql-action/init@v2
46
  with:
47
  languages: ${{ matrix.language }}
48
  # If you wish to specify custom queries, you can do so here or in a config file.
@@ -56,7 +56,7 @@ jobs:
56
  # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
57
  # If this step fails, then you should remove it and run the build manually (see below)
58
  - name: Autobuild
59
- uses: github/codeql-action/autobuild@v2
60
 
61
  # ℹ️ Command-line programs to run using the OS shell.
62
  # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -69,4 +69,4 @@ jobs:
69
  # ./location_of_script_within_repo/buildscript.sh
70
 
71
  - name: Perform CodeQL Analysis
72
- uses: github/codeql-action/analyze@v2
 
42
 
43
  # Initializes the CodeQL tools for scanning.
44
  - name: Initialize CodeQL
45
+ uses: github/codeql-action/init@v3
46
  with:
47
  languages: ${{ matrix.language }}
48
  # If you wish to specify custom queries, you can do so here or in a config file.
 
56
  # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
57
  # If this step fails, then you should remove it and run the build manually (see below)
58
  - name: Autobuild
59
+ uses: github/codeql-action/autobuild@v3
60
 
61
  # ℹ️ Command-line programs to run using the OS shell.
62
  # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
 
69
  # ./location_of_script_within_repo/buildscript.sh
70
 
71
  - name: Perform CodeQL Analysis
72
+ uses: github/codeql-action/analyze@v3