Skip to content

Commit 18e0dc9

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

5 files changed

Lines changed: 11 additions & 14 deletions

File tree

.github/actions-lock.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
# SPDX-License-Identifier: MIT
33
9f2b534bea27e8ec2dda7c1d772a664b block-merge-eol.yml
44
25fc4c7e69e778e20bdc9eb0cc96367e block-merge-freeze.yml
5-
169b5a5085493975bb375af516b288cc command-compile.yml
5+
4fcd0bffd33680b73724dfd62fae37dd command-compile.yml
66
7dd8d21d9dd013196cd4bdbf7c24db6f dependabot-approve-merge.yml
77
2581a67c5bcdcd570427e6d51db767d7 fixup.yml
88
54f293d9abe11ac0035a7bbb96a4e453 lint-eslint.yml
99
ccd8a55c60e35b84becb0f7005ce1286 lint-php-cs.yml
1010
5dcc3187a9460cb62a455235cbdb3562 lint-php.yml
1111
cf229fbf443d2f7a303f22eb92745811 lint-stylelint.yml
1212
c965845a0def7b39d872e47e93dd1139 node.yml
13-
8d41f3688950b42dce423fb9fc1f785c npm-audit-fix.yml
13+
0b18653741a7e7d377c239a55c5bb062 npm-audit-fix.yml
1414
5846b994639ccab0059bf23e141d389a phpunit-mysql.yml
1515
ec7d1084fbb3a6803dbabf3acdd17ac8 phpunit-oci.yml
1616
29b359a5b76e7ff8cd85af34b3bf36e3 phpunit-pgsql.yml
1717
182cc739d33a2441d3a9278a9bff55b4 phpunit-sqlite.yml
1818
3c4a096b3b7dbaef0f8e5190ffe13518 pr-feedback.yml
19-
2070d9569f327e758b9ce2b924c28fef psalm.yml
19+
a6d8aa0050107ce4d8b6d166d25ca8aa psalm.yml
2020
7db5b820f3750eebe988005a0bb2febd reuse.yml
21-
a064cb13abb8fa131c50af7f826f0331 sync-workflow-templates.yml
21+
a4ad57688740c06ff327edaba69b2755 sync-workflow-templates.yml

.github/workflows/command-compile.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Add reaction on start
6060
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
6161
with:
62-
token: ${{ secrets.COMMAND_BOT_PAT }} # zizmor: ignore[secrets-outside-env]
62+
token: ${{ secrets.COMMAND_BOT_PAT }}
6363
repository: ${{ github.event.repository.full_name }}
6464
comment-id: ${{ github.event.comment.id }}
6565
reactions: '+1'
@@ -86,7 +86,7 @@ jobs:
8686
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
8787
if: failure()
8888
with:
89-
token: ${{ secrets.COMMAND_BOT_PAT }} # zizmor: ignore[secrets-outside-env]
89+
token: ${{ secrets.COMMAND_BOT_PAT }}
9090
repository: ${{ github.event.repository.full_name }}
9191
comment-id: ${{ github.event.comment.id }}
9292
reactions: '-1'
@@ -97,7 +97,7 @@ jobs:
9797

9898
steps:
9999
- name: Restore cached git repository
100-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
100+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
101101
with:
102102
path: .git
103103
key: git-repo
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
# Needed to allow force push later
109109
persist-credentials: true
110-
token: ${{ secrets.COMMAND_BOT_PAT }} # zizmor: ignore[secrets-outside-env]
110+
token: ${{ secrets.COMMAND_BOT_PAT }}
111111
fetch-depth: 0
112112
ref: ${{ needs.init.outputs.head_ref }}
113113

@@ -216,7 +216,7 @@ jobs:
216216
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
217217
if: failure()
218218
with:
219-
token: ${{ secrets.COMMAND_BOT_PAT }} # zizmor: ignore[secrets-outside-env]
219+
token: ${{ secrets.COMMAND_BOT_PAT }}
220220
repository: ${{ github.event.repository.full_name }}
221221
comment-id: ${{ github.event.comment.id }}
222222
reactions: '-1'

.github/workflows/npm-audit-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
if: steps.checkout.outcome == 'success'
7272
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
7373
with:
74-
token: ${{ secrets.COMMAND_BOT_PAT }} # zizmor: ignore[secrets-outside-env]
74+
token: ${{ secrets.COMMAND_BOT_PAT }}
7575
commit-message: 'fix(deps): Fix npm audit'
7676
committer: GitHub <noreply@github.com>
7777
author: nextcloud-command <nextcloud-command@users.noreply.github.com>

.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>

0 commit comments

Comments
 (0)