Commit 55cb956 1 parent 4c1deff commit 55cb956 Copy full SHA for 55cb956
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 51
51
52
52
# Initializes the CodeQL tools for scanning.
53
53
- name : Initialize CodeQL
54
- uses : github/codeql-action/init@v3.26.6
54
+ uses : github/codeql-action/init@v3.27.5
55
55
with :
56
56
languages : ${{ matrix.language }}
57
57
# 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@v3.26.6
68
+ uses : github/codeql-action/autobuild@v3.27.5
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@v3.26.6
81
+ uses : github/codeql-action/analyze@v3.27.5
82
82
with :
83
83
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 63
63
64
64
# Upload the results to GitHub's code scanning dashboard.
65
65
- name : " Upload to code-scanning"
66
- uses : github/codeql-action/upload-sarif@v3.26.6 # tag=v1.0.26
66
+ uses : github/codeql-action/upload-sarif@v3.27.5 # tag=v1.0.26
67
67
with :
68
68
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments