From 256d1a82d319c6d2ecc7adbda93ffa8a435929f4 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Fri, 5 Mar 2021 12:48:50 +0100 Subject: Switch to sha1 for more security Signed-off-by: Benjamin Brahmer --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} -- cgit v1.2.3