This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new a9529b3dcc Add missing checkout step to examples job in 
quarkus-lts-ci-build.yaml
a9529b3dcc is described below

commit a9529b3dccc6b63cbeed5f0e677ec2599c638afb
Author: James Netherton <[email protected]>
AuthorDate: Tue Jul 7 08:43:27 2026 +0100

    Add missing checkout step to examples job in quarkus-lts-ci-build.yaml
---
 .github/workflows/quarkus-lts-ci-build.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/quarkus-lts-ci-build.yaml 
b/.github/workflows/quarkus-lts-ci-build.yaml
index 894b510861..8d42a31f63 100644
--- a/.github/workflows/quarkus-lts-ci-build.yaml
+++ b/.github/workflows/quarkus-lts-ci-build.yaml
@@ -376,6 +376,8 @@ jobs:
       fail-fast: false
       matrix: ${{ fromJson(needs.initial-mvn-install.outputs.examples-matrix) 
}}
     steps:
+      - name: Checkout
+        uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 
v7.0.0
       - name: Set up JDK 17
         uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # 
v5.4.0
         with:

Reply via email to