Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamirAk <44325916+SamirPS@users.noreply.github.com>2022-07-26 20:49:28 +0300
committerGitHub <noreply@github.com>2022-07-26 20:49:28 +0300
commitf3ce5b3a508610f73527e481a76ab011560db5b9 (patch)
treeabe8e668f24511f27122dd824df70a0463b21fe5 /.github
parent189950f732aad4ab864e6b68efce5d25bfc9a8d9 (diff)
Code scanning: deprecation of CodeQL Action v1 (#156271)
Update codeql.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 6c5d2999898..f64aa7df15c 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -24,14 +24,14 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
with:
languages: javascript
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
- uses: github/codeql-action/autobuild@v1
+ uses: github/codeql-action/autobuild@v2
# ℹī¸ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
@@ -45,4 +45,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2