File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
62
62
# Initializes the CodeQL tools for scanning.
63
63
- name : Initialize CodeQL
64
- uses : github/codeql-action/init@9278e421667d5d90a2839487a482448c4ec7df4d # v3.27.2
64
+ uses : github/codeql-action/init@396bb3e45325a47dd9ef434068033c6d5bb0d11a # v3.27.3
65
65
with :
66
66
languages : ${{ matrix.language }}
67
67
70
70
make policy-controller
71
71
72
72
- name : Perform CodeQL Analysis
73
- uses : github/codeql-action/analyze@9278e421667d5d90a2839487a482448c4ec7df4d # v3.27.2
73
+ uses : github/codeql-action/analyze@396bb3e45325a47dd9ef434068033c6d5bb0d11a # v3.27.3
Original file line number Diff line number Diff line change 53
53
54
54
# Upload the results to GitHub's code scanning dashboard.
55
55
- name : " Upload to code-scanning"
56
- uses : github/codeql-action/upload-sarif@9278e421667d5d90a2839487a482448c4ec7df4d # v3.27.2
56
+ uses : github/codeql-action/upload-sarif@396bb3e45325a47dd9ef434068033c6d5bb0d11a # v3.27.3
57
57
with :
58
58
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments