mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-05-14 03:12:44 +00:00
build(deps): bump github/codeql-action from 4 to 4.35.2 (#1384)
This commit is contained in:
@@ -39,7 +39,7 @@ jobs:
|
|||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v4
|
uses: github/codeql-action/init@v4.35.2
|
||||||
# Override language selection by uncommenting this and choosing your languages
|
# Override language selection by uncommenting this and choosing your languages
|
||||||
with:
|
with:
|
||||||
languages: 'javascript-typescript'
|
languages: 'javascript-typescript'
|
||||||
@@ -49,4 +49,4 @@ jobs:
|
|||||||
npm run all
|
npm run all
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v4
|
uses: github/codeql-action/analyze@v4.35.2
|
||||||
|
|||||||
Reference in New Issue
Block a user