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.32 to 2.1.35 (#8412)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b7cbc967ce
commit
ca39f75680
|
|
@ -36,9 +36,9 @@ jobs:
|
|||
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@4238421316c33d73aeea2801274dd286f157c2bb # v2
|
||||
uses: github/codeql-action/init@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297 # v2
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@4238421316c33d73aeea2801274dd286f157c2bb # v2
|
||||
uses: github/codeql-action/analyze@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297 # v2
|
||||
|
|
|
|||
Loading…
Reference in New Issue