Skip to content

Commit 37dffaf

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

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/actions-lock.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
22
# SPDX-License-Identifier: MIT
3-
30c9fe81a0a80bcf36cc7d441fcb8f9d block-unconventional-commits.yml
3+
d42c24e161cb75a6394cb8bd347b9467 block-unconventional-commits.yml
44
7dd8d21d9dd013196cd4bdbf7c24db6f dependabot-approve-merge.yml
55
2581a67c5bcdcd570427e6d51db767d7 fixup.yml
6-
54f293d9abe11ac0035a7bbb96a4e453 lint-eslint.yml
6+
7bcfba381bfb7c28d9ef6a7d55ac937b lint-eslint.yml
77
80a58e5584612def0e751fcfb7669814 lint-info-xml.yml
88
ccd8a55c60e35b84becb0f7005ce1286 lint-php-cs.yml
99
5dcc3187a9460cb62a455235cbdb3562 lint-php.yml
10-
cf229fbf443d2f7a303f22eb92745811 lint-stylelint.yml
11-
c965845a0def7b39d872e47e93dd1139 node.yml
12-
0b18653741a7e7d377c239a55c5bb062 npm-audit-fix.yml
10+
bd5b5245dc07b5779031e13817663a3e lint-stylelint.yml
11+
c98e518ff87d052a1236ac3fc40d2bc1 node.yml
12+
e54d4276168426a10219333cf10e0d10 npm-audit-fix.yml
1313
5846b994639ccab0059bf23e141d389a phpunit-mysql.yml
1414
ec7d1084fbb3a6803dbabf3acdd17ac8 phpunit-oci.yml
1515
29b359a5b76e7ff8cd85af34b3bf36e3 phpunit-pgsql.yml

.github/workflows/block-unconventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
with:
3232
persist-credentials: false
3333

34-
- uses: webiny/action-conventional-commits@faccb24fc2550dd15c0390d944379d2d8ed9690e # v1.3.1
34+
- uses: webiny/action-conventional-commits@7f91b1595ca1951cdb671ddc9f07a49081ec5b69 # v1.4.2
3535
with:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/lint-eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
fallbackNpm: '^11.3'
6969

7070
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
71-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
71+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
7272
with:
7373
node-version: ${{ steps.versions.outputs.nodeVersion }}
7474

.github/workflows/lint-stylelint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fallbackNpm: '^11.3'
3838

3939
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
40-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
40+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4141
with:
4242
node-version: ${{ steps.versions.outputs.nodeVersion }}
4343

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
fallbackNpm: '^11.3'
6666

6767
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
68-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
68+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
6969
with:
7070
node-version: ${{ steps.versions.outputs.nodeVersion }}
7171

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fallbackNpm: '^11.3'
4949

5050
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
51-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
51+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
5252
with:
5353
node-version: ${{ steps.versions.outputs.nodeVersion }}
5454

0 commit comments

Comments
 (0)