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 4747
4848 # Initializes the CodeQL tools for scanning.
4949 - name : Initialize CodeQL
50- uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
50+ uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
5151 with :
5252 languages : ${{ matrix.language }}
5353 # If you wish to specify custom queries, you can do so here or in a config file.
5858 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5959 # If this step fails, then you should remove it and run the build manually (see below)
6060 - name : Autobuild
61- uses : github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
61+ uses : github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
6262
6363 # ℹ️ Command-line programs to run using the OS shell.
6464 # 📚 https://git.io/JvXDl
7272 # make release
7373
7474 - name : Perform CodeQL Analysis
75- uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
75+ uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
Original file line number Diff line number Diff line change 3131 go test -race -covermode=atomic -coverprofile=coverage.out ./...
3232
3333 - name : coverage
34- uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
34+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
3535 with :
3636 token : ${{ secrets.CODECOV_TOKEN }}
3737 file : coverage.out
You can’t perform that action at this time.
0 commit comments