You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2024/01/23 15:05:54 UTC

(camel-k) branch main updated (2255f6971 -> 169387b9c)

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

pcongiusti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


    from 2255f6971 chore: nightly automatic updates
     new 10ce0766e chore(ci): upgrade setup-java actions
     new 4123d14a0 chore(ci): upgrade upload-artifact action
     new 8e2dcd1f9 chore(ci): upgrade github-script action
     new fda3b5234 chore(ci): upgrade checkout action
     new 387f87594 chore(ci): upgrade docker action for release workflow
     new 169387b9c chore(ci): upgrade stale action

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/actions/e2e-build/action.yml            | 2 +-
 .github/actions/java-build/action.yml           | 2 +-
 .github/actions/kamel-prepare-env/action.yml    | 2 +-
 .github/actions/release-nightly/action.yml      | 6 +++---
 .github/workflows/build.yml                     | 2 +-
 .github/workflows/builder.yml                   | 2 +-
 .github/workflows/comment-pr.yaml               | 4 ++--
 .github/workflows/common.yml                    | 4 ++--
 .github/workflows/install.yml                   | 6 +++---
 .github/workflows/java.yml                      | 3 ++-
 .github/workflows/knative.yml                   | 4 ++--
 .github/workflows/native.yml                    | 4 ++--
 .github/workflows/nightly-automatic-updates.yml | 2 +-
 .github/workflows/nightly-latest-runtime.yml    | 2 +-
 .github/workflows/nightly-native-test.yml       | 2 +-
 .github/workflows/nightly-release.yml           | 2 +-
 .github/workflows/security.yaml                 | 2 +-
 .github/workflows/stale.yaml                    | 2 +-
 .github/workflows/telemetry.yml                 | 2 +-
 .github/workflows/validate.yml                  | 2 +-
 20 files changed, 29 insertions(+), 28 deletions(-)


(camel-k) 01/06: chore(ci): upgrade setup-java actions

Posted by pc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 10ce0766e1b411af232e230bc8ecea168f12c92a
Author: Gaelle Fournier <ga...@gmail.com>
AuthorDate: Fri Jan 19 14:04:06 2024 +0100

    chore(ci): upgrade setup-java actions
---
 .github/actions/java-build/action.yml        | 2 +-
 .github/actions/kamel-prepare-env/action.yml | 2 +-
 .github/actions/release-nightly/action.yml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/actions/java-build/action.yml b/.github/actions/java-build/action.yml
index 14743f7ff..fbaf7e09a 100644
--- a/.github/actions/java-build/action.yml
+++ b/.github/actions/java-build/action.yml
@@ -29,7 +29,7 @@ runs:
   using: "composite"
   steps:
     - name: Set up JDK ${{ inputs.javaVersion }}
-      uses: actions/setup-java@v3
+      uses: actions/setup-java@v4
       with:
         distribution: ${{ inputs.javaDistribution }}
         java-version: ${{ inputs.javaVersion }}
diff --git a/.github/actions/kamel-prepare-env/action.yml b/.github/actions/kamel-prepare-env/action.yml
index c5456eee1..e94ee76f0 100644
--- a/.github/actions/kamel-prepare-env/action.yml
+++ b/.github/actions/kamel-prepare-env/action.yml
@@ -63,7 +63,7 @@ runs:
         df -h
 
     - name: Set up JDK 17
-      uses: actions/setup-java@v3
+      uses: actions/setup-java@v4
       if: ${{ env.ENV_PREPARED != 'true' }}
       with:
         java-version: '17'
diff --git a/.github/actions/release-nightly/action.yml b/.github/actions/release-nightly/action.yml
index 80bfd5e97..a2d556fed 100644
--- a/.github/actions/release-nightly/action.yml
+++ b/.github/actions/release-nightly/action.yml
@@ -43,7 +43,7 @@ runs:
   steps:
 
     - name: Set up JDK ${{ inputs.javaVersion }}
-      uses: actions/setup-java@v3
+      uses: actions/setup-java@v4
       with:
         java-version: ${{ inputs.javaVersion }}
         distribution: "temurin"


(camel-k) 06/06: chore(ci): upgrade stale action

Posted by pc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 169387b9c80b4a2f9f45d5049fdc59f75c2f13b5
Author: Gaelle Fournier <ga...@gmail.com>
AuthorDate: Fri Jan 19 14:39:06 2024 +0100

    chore(ci): upgrade stale action
---
 .github/workflows/stale.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml
index ab250c540..422f036ec 100644
--- a/.github/workflows/stale.yaml
+++ b/.github/workflows/stale.yaml
@@ -25,7 +25,7 @@ jobs:
   stale:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/stale@v3
+    - uses: actions/stale@v9
       with:
         repo-token: ${{ secrets.GITHUB_TOKEN }}
         days-before-stale: 90


(camel-k) 04/06: chore(ci): upgrade checkout action

Posted by pc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit fda3b5234710e1065d286c92192f8ae42f3884a9
Author: Gaelle Fournier <ga...@gmail.com>
AuthorDate: Fri Jan 19 14:26:59 2024 +0100

    chore(ci): upgrade checkout action
---
 .github/workflows/build.yml                     | 2 +-
 .github/workflows/builder.yml                   | 2 +-
 .github/workflows/common.yml                    | 4 ++--
 .github/workflows/install.yml                   | 6 +++---
 .github/workflows/java.yml                      | 3 ++-
 .github/workflows/knative.yml                   | 4 ++--
 .github/workflows/native.yml                    | 4 ++--
 .github/workflows/nightly-automatic-updates.yml | 2 +-
 .github/workflows/nightly-latest-runtime.yml    | 2 +-
 .github/workflows/nightly-native-test.yml       | 2 +-
 .github/workflows/nightly-release.yml           | 2 +-
 .github/workflows/security.yaml                 | 2 +-
 .github/workflows/telemetry.yml                 | 2 +-
 .github/workflows/validate.yml                  | 2 +-
 14 files changed, 20 insertions(+), 19 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0917b2006..b0491b68d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -65,7 +65,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     steps:
     - name: Checkout code
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         persist-credentials: false
         submodules: recursive
diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml
index e650cf7a4..6c1c11586 100644
--- a/.github/workflows/builder.yml
+++ b/.github/workflows/builder.yml
@@ -80,7 +80,7 @@ jobs:
 
     steps:
     - name: Checkout code
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         persist-credentials: false
         submodules: recursive
diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml
index 41ede9c0e..e4ab88426 100644
--- a/.github/workflows/common.yml
+++ b/.github/workflows/common.yml
@@ -78,7 +78,7 @@ jobs:
 
     steps:
     - name: Checkout code
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         persist-credentials: false
         submodules: recursive
@@ -101,7 +101,7 @@ jobs:
 
     steps:
     - name: Checkout code
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         persist-credentials: false
         submodules: recursive
diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml
index 48858ad36..11626d79e 100644
--- a/.github/workflows/install.yml
+++ b/.github/workflows/install.yml
@@ -76,7 +76,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: Checkout code
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         persist-credentials: false
         submodules: recursive
@@ -108,7 +108,7 @@ jobs:
 
     steps:
     - name: Checkout code
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         persist-credentials: false
         submodules: recursive
@@ -132,7 +132,7 @@ jobs:
 
     steps:
     - name: Checkout code
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         persist-credentials: false
         submodules: recursive
diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml
index 418e82bd4..9b69a2011 100644
--- a/.github/workflows/java.yml
+++ b/.github/workflows/java.yml
@@ -46,7 +46,8 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@v4
+      - name: Checkout code
+        uses: actions/checkout@v4
         with:
           persist-credentials: false
       - name: Build java modules ${{ matrix.ref-branch }} branch
diff --git a/.github/workflows/knative.yml b/.github/workflows/knative.yml
index be0840b7b..5900fbff7 100644
--- a/.github/workflows/knative.yml
+++ b/.github/workflows/knative.yml
@@ -75,7 +75,7 @@ jobs:
     steps:
 
     - name: Checkout code
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         persist-credentials: false
         submodules: recursive
@@ -98,7 +98,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: Checkout code
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         persist-credentials: false
         submodules: recursive
diff --git a/.github/workflows/native.yml b/.github/workflows/native.yml
index a57c7c640..adcb1f4f0 100644
--- a/.github/workflows/native.yml
+++ b/.github/workflows/native.yml
@@ -69,7 +69,7 @@ jobs:
 
     steps:
     - name: Checkout code
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         persist-credentials: false
         submodules: recursive
@@ -94,7 +94,7 @@ jobs:
 
     steps:
     - name: Checkout code
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         persist-credentials: false
         submodules: recursive
diff --git a/.github/workflows/nightly-automatic-updates.yml b/.github/workflows/nightly-automatic-updates.yml
index c8fd3f917..c79e6b3ed 100644
--- a/.github/workflows/nightly-automatic-updates.yml
+++ b/.github/workflows/nightly-automatic-updates.yml
@@ -38,7 +38,7 @@ jobs:
     name: Automatic updates on ${{ matrix.ref-branch }} branch
     steps:
     - name: "Checkout code"
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         ref: ${{ matrix.ref-branch }}
         persist-credentials: false
diff --git a/.github/workflows/nightly-latest-runtime.yml b/.github/workflows/nightly-latest-runtime.yml
index fa1f92f11..9cedfc255 100644
--- a/.github/workflows/nightly-latest-runtime.yml
+++ b/.github/workflows/nightly-latest-runtime.yml
@@ -41,7 +41,7 @@ jobs:
     steps:
 
     - name: "Checkout code"
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         ref: ${{ matrix.ref-branch }}
         persist-credentials: false
diff --git a/.github/workflows/nightly-native-test.yml b/.github/workflows/nightly-native-test.yml
index f0012869f..a3a357d2e 100644
--- a/.github/workflows/nightly-native-test.yml
+++ b/.github/workflows/nightly-native-test.yml
@@ -37,7 +37,7 @@ jobs:
     runs-on: macos-12
     steps:
     - name: "Checkout code"
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         ref: ${{ matrix.ref-branch }}
         persist-credentials: false
diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml
index 7eda8e163..6e064ab2f 100644
--- a/.github/workflows/nightly-release.yml
+++ b/.github/workflows/nightly-release.yml
@@ -41,7 +41,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: "Checkout code"
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         ref: ${{ matrix.ref-branch }}
         persist-credentials: false
diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml
index 5999385d1..02dbbd133 100644
--- a/.github/workflows/security.yaml
+++ b/.github/workflows/security.yaml
@@ -45,7 +45,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Check out code
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
       - name: Install Go
         uses: actions/setup-go@v4
         with:
diff --git a/.github/workflows/telemetry.yml b/.github/workflows/telemetry.yml
index 02fea22b7..1e31ce1bb 100644
--- a/.github/workflows/telemetry.yml
+++ b/.github/workflows/telemetry.yml
@@ -76,7 +76,7 @@ jobs:
 
     steps:
     - name: Checkout code
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         persist-credentials: false
         submodules: recursive
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index 5205bcfaa..d3dbf3ccb 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -44,7 +44,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Check out code
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
       - name: Install Go
         uses: actions/setup-go@v4
         with:


(camel-k) 05/06: chore(ci): upgrade docker action for release workflow

Posted by pc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 387f87594d481ec8313187c3a45ab3fa28c2e940
Author: Gaelle Fournier <ga...@gmail.com>
AuthorDate: Fri Jan 19 14:38:49 2024 +0100

    chore(ci): upgrade docker action for release workflow
---
 .github/actions/release-nightly/action.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/actions/release-nightly/action.yml b/.github/actions/release-nightly/action.yml
index a2d556fed..4cac38612 100644
--- a/.github/actions/release-nightly/action.yml
+++ b/.github/actions/release-nightly/action.yml
@@ -98,10 +98,10 @@ runs:
         sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
 
     - name: Set up QEMU (required by multi platform build)
-      uses: docker/setup-qemu-action@v2
+      uses: docker/setup-qemu-action@v3
 
     - name: Login to Container Registry
-      uses: docker/login-action@v2
+      uses: docker/login-action@v3
       with:
         username: ${{ inputs.secretDockerHubUser }}
         password: ${{ inputs.secretDockerHubPassword }}


(camel-k) 03/06: chore(ci): upgrade github-script action

Posted by pc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8e2dcd1f9164f72c2e16075e9edfc8b2e0f2d969
Author: Gaelle Fournier <ga...@gmail.com>
AuthorDate: Fri Jan 19 14:19:57 2024 +0100

    chore(ci): upgrade github-script action
---
 .github/workflows/comment-pr.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/comment-pr.yaml b/.github/workflows/comment-pr.yaml
index 22bc3f61b..7801919bd 100644
--- a/.github/workflows/comment-pr.yaml
+++ b/.github/workflows/comment-pr.yaml
@@ -17,7 +17,7 @@ jobs:
       github.event.workflow_run.conclusion == 'success'
     steps:
       - name: 'Download coverage artifact'
-        uses: actions/github-script@v3.1.0
+        uses: actions/github-script@v7
         with:
           script: |
             var artifacts = await github.actions.listWorkflowRunArtifacts({
@@ -39,7 +39,7 @@ jobs:
       - run: unzip pr.zip
 
       - name: 'Comment on PR'
-        uses: actions/github-script@v3
+        uses: actions/github-script@v7
         with:
           github-token: ${{ secrets.GITHUB_TOKEN }}
           script: |


(camel-k) 02/06: chore(ci): upgrade upload-artifact action

Posted by pc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4123d14a0319c383d40f76272dae98175710aeeb
Author: Gaelle Fournier <ga...@gmail.com>
AuthorDate: Fri Jan 19 14:06:17 2024 +0100

    chore(ci): upgrade upload-artifact action
---
 .github/actions/e2e-build/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/e2e-build/action.yml b/.github/actions/e2e-build/action.yml
index a5a976ff5..315021a9d 100644
--- a/.github/actions/e2e-build/action.yml
+++ b/.github/actions/e2e-build/action.yml
@@ -40,7 +40,7 @@ runs:
       grep -o -P '(?<=\(statements\))(.+)(?=%)' coverage.out | xargs > ./pr/coverage
       echo ${{ github.event.number }} > ./pr/id
 
-  - uses: actions/upload-artifact@v2
+  - uses: actions/upload-artifact@v4
     with:
       name: pr
       path: pr/
\ No newline at end of file