summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-03-05 12:48:50 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2021-03-05 12:48:50 +0100
commit4538ab83512426eb35957c7f0221dde9898c1405 (patch)
tree2aff96aca13f8c244999f600864d6d507c6272ce
parent8a4656dc4315f95b411f43c3c18a417b5cf07958 (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 }}