This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new a465d392cc1 chore(deps): Bump actions/upload-artifact from 4.4.1 to 4.4.2 (#15887) a465d392cc1 is described below commit a465d392cc1c99ddd0241a0a5dd192fbd156ac70 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Oct 9 09:22:58 2024 +0200 chore(deps): Bump actions/upload-artifact from 4.4.1 to 4.4.2 (#15887) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.1 to 4.4.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/604373da6381bf24206979c74d06a550515601b9...84480863f228bb9747b473957fcc9e309aa96097) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/alternative-os-build-main.yml | 2 +- .github/workflows/generate-sbom-main.yml | 2 +- .github/workflows/pr-build-camel-3.yml | 4 ++-- .github/workflows/pr-build-camel-40x.yml | 2 +- .github/workflows/pr-build-main.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/alternative-os-build-main.yml b/.github/workflows/alternative-os-build-main.yml index 0c0bb42d7a0..493d96612f1 100644 --- a/.github/workflows/alternative-os-build-main.yml +++ b/.github/workflows/alternative-os-build-main.yml @@ -48,7 +48,7 @@ jobs: - name: mvn build ${{ matrix.os }} run: ./mvnw -B -V -D'http.keepAlive=false' -l build.log -D'maven.wagon.http.pool=false' -D'maven.wagon.httpconnectionManager.ttlSeconds=120' --no-transfer-progress -Dquickly install - name: Archive logs ${{ matrix.os }} - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 if: always() with: name: build-${{ matrix.os }} diff --git a/.github/workflows/generate-sbom-main.yml b/.github/workflows/generate-sbom-main.yml index 7c530018d52..84db5dcc033 100644 --- a/.github/workflows/generate-sbom-main.yml +++ b/.github/workflows/generate-sbom-main.yml @@ -50,7 +50,7 @@ jobs: - name: mvn build and sbom generation run: ./mvnw -B -l build.log -Psbom -Dquickly verify - name: archive logs - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 if: always() with: name: build.log diff --git a/.github/workflows/pr-build-camel-3.yml b/.github/workflows/pr-build-camel-3.yml index 6d933256b6c..672c13ef80c 100644 --- a/.github/workflows/pr-build-camel-3.yml +++ b/.github/workflows/pr-build-camel-3.yml @@ -50,7 +50,7 @@ jobs: - name: mvn checkstyle run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -l checkstyle.log $MVND_OPTS -e checkstyle:checkstyle - name: archive logs - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 if: always() with: name: checkstyle.log @@ -90,7 +90,7 @@ jobs: - name: maven build run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -l build.log $MVND_OPTS -Pfastinstall -DskipTests install - name: archive logs - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 if: always() with: name: build.log diff --git a/.github/workflows/pr-build-camel-40x.yml b/.github/workflows/pr-build-camel-40x.yml index e91939cb094..3d74e0140f6 100644 --- a/.github/workflows/pr-build-camel-40x.yml +++ b/.github/workflows/pr-build-camel-40x.yml @@ -58,7 +58,7 @@ jobs: - name: maven build run: ./mvnw -l build.log -Dquickly install - name: archive logs - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 if: always() with: name: build.log diff --git a/.github/workflows/pr-build-main.yml b/.github/workflows/pr-build-main.yml index 082f93d25e8..96dec401832 100644 --- a/.github/workflows/pr-build-main.yml +++ b/.github/workflows/pr-build-main.yml @@ -65,7 +65,7 @@ jobs: - name: maven build run: ./etc/scripts/regen.sh - name: archive logs - uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1 + uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 if: always() with: name: build-${{ matrix.java }}.log