Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 41ab965

Browse files
authored
Merge branch 'main' into patch-1
2 parents 638c1f5 + 552b8c4 commit 41ab965

File tree

3 files changed

+395
-627
lines changed

3 files changed

+395
-627
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
uses: actions/checkout@v3
2626

2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@v1
28+
uses: github/codeql-action/init@v2
2929
with:
3030
languages: ${{ matrix.language }}
3131
queries: security-extended
3232

3333
- name: Perform CodeQL Analysis
34-
uses: github/codeql-action/analyze@v1
34+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)