Skip to content

Commit b5835fb

Browse files
Merge pull request #741 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2 parents 98a6e8e + 1631268 commit b5835fb

4 files changed

Lines changed: 3961 additions & 945 deletions

File tree

.github/workflows/appstore-build-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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()"
@@ -53,7 +53,7 @@ jobs:
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 }}

.github/workflows/pr-feedback.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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,

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,17 @@
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
},
@@ -28,6 +27,6 @@
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
}

0 commit comments

Comments
 (0)