From f69238c32b427692d3e052d027728dfbfa5ec354 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 14:06:33 +0000 Subject: [PATCH] build(deps): bump Apple-Actions/import-codesign-certs Bumps [Apple-Actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) from 6.1.0 to 7.0.0. - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](https://github.com/apple-actions/import-codesign-certs/compare/fe74d46e82474f87e1ba79832ad28a4013d0e33a...5142e029c445c10ffc7149d172e540235a065466) --- updated-dependencies: - dependency-name: Apple-Actions/import-codesign-certs dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/naisdevice.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/naisdevice.yaml b/.github/workflows/naisdevice.yaml index fedfc58d..7b22982c 100644 --- a/.github/workflows/naisdevice.yaml +++ b/.github/workflows/naisdevice.yaml @@ -115,7 +115,7 @@ jobs: - if: matrix.platform.os == 'macos' run: brew install bash - if: matrix.platform.os == 'macos' && env.RELEASE == 'true' - uses: Apple-Actions/import-codesign-certs@fe74d46e82474f87e1ba79832ad28a4013d0e33a # ratchet:Apple-Actions/import-codesign-certs@v6 + uses: Apple-Actions/import-codesign-certs@5142e029c445c10ffc7149d172e540235a065466 # ratchet:Apple-Actions/import-codesign-certs@v7.0.0 with: p12-file-base64: ${{ secrets.CERTIFICATES_P12 }} p12-password: ${{ secrets.CERTIFICATES_P12_PASSWORD }}