File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
3535 with :
3636 go-version-file : go.mod
3737 if : matrix.language == 'go'
38- - uses : github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
38+ - uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
3939 with :
4040 languages : ${{ matrix.language }}
4141 build-mode : ${{ matrix.language == 'go' && 'manual' || 'none' }}
4242 - run : make build install-docs-tools md-docs
4343 if : matrix.language == 'go'
44- - uses : github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
44+ - uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
4545 with :
4646 category : /language:${{ matrix.language }}
You can’t perform that action at this time.
0 commit comments