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 53
53
54
54
# Initializes the CodeQL tools for scanning.
55
55
- name : Initialize CodeQL
56
- uses : github/codeql-action/init@v3.26.6
56
+ uses : github/codeql-action/init@v3.27.0
57
57
with :
58
58
languages : ${{ matrix.language }}
59
59
# If you wish to specify custom queries, you can do so here or in a config file.
65
65
make out/skaffold
66
66
67
67
- name : Perform CodeQL Analysis
68
- uses : github/codeql-action/analyze@v3.26.6
68
+ uses : github/codeql-action/analyze@v3.27.0
Original file line number Diff line number Diff line change 50
50
51
51
# Upload the results to GitHub's code scanning dashboard.
52
52
- name : " Upload to code-scanning"
53
- uses : github/codeql-action/upload-sarif@v3.26.6 # v1.0.26
53
+ uses : github/codeql-action/upload-sarif@v3.27.0 # v1.0.26
54
54
with :
55
55
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments