File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 47
47
48
48
# Initializes the CodeQL tools for scanning.
49
49
- name : Initialize CodeQL
50
- uses : github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
50
+ uses : github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
51
51
with :
52
52
languages : ${{ matrix.language }}
53
53
# If you wish to specify custom queries, you can do so here or in a config file.
58
58
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
59
59
# If this step fails, then you should remove it and run the build manually (see below)
60
60
- name : Autobuild
61
- uses : github/codeql-action/autobuild@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
61
+ uses : github/codeql-action/autobuild@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
62
62
63
63
# ℹ️ Command-line programs to run using the OS shell.
64
64
# 📚 https://git.io/JvXDl
72
72
# make release
73
73
74
74
- name : Perform CodeQL Analysis
75
- uses : github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
75
+ uses : github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
Original file line number Diff line number Diff line change 28
28
go test -covermode=atomic -coverprofile=coverage.out ./...
29
29
30
30
- name : coverage
31
- uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5 .0
31
+ uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6 .0
32
32
with :
33
33
token : ${{ secrets.CODECOV_TOKEN }}
34
34
file : coverage.out
You can’t perform that action at this time.
0 commit comments