@@ -35,14 +35,14 @@ jobs:
3535 echo "APP_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
3636
3737 - name : Checkout
38- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3939 with :
4040 persist-credentials : false
4141 path : ${{ env.APP_NAME }}
4242
4343 - name : Get app version number
4444 id : app-version
45- uses : skjnldsv/xpath-action@f5b036e9d973f42c86324833fd00be90665fbf77 # master
45+ uses : skjnldsv/xpath-action@f5b036e9d973f42c86324833fd00be90665fbf77 # v1.0.0
4646 with :
4747 filename : ${{ env.APP_NAME }}/appinfo/info.xml
4848 expression : " //info//version/text()"
5353
5454 - name : Get appinfo data
5555 id : appinfo
56- uses : skjnldsv/xpath-action@f5b036e9d973f42c86324833fd00be90665fbf77 # master
56+ uses : skjnldsv/xpath-action@f5b036e9d973f42c86324833fd00be90665fbf77 # v1.0.0
5757 with :
5858 filename : ${{ env.APP_NAME }}/appinfo/info.xml
5959 expression : " //info//dependencies//nextcloud/@min-version"
7171 - name : Set up node ${{ steps.versions.outputs.nodeVersion }}
7272 # Skip if no package.json
7373 if : ${{ steps.versions.outputs.nodeVersion }}
74- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
74+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
7575 with :
7676 node-version : ${{ steps.versions.outputs.nodeVersion }}
7777
@@ -149,7 +149,7 @@ jobs:
149149 unzip latest-$NCVERSION.zip
150150
151151 - name : Checkout server master fallback
152- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
152+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
153153 if : ${{ steps.server-checkout.outcome != 'success' }}
154154 with :
155155 persist-credentials : false
@@ -173,7 +173,7 @@ jobs:
173173 tar -zcvf ${{ env.APP_NAME }}.tar.gz ${{ env.APP_NAME }}
174174
175175 - name : Attach tarball to github release
176- uses : svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
176+ uses : svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2.11.2
177177 id : attach_to_release
178178 with :
179179 repo_token : ${{ secrets.GITHUB_TOKEN }}
@@ -183,7 +183,7 @@ jobs:
183183 overwrite : true
184184
185185 - name : Upload app to Nextcloud appstore
186- uses : nextcloud-releases/nextcloud-appstore-push-action@a011fe619bcf6e77ddebc96f9908e1af4071b9c1 # v1
186+ uses : nextcloud-releases/nextcloud-appstore-push-action@a011fe619bcf6e77ddebc96f9908e1af4071b9c1 # v1.0.3
187187 with :
188188 app_name : ${{ env.APP_NAME }}
189189 appstore_token : ${{ secrets.APPSTORE_TOKEN }}
0 commit comments