File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 with :
4040 persist-credentials : false
4141
42- - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
42+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
4343 with :
4444 path : ~/go/pkg/mod
4545 key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
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@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
38+ uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
3939 with :
4040 languages : go
4141 # xref: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
5252 make install
5353
5454 - name : Perform CodeQL Analysis
55- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
55+ uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
5656 with :
5757 category : " /language:go"
You can’t perform that action at this time.
0 commit comments