File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 73
73
74
74
# Initializes the CodeQL tools for scanning.
75
75
- name : Initialize CodeQL
76
- uses : github/codeql-action/init@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
76
+ uses : github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
77
77
with :
78
78
languages : ${{ matrix.language }}
79
79
queries : +security-extended
85
85
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
86
86
# If this step fails, then you should remove it and run the build manually (see below)
87
87
- name : Autobuild
88
- uses : github/codeql-action/autobuild@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
88
+ uses : github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
89
89
90
90
# ℹ️ Command-line programs to run using the OS shell.
91
91
# 📚 https://git.io/JvXDl
99
99
# make release
100
100
101
101
- name : Perform CodeQL Analysis
102
- uses : github/codeql-action/analyze@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
102
+ uses : github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
Original file line number Diff line number Diff line change 50
50
go-version : ${{ env.GO_VERSION }}
51
51
check-latest : true
52
52
- name : install ko
53
- uses : ko-build/setup-ko@d982fec422852203cfb2053a8ec6ad302280d04d # v0.8
53
+ uses : ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
54
54
- name : publishimage
55
55
uses : nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
56
56
with :
Original file line number Diff line number Diff line change 51
51
# Upload the results to GitHub's code scanning dashboard (optional).
52
52
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
53
53
- name : " Upload to code-scanning"
54
- uses : github/codeql-action/upload-sarif@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2 # v3.28.14
54
+ uses : github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
55
55
with :
56
56
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments