File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
@@ -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@ebd922b779f285dafcac6410a0710daee9c12b82 # 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 }}
Original file line number Diff line number Diff line change 3636 blocklist=$(curl https://raw.githubusercontent.com/nextcloud/.github/master/non-community-usernames.txt | paste -s -d, -)
3737 echo "blocklist=$blocklist" >> "$GITHUB_OUTPUT"
3838
39- - uses : nextcloud/pr-feedback-action@d7257d0e6298aace6a627c796390c5490f6be33b # main
39+ - uses : nextcloud/pr-feedback-action@f0cab224dea8e1f282f9451de322f323c78fc7a5 # main
4040 with :
4141 feedback-message : |
4242 Hello there,
Original file line number Diff line number Diff line change 88 "optimize-autoloader" : true ,
99 "classmap-authoritative" : true ,
1010 "platform" : {
11- "php" : " 8.1"
11+ "php" : " 8.1.32 "
1212 },
1313 "sort-packages" : true
1414 },
1515 "scripts" : {
1616 "cs:check" : " php-cs-fixer fix --dry-run --diff" ,
1717 "cs:fix" : " php-cs-fixer fix" ,
1818 "lint" : " find . -name \\ *.php -not -path './vendor/*' -not -path './build/*' -not -path './tests/integration/vendor/*' -print0 | xargs -0 -n1 php -l" ,
19- "psalm" : " psalm.phar --threads=1" ,
20- "psalm:dev" : " psalm.phar --no-cache --threads=$(nproc)" ,
21- "psalm:update-baseline" : " psalm.phar --threads=1 --update-baseline" ,
22- "psalm:clear" : " psalm.phar --clear-cache && psalm --clear-global-cache" ,
19+ "psalm" : " psalm --no-cache --threads=$(nproc)" ,
20+ "psalm:dev" : " @psalm" ,
21+ "psalm:update-baseline" : " psalm --threads=1 --update-baseline" ,
2322 "test:unit" : " vendor/bin/phpunit --color -c tests/phpunit.xml" ,
2423 "test:integration" : " cd tests/Integration && ./run.sh"
2524 },
2827 "nextcloud/coding-standard" : " ^1.2.1" ,
2928 "nextcloud/ocp" : " dev-master" ,
3029 "phpunit/phpunit" : " ^10.5.28" ,
31- "psalm/phar " : " ^6.1 "
30+ "vimeo/psalm " : " ^6.12 "
3231 }
3332}
You can’t perform that action at this time.
0 commit comments