aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml6
-rw-r--r--.github/workflows/deploy_github_releases.yml6
-rw-r--r--.github/workflows/pull_request.yml2
3 files changed, 10 insertions, 4 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..5ace4600
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml
index ed4716a1..26e946e5 100644
--- a/.github/workflows/deploy_github_releases.yml
+++ b/.github/workflows/deploy_github_releases.yml
@@ -30,19 +30,19 @@ jobs:
arguments: :app:assembleFreeRelease :app:assembleNonFreeRelease :app:bundleNonFreeRelease
- name: Upload non-free release APK
- uses: actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700
+ uses: actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074
with:
name: APS Non-Free Release APK
path: app/build/outputs/apk/nonFree/release/app-nonFree-release.apk
- name: Upload non-free release Bundle
- uses: actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700
+ uses: actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074
with:
name: APS Non-Free Release Bundle
path: app/build/outputs/bundle/nonFreeRelease/app-nonFree-release.aab
- name: Upload free release APK
- uses: actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700
+ uses: actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074
with:
name: APS Free Release APK
path: app/build/outputs/apk/free/release/app-free-release.apk
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml
index 10e4c3d7..b94c34f3 100644
--- a/.github/workflows/pull_request.yml
+++ b/.github/workflows/pull_request.yml
@@ -58,7 +58,7 @@ jobs:
- name: (Fail-only) upload test report
if: failure()
- uses: actions/upload-artifact@e448a9b857ee2131e752b06002bf0e093c65e571
+ uses: actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074
with:
name: Test report
path: app/build/reports