summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-03-05 12:48:50 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-03-17 21:33:59 +0100
commit256d1a82d319c6d2ecc7adbda93ffa8a435929f4 (patch)
treecd483c97b5d3424ac769b8c9913197c1c9887a82
parent5ab065bbffbff041f272fab1d53c86aa03ebf949 (diff)
Switch to sha1 for more security
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--.github/workflows/build-release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml
index a083324f3..28288165f 100644
--- a/.github/workflows/build-release.yml
+++ b/.github/workflows/build-release.yml
@@ -61,7 +61,7 @@ jobs:
overwrite: true
- name: Upload app to Nextcloud appstore
- uses: R0Wi/nextcloud-appstore-push-action@v1
+ uses: R0Wi/nextcloud-appstore-push-action@a011fe619bcf6e77ddebc96f9908e1af4071b9c1
with:
app_name: ${{ env.APP_NAME }}
appstore_token: ${{ secrets.APPSTORE_TOKEN }}