From 65b8a18679ddcbb8b6d23323805445416f36e495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 12:10:47 +0000 Subject: [PATCH] chore(deps): bump eclipse-score/cicd-actions/setup-qnx-sdp Bumps [eclipse-score/cicd-actions/setup-qnx-sdp](https://github.com/eclipse-score/cicd-actions) from 212bbf86267e9381da9d2daf962d12f6feafbc90 to 155d992f5003b8ecbd1750d3c18f90f78b432e13. - [Release notes](https://github.com/eclipse-score/cicd-actions/releases) - [Commits](https://github.com/eclipse-score/cicd-actions/compare/212bbf86267e9381da9d2daf962d12f6feafbc90...155d992f5003b8ecbd1750d3c18f90f78b432e13) --- updated-dependencies: - dependency-name: eclipse-score/cicd-actions/setup-qnx-sdp dependency-version: 155d992f5003b8ecbd1750d3c18f90f78b432e13 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/cache-maintenance.yml | 2 +- .github/workflows/qnx-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cache-maintenance.yml b/.github/workflows/cache-maintenance.yml index 277abaa..123b22b 100644 --- a/.github/workflows/cache-maintenance.yml +++ b/.github/workflows/cache-maintenance.yml @@ -144,7 +144,7 @@ jobs: - name: Setup QNX SDP usage if: ${{ steps.check.outputs.any_changed == 'true' && env.DRY_RUN == 'false' && steps.qnx_secrets.outputs.has_all == 'true' }} - uses: eclipse-score/cicd-actions/setup-qnx-sdp@212bbf86267e9381da9d2daf962d12f6feafbc90 + uses: eclipse-score/cicd-actions/setup-qnx-sdp@155d992f5003b8ecbd1750d3c18f90f78b432e13 with: qnx-license: ${{ secrets.qnx-license || secrets.score-qnx-license }} qnx-user: ${{ secrets.qnx-user || secrets.score-qnx-user }} diff --git a/.github/workflows/qnx-build.yml b/.github/workflows/qnx-build.yml index 31ae6d6..bb24844 100644 --- a/.github/workflows/qnx-build.yml +++ b/.github/workflows/qnx-build.yml @@ -125,7 +125,7 @@ jobs: - uses: eclipse-score/cicd-actions/unblock-user-namespace-for-linux-sandbox@212bbf86267e9381da9d2daf962d12f6feafbc90 # 2025-06-04 - name: Setup QNX SDP usage - uses: eclipse-score/cicd-actions/setup-qnx-sdp@212bbf86267e9381da9d2daf962d12f6feafbc90 # 2026-05-19 + uses: eclipse-score/cicd-actions/setup-qnx-sdp@155d992f5003b8ecbd1750d3c18f90f78b432e13 # 2026-05-19 with: qnx-license: ${{ secrets.score-qnx-license }} qnx-license-server: ${{ inputs.score-qnx-license-server }}