Skip to content

Commit 0b135bf

Browse files
authored
Merge pull request #8368 from nextcloud-libraries/feat/workflow-auto-update-all-templates-main
[main] ci: update all workflow templates from organization template repository
2 parents cbcf96f + d0648c3 commit 0b135bf

9 files changed

Lines changed: 11 additions & 18 deletions

.github/workflows/command-l10n-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
id: versions
6666

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

.github/workflows/command-playwright-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
id: versions
7171

7272
- name: Set up node
73-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
73+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
7474
with:
7575
node-version: ${{ steps.versions.outputs.node-version }}
7676

.github/workflows/dependabot-approve-merge.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,6 @@ jobs:
5050
with:
5151
github-token: ${{ secrets.GITHUB_TOKEN }}
5252

53-
# Nextcloud bot approve
54-
- name: Nextcloud Bot approve
55-
uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0
56-
if: startsWith(steps.branchname.outputs.branch, 'dependabot/')
57-
with:
58-
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}
59-
6053
# Enable GitHub auto merge
6154
- name: Auto merge
6255
uses: alexwilson/enable-github-automerge-action@56e3117d1ae1540309dc8f7a9f2825bc3c5f06ff # v2.0.0

.github/workflows/lint-eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: versions
3535

3636
- name: Set up node
37-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
37+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
3838
with:
3939
node-version: ${{ steps.versions.outputs.node-version }}
4040

.github/workflows/lint-stylelint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: versions
3535

3636
- name: Set up node
37-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
37+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
3838
with:
3939
node-version: ${{ steps.versions.outputs.node-version }}
4040

.github/workflows/lint-typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: versions
4040

4141
- name: Set up node
42-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
42+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
4343
with:
4444
node-version: ${{ steps.versions.outputs.node-version }}
4545

.github/workflows/node-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: versions
4040

4141
- name: Set up node
42-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
42+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
4343
with:
4444
node-version: ${{ steps.versions.outputs.node-version }}
4545

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
id: versions
4343

4444
- name: Set up node
45-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
45+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
4646
with:
4747
node-version: ${{ steps.versions.outputs.node-version }}
4848

@@ -65,7 +65,7 @@ jobs:
6565
if: steps.checkout.outcome == 'success'
6666
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
6767
with:
68-
token: ${{ secrets.COMMAND_BOT_PAT }}
68+
token: ${{ secrets.COMMAND_BOT_PAT }} # zizmor: ignore[secrets-outside-env]
6969
commit-message: 'fix(deps): Fix npm audit'
7070
committer: GitHub <noreply@github.com>
7171
author: nextcloud-command <nextcloud-command@users.noreply.github.com>

.github/workflows/playwright.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: versions
4141

4242
- name: Set up node
43-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
43+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
4444
with:
4545
node-version: ${{ steps.versions.outputs.node-version }}
4646

@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
persist-credentials: false
7777

78-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
78+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
7979
with:
8080
node-version: ${{ needs.playwright-tests.outputs.node-version }}
8181

@@ -86,7 +86,7 @@ jobs:
8686
run: npm ci
8787

8888
- name: Download blob reports from GitHub Actions Artifacts
89-
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
89+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
9090
with:
9191
path: all-blob-reports
9292
pattern: blob-report-*

0 commit comments

Comments
 (0)