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 39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
42
- uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
42
+ uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
43
43
with :
44
44
languages : ${{ matrix.language }}
45
45
# If you wish to specify custom queries, you can do so here or in a config file.
49
49
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
50
50
# If this step fails, then you should remove it and run the build manually (see below)
51
51
- name : Autobuild
52
- uses : github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
52
+ uses : github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
53
53
54
54
# ℹ️ Command-line programs to run using the OS shell.
55
55
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
62
62
# ./location_of_script_within_repo/buildscript.sh
63
63
64
64
- name : Perform CodeQL Analysis
65
- uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
65
+ uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
66
66
with :
67
67
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 72
72
# Upload the results to GitHub's code scanning dashboard (optional).
73
73
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
74
74
- name : " Upload to code-scanning"
75
- uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
75
+ uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
76
76
with :
77
77
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments