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] <29139614+renovate[bot]@users.noreply.github.com>2022-05-10 20:10:30 +0300
committerGitHub <noreply@github.com>2022-05-10 20:10:30 +0300
commita2f8c1e30ea3c34f0535606a65f7fa75964e6cc4 (patch)
tree013c2ff4044d841c743e2f7bc6c7c806737591b6 /.github
parent5c52b9e4c9a885cb21fadd89e826965c81b84f5e (diff)
chore(deps): update github/codeql-action action to v2 (#2304)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Diffstat (limited to '.github')
-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 9785bf7..a39d8c1 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