File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535
3636 # Initializes the CodeQL tools for scanning.
3737 - name : Initialize CodeQL
38- uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
38+ uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
3939 with :
4040 languages : ${{ matrix.language }}
4141 # If you wish to specify custom queries, you can do so here or in a config file.
4646 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4747 # If this step fails, then you should remove it and run the build manually (see below)
4848 - name : Autobuild
49- uses : github/codeql-action/autobuild@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
49+ uses : github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
5050
5151 # ℹ️ Command-line programs to run using the OS shell.
5252 # 📚 https://git.io/JvXDl
6060 # make release
6161
6262 - name : Perform CodeQL Analysis
63- uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
63+ uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
Original file line number Diff line number Diff line change 4646 with :
4747 go-version : ${{ env.GO_VERSION }}
4848 - name : Run linter
49- uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
49+ uses : golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
5050 with :
5151 args : --config=.golangci.yml
5252 version : ${{ env.GOLANGCI_LINT_VERSION }}
Original file line number Diff line number Diff line change 4848
4949 # Upload the results to GitHub's code scanning dashboard.
5050 - name : " Upload to code-scanning"
51- uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
51+ uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
5252 with :
5353 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments