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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
76
+ uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
88
+ uses : github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
102
+ uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
Original file line number Diff line number Diff line change 31
31
run : |
32
32
echo "GOLANGCI_LINT_VERSION=$(cd tools; go list -m -f '{{ .Version }}' github.com/golangci/golangci-lint)" >> "$GITHUB_ENV"
33
33
- name : golangci-lint
34
- uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
34
+ uses : golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
35
35
with :
36
36
version : ${{ env.GOLANGCI_LINT_VERSION }}
37
37
only-new-issues : true
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@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
54
+ uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
55
55
with :
56
56
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments