File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262
6363 # Initializes the CodeQL tools for scanning.
6464 - name : Initialize CodeQL
65- uses : github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e
65+ uses : github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a
6666 with :
6767 languages : ${{ matrix.language }}
6868 build-mode : ${{ matrix.build-mode }}
9191 exit 1
9292
9393 - name : Perform CodeQL Analysis
94- uses : github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e
94+ uses : github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a
9595 with :
9696 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 3131 run : go mod download
3232
3333 - name : Run golangci-lint
34- uses : golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v7
34+ uses : golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v7
3535 with :
3636 version : latest
3737 working-directory : go-backend
You can’t perform that action at this time.
0 commit comments