mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-07-05 20:49:32 +00:00
build(deps): bump the github-actions group with 4 updates (#1405)
This commit is contained in:
parent
ba0d7d2ec0
commit
e72a236d12
2 changed files with 14 additions and 14 deletions
6
.github/workflows/codeql.yaml
vendored
6
.github/workflows/codeql.yaml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
security-events: write
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||
with:
|
||||
# Must fetch at least the immediate parents so that if this is
|
||||
# a pull request then we can checkout the head of the pull request.
|
||||
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
|
||||
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
|
||||
# Override language selection by uncommenting this and choosing your languages
|
||||
with:
|
||||
languages: 'javascript-typescript'
|
||||
|
|
@ -45,4 +45,4 @@ jobs:
|
|||
npm run all
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
|
||||
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue