File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
55
56
56
# Initializes the CodeQL tools for scanning.
57
57
- name : Initialize CodeQL
58
- uses : github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
58
+ uses : github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
59
59
with :
60
60
languages : ${{ matrix.language }}
61
61
# If you wish to specify custom queries, you can do so here or in a config file.
65
65
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
66
66
# If this step fails, then you should remove it and run the build manually (see below)
67
67
- name : Autobuild
68
- uses : github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
68
+ uses : github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
69
69
70
70
# ℹ️ Command-line programs to run using the OS shell.
71
71
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
78
78
# ./location_of_script_within_repo/buildscript.sh
79
79
80
80
- name : Perform CodeQL Analysis
81
- uses : github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
81
+ uses : github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
82
82
with :
83
83
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 40
40
name : " Run poutine on poutine's own codebase"
41
41
id : self-test
42
42
- name : Upload SARIF file
43
- uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
43
+ uses : github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
44
44
with :
45
45
sarif_file : results.sarif
Original file line number Diff line number Diff line change 47
47
retention-days : 5
48
48
49
49
- name : " Upload to code-scanning"
50
- uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
50
+ uses : github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
51
51
with :
52
52
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments