Skip to content

Commit 156fb2f

Browse files
committed
[mod] updated codeql actions to v3
1 parent dce4732 commit 156fb2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020

2121
# Initializes the CodeQL tools for scanning.
2222
- name: Initialize CodeQL
23-
uses: github/codeql-action/init@v2
23+
uses: github/codeql-action/init@v3
2424
# Override language selection by uncommenting this and choosing your languages
2525
# with:
2626
# languages: go, javascript, csharp, python, cpp, java
@@ -91,4 +91,4 @@ jobs:
9191
make tests
9292
9393
- name: Perform CodeQL Analysis
94-
uses: github/codeql-action/analyze@v2
94+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)