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

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luhmer <david-dev@live.de>2022-05-22 19:41:14 +0300
committerGitHub <noreply@github.com>2022-05-22 19:41:14 +0300
commitf1956fd72e59c405e051ad460d10bbcee2d6bf96 (patch)
tree2645f1be9150b7e1fd50edbf1e8fcc0cf5aaeb38 /.github
parent5bec747377334d40dad665b0f425314a413ae9ff (diff)
parent42ff0cb6df37be149e37ab48e237946200862bdc (diff)
Merge pull request #1082 from nextcloud/dependabot/github_actions/github/codeql-action-2
Bump github/codeql-action from 1 to 2
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8a817948..0135cc89 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,13 +43,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Initialize CodeQL
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
with:
languages: java
- name: Build debug APK
run: bash ./gradlew assembleDev
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
apk:
name: Generate APK