From 771d2a3dbcf2eb8cfa72a3dabf63e7b53e0f7c36 Mon Sep 17 00:00:00 2001 From: jaenrig-ifx Date: Mon, 21 Jul 2025 13:57:07 +0200 Subject: [PATCH] .github/workflows: Updated checkout ref to the action called ref. Signed-off-by: jaenrig-ifx --- .github/workflows/compile-examples.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compile-examples.yml b/.github/workflows/compile-examples.yml index e0d047f..a9d3234 100644 --- a/.github/workflows/compile-examples.yml +++ b/.github/workflows/compile-examples.yml @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@v4 with: repository: Infineon/arduino-devops - ref: latest + ref: ${{ github.action_ref}} path: arduino-devops - name: Install python dependencies @@ -111,7 +111,7 @@ jobs: uses: actions/checkout@v4 with: repository: Infineon/arduino-devops - ref: latest + ref: ${{ github.action_ref}} path: arduino-devops - name: Install python dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3891e8c..b168948 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v4 with: repository: Infineon/arduino-devops - ref: latest + ref: ${{ github.action_ref}} path: arduino-devops - name: Install python dependencies