mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 02:12:36 +02:00
chore(deps): bump github/codeql-action from 1.1.5 to 2.1.8 (#7202)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.1.5 to 2.1.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](8834766498...1ed1437484
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ce936f2c76
commit
d33063dd0f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
@ -30,9 +30,9 @@ jobs:
|
|||
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@883476649888a9e8e219d5b2e6b789dc024f690c # v1
|
||||
uses: github/codeql-action/init@1ed1437484560351c5be56cf73a48a279d116b78 # v1
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@883476649888a9e8e219d5b2e6b789dc024f690c # v1
|
||||
uses: github/codeql-action/analyze@1ed1437484560351c5be56cf73a48a279d116b78 # v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue