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

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <bot@renovateapp.com>2022-04-25 17:08:29 +0300
committerRenovate Bot <bot@renovateapp.com>2022-04-25 17:08:29 +0300
commite48d64837755581634a0e613ffb4040b35c37966 (patch)
tree6e69ae0a2b134d1fdad2f7b2897933e4819d01bb
parent52fb2fab56006d7564841afc5550726bf8bf8807 (diff)
chore(deps): update github/codeql-action action to v2renovate_github-codeql-action-2.x
-rw-r--r--.github/workflows/codeql-analysis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 98961b1..3f49304 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v3
- name: Initialize CodeQL
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,4 +53,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2