File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
31
31
# Initializes the CodeQL tools for scanning.
32
32
- name : Initialize CodeQL
33
- uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
33
+ uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
34
34
with :
35
35
languages : ${{ matrix.language }}
36
36
# xref: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
41
41
run : go build ./...
42
42
43
43
- name : Perform CodeQL Analysis
44
- uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
44
+ uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
45
45
with :
46
46
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 27
27
with :
28
28
go-version : stable
29
29
30
- - uses : anchore/sbom-action/download-syft@9246b90769f852b3a8921f330c59e0b3f439d6e9 # v0.20.1
31
- - uses : sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
30
+ - uses : anchore/sbom-action/download-syft@7b36ad622f042cab6f59a75c2ac24ccb256e9b45 # v0.20.4
31
+ - uses : sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
32
32
33
33
- name : Run GoReleaser
34
34
uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
Original file line number Diff line number Diff line change 57
57
# Upload the results to GitHub's code scanning dashboard (optional).
58
58
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
59
59
- name : " Upload to code-scanning"
60
- uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
60
+ uses : github/codeql-action/upload-sarif@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
61
61
with :
62
62
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments