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@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
50+ uses : github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
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@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
61+ uses : github/codeql-action/autobuild@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
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@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
75+ uses : github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
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@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0
34+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
3535 with :
3636 token : ${{ secrets.CODECOV_TOKEN }}
3737 file : coverage.out
You can’t perform that action at this time.
0 commit comments