From d889cc1223d106cc3a43e1fe9fa76a9559bfc10d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:31:44 +0100 Subject: [PATCH 1/4] build(deps): bump apache/skywalking-eyes from 0.5.0 to 0.6.0 (#3754) Bumps [apache/skywalking-eyes](https://github.com/apache/skywalking-eyes) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/apache/skywalking-eyes/releases) - [Changelog](https://github.com/apache/skywalking-eyes/blob/main/CHANGES.md) - [Commits](https://github.com/apache/skywalking-eyes/compare/6b2529214f6b1ccee3ec92bb0adfeabf6f66f538...cd7b195c51fd3d6ad52afceb760719ddc6b3ee91) --- updated-dependencies: - dependency-name: apache/skywalking-eyes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/license-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license-checker.yml b/.github/workflows/license-checker.yml index ba25328fb..a194c4034 100644 --- a/.github/workflows/license-checker.yml +++ b/.github/workflows/license-checker.yml @@ -30,4 +30,4 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Check License Header - uses: apache/skywalking-eyes@6b2529214f6b1ccee3ec92bb0adfeabf6f66f538 # v0.5.0 + uses: apache/skywalking-eyes@cd7b195c51fd3d6ad52afceb760719ddc6b3ee91 # v0.6.0 From a6af16117123e401f694c834290ab0d3d828db49 Mon Sep 17 00:00:00 2001 From: Tim Ellison Date: Fri, 12 Apr 2024 04:15:41 +0100 Subject: [PATCH 2/4] No source file header for serverTimestamp.properties (#3757) * Remove header comment Signing tool does not allow for header comment. * Ignore serverTimestamp.properties Don't add license header to the serverTimestamp.properties * Ignore serverTimestamp.properties --- .licenserc.yaml | 1 + serverTimestamp.properties | 13 ------------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/.licenserc.yaml b/.licenserc.yaml index dfa5af9fa..a346f887f 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -47,3 +47,4 @@ header: - '.github/linters/*' - 'cyclonedx-lib/getDependencies' - 'makejdk-any-platform.1' + - 'serverTimestamp.properties' diff --git a/serverTimestamp.properties b/serverTimestamp.properties index 7f96aadb1..98a69dfb6 100644 --- a/serverTimestamp.properties +++ b/serverTimestamp.properties @@ -1,16 +1,3 @@ -# ******************************************************************************** -# Copyright (c) 2021 Contributors to the Eclipse Foundation -# -# See the NOTICE file(s) with this work for additional -# information regarding copyright ownership. -# -# This program and the accompanying materials are made -# available under the terms of the Apache Software License 2.0 -# which is available at https://www.apache.org/licenses/LICENSE-2.0. -# -# SPDX-License-Identifier: Apache-2.0 -# ******************************************************************************** - comodaca=http://timestamp.comodoca.com/authenticode globalsign=http://timestamp.globalsign.com/scripts/timstamp.dll isectigo=http://timestamp.sectigo.com From 6fecaa78cf8debdb173faee518ffbde6153170be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 05:28:02 +1200 Subject: [PATCH 3/4] build(deps): bump actions/download-artifact from 4.1.4 to 4.1.5 (#3761) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/c850b930e6ba138125429b7e5c93fc707a7f8427...8caf195ad4b1dee92908e23f56eeb0696f1dd42d) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 27f9b174c..2270e700a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -409,7 +409,7 @@ jobs: path: workspace/target/* - name: Restore build artifacts - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 + uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 with: name: ${{matrix.version}}-${{matrix.os}}-${{matrix.variant}} path: ~/${{matrix.version}}-${{matrix.os}}-${{matrix.variant}} From 0936cc28cec3be96322fb07be8b4713a5ff3dea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 22:39:12 +1200 Subject: [PATCH 4/4] build(deps): bump actions/download-artifact from 4.1.5 to 4.1.6 (#3765) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/8caf195ad4b1dee92908e23f56eeb0696f1dd42d...9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2270e700a..480adeeab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -409,7 +409,7 @@ jobs: path: workspace/target/* - name: Restore build artifacts - uses: actions/download-artifact@8caf195ad4b1dee92908e23f56eeb0696f1dd42d # v4.1.5 + uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 with: name: ${{matrix.version}}-${{matrix.os}}-${{matrix.variant}} path: ~/${{matrix.version}}-${{matrix.os}}-${{matrix.variant}}