From 9f4dc534f4dc12821fb20f732a14f7b9591ed4ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 01:00:54 +0000 Subject: [PATCH 1/2] chore(deps): Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nextcloudfileproviderkit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nextcloudfileproviderkit.yml b/.github/workflows/nextcloudfileproviderkit.yml index 0a0cebabae21f..44fb2184ca938 100644 --- a/.github/workflows/nextcloudfileproviderkit.yml +++ b/.github/workflows/nextcloudfileproviderkit.yml @@ -19,7 +19,7 @@ jobs: working-directory: shell_integration/MacOSX/NextcloudFileProviderKit steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: SwiftFormat run: swiftformat --lint . --reporter github-actions-log @@ -32,7 +32,7 @@ jobs: working-directory: shell_integration/MacOSX/NextcloudFileProviderKit steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: maxim-lobanov/setup-xcode@v1 with: From b5106b8572ddccc03541bb48369eec146b1dc253 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Wed, 14 Jan 2026 15:21:31 +0100 Subject: [PATCH 2/2] chore: use hash instead of version for github actions Signed-off-by: Matthieu Gallien --- .github/workflows/nextcloudfileproviderkit.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nextcloudfileproviderkit.yml b/.github/workflows/nextcloudfileproviderkit.yml index 44fb2184ca938..99fb37d5337ab 100644 --- a/.github/workflows/nextcloudfileproviderkit.yml +++ b/.github/workflows/nextcloudfileproviderkit.yml @@ -19,7 +19,7 @@ jobs: working-directory: shell_integration/MacOSX/NextcloudFileProviderKit steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: SwiftFormat run: swiftformat --lint . --reporter github-actions-log @@ -32,9 +32,9 @@ jobs: working-directory: shell_integration/MacOSX/NextcloudFileProviderKit steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - - uses: maxim-lobanov/setup-xcode@v1 + - uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0 with: xcode-version: latest-stable