Skip to content

Commit 76328d3

Browse files
ci(actions): Update workflow templates from organization template repository
Signed-off-by: GitHub <noreply@github.com>
1 parent a10b30b commit 76328d3

5 files changed

Lines changed: 9 additions & 12 deletions

File tree

.github/actions-lock.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
22
# SPDX-License-Identifier: MIT
3-
f776ffe8120cb9a8b2579bc30a7f7ca7 appstore-build-publish.yml
3+
3b7702f2bde1241a89c5968d425da533 appstore-build-publish.yml
44
7dd8d21d9dd013196cd4bdbf7c24db6f dependabot-approve-merge.yml
55
2581a67c5bcdcd570427e6d51db767d7 fixup.yml
66
80a58e5584612def0e751fcfb7669814 lint-info-xml.yml
@@ -12,8 +12,8 @@ ec7d1084fbb3a6803dbabf3acdd17ac8 phpunit-oci.yml
1212
29b359a5b76e7ff8cd85af34b3bf36e3 phpunit-pgsql.yml
1313
182cc739d33a2441d3a9278a9bff55b4 phpunit-sqlite.yml
1414
3c4a096b3b7dbaef0f8e5190ffe13518 pr-feedback.yml
15-
2070d9569f327e758b9ce2b924c28fef psalm.yml
15+
a6d8aa0050107ce4d8b6d166d25ca8aa psalm.yml
1616
7db5b820f3750eebe988005a0bb2febd reuse.yml
1717
800d5b188aa885626cf4169fa2dfea9e update-nextcloud-ocp-approve-merge.yml
18-
595e7ba6f8f494268c3309ab7e3825f2 update-nextcloud-ocp.yml
19-
a064cb13abb8fa131c50af7f826f0331 sync-workflow-templates.yml
18+
90f22641445623fb227102f8d2d87cc0 update-nextcloud-ocp.yml
19+
a4ad57688740c06ff327edaba69b2755 sync-workflow-templates.yml

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
tar -xvf ${{ env.APP_NAME }}.tar.gz
173173
cd ../../../
174174
# Setting up keys
175-
echo '${{ secrets.APP_PRIVATE_KEY }}' > ${{ env.APP_NAME }}.key # zizmor: ignore[secrets-outside-env]
175+
echo '${{ secrets.APP_PRIVATE_KEY }}' > ${{ env.APP_NAME }}.key
176176
wget --quiet "https://github.com/nextcloud/app-certificate-requests/raw/master/${{ env.APP_NAME }}/${{ env.APP_NAME }}.crt"
177177
# Signing
178178
php nextcloud/occ integrity:sign-app --privateKey=../${{ env.APP_NAME }}.key --certificate=../${{ env.APP_NAME }}.crt --path=../${{ env.APP_NAME }}/build/artifacts/${{ env.APP_NAME }}
@@ -194,6 +194,6 @@ jobs:
194194
uses: nextcloud-releases/nextcloud-appstore-push-action@a011fe619bcf6e77ddebc96f9908e1af4071b9c1 # v1.0.3
195195
with:
196196
app_name: ${{ env.APP_NAME }}
197-
appstore_token: ${{ secrets.APPSTORE_TOKEN }} # zizmor: ignore[secrets-outside-env]
197+
appstore_token: ${{ secrets.APPSTORE_TOKEN }}
198198
download_url: ${{ steps.attach_to_release.outputs.browser_download_url }}
199-
app_private_key: ${{ secrets.APP_PRIVATE_KEY }} # zizmor: ignore[secrets-outside-env]
199+
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/psalm.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ jobs:
5252
composer remove nextcloud/ocp --dev --no-scripts
5353
composer i
5454
55-
- name: Check for vulnerable PHP dependencies
56-
run: composer require --dev roave/security-advisories:dev-latest
57-
5855
- name: Install nextcloud/ocp
5956
run: composer require --dev nextcloud/ocp:dev-${{ steps.versions.outputs.branches-max }} --ignore-platform-reqs --with-dependencies
6057

.github/workflows/sync-workflow-templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: Create Pull Request
123123
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
124124
with:
125-
token: ${{ secrets.COMMAND_BOT_WORKFLOWS }} # zizmor: ignore[secrets-outside-env]
125+
token: ${{ secrets.COMMAND_BOT_WORKFLOWS }}
126126
commit-message: 'ci(actions): Update workflow templates from organization template repository'
127127
committer: GitHub <noreply@github.com>
128128
author: nextcloud-command <nextcloud-command@users.noreply.github.com>

.github/workflows/update-nextcloud-ocp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
if: steps.checkout.outcome == 'success'
100100
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
101101
with:
102-
token: ${{ secrets.COMMAND_BOT_PAT }} # zizmor: ignore[secrets-outside-env]
102+
token: ${{ secrets.COMMAND_BOT_PAT }}
103103
commit-message: 'chore(dev-deps): Bump nextcloud/ocp package'
104104
committer: GitHub <noreply@github.com>
105105
author: nextcloud-command <nextcloud-command@users.noreply.github.com>

0 commit comments

Comments
 (0)