mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
chore(deps): bump github/codeql-action from 2.1.31 to 2.1.32 (#8341)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b841da44e4
commit
571f497df1
|
|
@ -36,9 +36,9 @@ jobs:
|
|||
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898 # v2
|
||||
uses: github/codeql-action/init@4238421316c33d73aeea2801274dd286f157c2bb # v2
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898 # v2
|
||||
uses: github/codeql-action/analyze@4238421316c33d73aeea2801274dd286f157c2bb # v2
|
||||
|
|
|
|||
Loading…
Reference in New Issue