From 2e2cbf30533705b9e911765477e8e637acb1099e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:51:33 +0000 Subject: [PATCH 1/7] Bump actions/checkout from 4.2.0 to 4.2.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/d632683dd7b4114ad314bca15554477dd762a938...eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e753c18..ed2ab17 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - uses: ./ with: @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - uses: ./ diff --git a/action.yml b/action.yml index 11ff318..926fbac 100644 --- a/action.yml +++ b/action.yml @@ -115,7 +115,7 @@ runs: steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 if: inputs.checkout-enabled == 'true' with: fetch-depth: '${{ inputs.checkout-fetch-depth }}' From 2f6a59136cf33a4699b553653857a23013b537f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:51:36 +0000 Subject: [PATCH 2/7] Bump actions/cache from 4.1.0 to 4.1.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2...3624ceb22c1c5a301c8db4169662070a689d9ea8) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 926fbac..2d74b9b 100644 --- a/action.yml +++ b/action.yml @@ -133,7 +133,7 @@ runs: java-version: '${{ inputs.java-version }}' distribution: '${{ inputs.java-distribution }}' - - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 + - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 if: inputs.cache-enabled == 'true' with: path: | From a46d0cb350a3a488440054375803df2aa808824d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:40:39 +0000 Subject: [PATCH 3/7] Bump actions/checkout from 4.2.1 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871...11bd71901bbe5b1630ceea73d27597364c9af683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ed2ab17..8e0c1a2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: ./ with: @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: ./ diff --git a/action.yml b/action.yml index 2d74b9b..13f5e8f 100644 --- a/action.yml +++ b/action.yml @@ -115,7 +115,7 @@ runs: steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 if: inputs.checkout-enabled == 'true' with: fetch-depth: '${{ inputs.checkout-fetch-depth }}' From 611a8f27461f0296ce223397c6c8643fc68e859c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:40:42 +0000 Subject: [PATCH 4/7] Bump actions/cache from 4.1.1 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/3624ceb22c1c5a301c8db4169662070a689d9ea8...6849a6489940f00c2f30c0fb92c6274307ccb58a) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 13f5e8f..fd6bfe5 100644 --- a/action.yml +++ b/action.yml @@ -133,7 +133,7 @@ runs: java-version: '${{ inputs.java-version }}' distribution: '${{ inputs.java-distribution }}' - - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 if: inputs.cache-enabled == 'true' with: path: | From f4785d5b29e2e0e768cd24b4cb114ac50f85fdb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:40:45 +0000 Subject: [PATCH 5/7] Bump actions/setup-java from 4.4.0 to 4.5.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/b36c23c0d998641eff861008f374ee103c25ac73...8df1039502a15bceb9433410b1a100fbe190c53b) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fd6bfe5..22c92da 100644 --- a/action.yml +++ b/action.yml @@ -127,7 +127,7 @@ runs: token: '${{ inputs.checkout-token }}' ssh-key: '${{ inputs.checkout-ssh-key }}' - - uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 + - uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b with: overwrite-settings: false java-version: '${{ inputs.java-version }}' From 68896192ef0860b64e36a13d6f9d4d4bca0aa6e6 Mon Sep 17 00:00:00 2001 From: Chris Poupart Date: Wed, 30 Oct 2024 15:26:11 -0400 Subject: [PATCH 6/7] =?UTF-8?q?feat(settings):=20=F0=9F=94=90=20Add=20sett?= =?UTF-8?q?ings-githubServer=20flag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This maps to the maven-settings-action 'githubServer' flag. closes #101 --- README.md | 5 +++-- action.yml | 6 ++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e40df3..2504efd 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ For default values you only need: - run: mvn -V ... ``` - + # Params mapping for sub actions ## checkout @@ -64,7 +64,7 @@ So we can use for action: | params | description | |----------------|----------------------------------------------------------| | cache-enabled | enable cache. Default true | -| cache-path | default cache path for Maven with value ~/.m2/repository | +| cache-path | default cache path for Maven with value ~/.m2/repository | | cache-path-add | additional value for cache path | | cache-prefix | prefix value for `key` and `restore-keys` cache params | @@ -85,6 +85,7 @@ So we can use for action: | settings-sonatypeSnapshots | sonatypeSnapshots | | settings-proxies | proxies | | settings-repositories | repositories | +| settings-githubServer | githubServer | # Testing against different Maven versions diff --git a/action.yml b/action.yml index 22c92da..4fe180d 100644 --- a/action.yml +++ b/action.yml @@ -110,6 +110,11 @@ inputs: description: 'repository settings definition in json array, e.g.: [ { "id": "repoId","name": "repoName","url": "url","snapshots": { "enabled": true } } ]' required: false + settings-githubServer: + description: 'add to settings.xml servers server-id: github; username=$GITHUB_ACTOR and password=$GITHUB_TOKEN' + default: "true" + required: false + runs: using: 'composite' @@ -160,3 +165,4 @@ runs: sonatypeSnapshots: '${{ inputs.settings-sonatypeSnapshots }}' proxies: '${{ inputs.settings-proxies }}' repositories: '${{ inputs.settings-repositories }}' + githubServer: '${{ inputs.settings-githubServer }}' From 7520fcc0b49c1faefd4203f858834a15439f5b71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 15:21:22 +0000 Subject: [PATCH 7/7] Bump s4u/maven-settings-action from 3.0.0 to 3.1.0 Bumps [s4u/maven-settings-action](https://github.com/s4u/maven-settings-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/s4u/maven-settings-action/releases) - [Commits](https://github.com/s4u/maven-settings-action/compare/7802f6aec16c9098b4798ad1f1d8ac75198194bd...64e42c454dbd42ef6370ac8539685755aedd205b) --- updated-dependencies: - dependency-name: s4u/maven-settings-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4fe180d..5091cf7 100644 --- a/action.yml +++ b/action.yml @@ -157,7 +157,7 @@ runs: with: maven-version: '${{ inputs.maven-version }}' - - uses: s4u/maven-settings-action@7802f6aec16c9098b4798ad1f1d8ac75198194bd # v3.0.0 + - uses: s4u/maven-settings-action@64e42c454dbd42ef6370ac8539685755aedd205b # v3.1.0 with: servers: '${{ inputs.settings-servers }}' mirrors: '${{ inputs.settings-mirrors }}'