Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
d9293e4
build(deps): Bump codecov/codecov-action in /workflow-templates
dependabot[bot] Dec 17, 2025
143b49d
build(deps): Bump peter-evans/create-pull-request in /workflow-templates
dependabot[bot] Dec 17, 2025
2283894
Merge pull request #648 from nextcloud/dependabot/github_actions/work…
nickvergessen Dec 17, 2025
2bbbaa6
Merge pull request #647 from nextcloud/dependabot/github_actions/work…
nickvergessen Dec 17, 2025
577f398
fix: Rename 'minion3665' to 'Minion3665'
juliusknorr Dec 17, 2025
2cca6a1
Merge pull request #649 from nextcloud/juliusknorr-patch-1
juliusknorr Dec 17, 2025
ffa6d05
build(deps): Bump actions/upload-artifact in /workflow-templates
dependabot[bot] Dec 22, 2025
2b39ced
Merge pull request #650 from nextcloud/dependabot/github_actions/work…
nickvergessen Dec 22, 2025
2930dcb
build(deps): Bump cypress-io/github-action in /workflow-templates
dependabot[bot] Dec 23, 2025
bf9332c
Merge pull request #651 from nextcloud/dependabot/github_actions/work…
nickvergessen Dec 23, 2025
720155f
ci(deps): Bump peter-evans/create-pull-request in /.github/workflows
dependabot[bot] Dec 27, 2025
3448039
ci(deps): Bump astral-sh/setup-uv in /.github/workflows
dependabot[bot] Dec 27, 2025
69323bc
Merge pull request #653 from nextcloud/dependabot/github_actions/dot-…
nickvergessen Dec 27, 2025
3096698
Merge pull request #652 from nextcloud/dependabot/github_actions/dot-…
nickvergessen Dec 27, 2025
2e47fa5
chore: Add myself to non-community usernames
DerDreschner Jan 2, 2026
7f88c09
Merge pull request #654 from DerDreschner/fix/add-derdreschner-to-non…
nickvergessen Jan 2, 2026
48ce8ec
fix(compile): Use low runner to judge the compile command
nickvergessen Jan 8, 2026
c6c7175
Merge pull request #655 from nextcloud/bugfix/noid/use-low-runner-to-…
nickvergessen Jan 8, 2026
49ecb69
ci(deps): Bump astral-sh/setup-uv in /.github/workflows
dependabot[bot] Jan 17, 2026
a8e9128
Merge pull request #658 from nextcloud/dependabot/github_actions/dot-…
nickvergessen Jan 17, 2026
d0b2e6a
chore(branchoff): Run npm audit and OCP update also on stable33
nickvergessen Jan 22, 2026
986b401
Merge pull request #659 from nextcloud/ci/noid/handle-stable33
nickvergessen Jan 22, 2026
d236d8e
build(deps): Bump actions/setup-node in /workflow-templates
dependabot[bot] Jan 23, 2026
eefc125
build(deps): Bump actions/checkout in /workflow-templates
dependabot[bot] Jan 23, 2026
4a23e56
Merge pull request #661 from nextcloud/dependabot/github_actions/work…
nickvergessen Jan 23, 2026
00487fd
Merge pull request #660 from nextcloud/dependabot/github_actions/work…
nickvergessen Jan 23, 2026
d3f4bbb
ci(deps): Bump actions/checkout in /.github/workflows
dependabot[bot] Jan 24, 2026
dc4ecf0
Merge pull request #662 from nextcloud/dependabot/github_actions/dot-…
nickvergessen Jan 24, 2026
09e7526
chore: merge updated from Nextcloud organization
nextcloud-command Jan 29, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion workflow-templates/block-unconventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
exit 1

- name: Checkout app
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Build and deploy
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/lint-eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/lint-stylelint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/lint-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- name: Checkout
id: checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
ref: ${{ matrix.branches }}
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

Expand Down
Loading