MilesCranmer commited on
Commit
0cd0d61
·
unverified ·
2 Parent(s): 6305e6e f074fbc

Merge pull request #501 from MilesCranmer/dependabot/github_actions/github/codeql-action-3

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