From 6608bbc40f9a35ea38b83382e244c9d6a02dfeed Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Tue, 14 May 2024 11:03:33 +0200 Subject: [PATCH 01/20] Add renovate.json (#240) --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..41d57972 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>stackabletech/.github:renovate-config" + ] +} From ae9456bd2961e00c32da65b9ed0aa39f5ce15175 Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Tue, 14 May 2024 11:05:52 +0200 Subject: [PATCH 02/20] chore(deps): update actions/github-script action to v6.4.1 (#247) | datasource | package | from | to | | ----------- | --------------------- | ------ | ------ | | github-tags | actions/github-script | v6.0.0 | v6.4.1 | --- .github/workflows/pr_cockpit-web.yml | 2 +- .github/workflows/pr_cockpit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_cockpit-web.yml b/.github/workflows/pr_cockpit-web.yml index 72809374..f691d06b 100644 --- a/.github/workflows/pr_cockpit-web.yml +++ b/.github/workflows/pr_cockpit-web.yml @@ -34,7 +34,7 @@ jobs: - run: yarn --cwd web run format --check - name: Git Diff showed uncommitted changes if: ${{ failure() }} - uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6 + uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 with: script: | core.setFailed('web/ contains unformatted code, run `pnpm prettier . --write` and re-commit!') diff --git a/.github/workflows/pr_cockpit.yml b/.github/workflows/pr_cockpit.yml index 98269de0..e82094bc 100644 --- a/.github/workflows/pr_cockpit.yml +++ b/.github/workflows/pr_cockpit.yml @@ -69,7 +69,7 @@ jobs: - name: Helm Charts not up-to-date if: ${{ failure() }} - uses: actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6 + uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 with: script: | core.setFailed('Committed Helm charts were not up to date, please regenerate and re-commit!') From e0602aa5a16ac683bb37dab9579f65109a15e634 Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Tue, 14 May 2024 11:06:08 +0200 Subject: [PATCH 03/20] chore(deps): update actions/setup-node action to v3.8.2 (#248) | datasource | package | from | to | | ----------- | ------------------ | ------ | ------ | | github-tags | actions/setup-node | v3.6.0 | v3.8.2 | --- .github/workflows/pr_cockpit-web.yml | 4 ++-- .github/workflows/pr_general.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr_cockpit-web.yml b/.github/workflows/pr_cockpit-web.yml index f691d06b..4676f3f5 100644 --- a/.github/workflows/pr_cockpit-web.yml +++ b/.github/workflows/pr_cockpit-web.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 with: node-version: 18 cache: yarn @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 with: node-version: 18 cache: yarn diff --git a/.github/workflows/pr_general.yml b/.github/workflows/pr_general.yml index f871ab10..57e9d8db 100644 --- a/.github/workflows/pr_general.yml +++ b/.github/workflows/pr_general.yml @@ -32,7 +32,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 with: node-version: 18 cache: yarn @@ -97,7 +97,7 @@ jobs: with: key: clippy - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 with: node-version: 18 cache: yarn @@ -140,7 +140,7 @@ jobs: with: key: doc - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 with: node-version: 18 cache: yarn @@ -167,7 +167,7 @@ jobs: with: key: test - - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 with: node-version: 18 cache: yarn From f52a94db4f821a47d340feb98f7c65a815208dbf Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Tue, 14 May 2024 11:07:10 +0200 Subject: [PATCH 04/20] chore(deps): update actions/setup-python action to v4.8.0 (#249) | datasource | package | from | to | | ----------- | -------------------- | ------ | ------ | | github-tags | actions/setup-python | v4.6.1 | v4.8.0 | --- .github/workflows/pr_reviewdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_reviewdog.yml b/.github/workflows/pr_reviewdog.yml index cb5af79a..ac5344c7 100644 --- a/.github/workflows/pr_reviewdog.yml +++ b/.github/workflows/pr_reviewdog.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - - uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.6.1 + - uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0 with: python-version: "3.11" - uses: reviewdog/action-flake8@b6435e67f0cfda225b9e0c9283cfb7ea7c551bdb # tag=v3.6.0 From d35b658175e58e3d56922daf017ce8505f83cdb9 Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Tue, 14 May 2024 11:07:55 +0200 Subject: [PATCH 05/20] chore(deps): update pnpm/action-setup action to v2.4.0 (#261) | datasource | package | from | to | | ----------- | ----------------- | ------ | ------ | | github-tags | pnpm/action-setup | v2.2.4 | v2.4.0 | --- .github/workflows/pr_reviewdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_reviewdog.yml b/.github/workflows/pr_reviewdog.yml index ac5344c7..7c075cfb 100644 --- a/.github/workflows/pr_reviewdog.yml +++ b/.github/workflows/pr_reviewdog.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - - uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4 + - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0 with: version: 7.26.1 run_install: true From cfda9124050404b6d104e26e9c8e1e381416cdde Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Tue, 14 May 2024 11:08:32 +0200 Subject: [PATCH 06/20] chore(deps): update reviewdog/action-shellcheck action to v1.20.0 (#267) | datasource | package | from | to | | ----------- | --------------------------- | ------- | ------- | | github-tags | reviewdog/action-shellcheck | v1.17.0 | v1.20.0 | --- .github/workflows/pr_reviewdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_reviewdog.yml b/.github/workflows/pr_reviewdog.yml index 7c075cfb..0d67ba24 100644 --- a/.github/workflows/pr_reviewdog.yml +++ b/.github/workflows/pr_reviewdog.yml @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - - uses: reviewdog/action-shellcheck@f52d78284b4941028952125a10c76676c3d456eb # v1.17.0 + - uses: reviewdog/action-shellcheck@72365a51bf6476fe952a117c3ff703eb7775e40a # v1.20.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} From 8ce09a07eddc1a06803850ff00f74bc4c26296e2 Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Tue, 14 May 2024 11:08:35 +0200 Subject: [PATCH 07/20] chore(deps): update reviewdog/action-markdownlint action to v0.18.0 (#266) | datasource | package | from | to | | ----------- | ----------------------------- | ------ | ------- | | github-tags | reviewdog/action-markdownlint | v0.9.0 | v0.18.0 | --- .github/workflows/pr_reviewdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_reviewdog.yml b/.github/workflows/pr_reviewdog.yml index 0d67ba24..69265d63 100644 --- a/.github/workflows/pr_reviewdog.yml +++ b/.github/workflows/pr_reviewdog.yml @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - - uses: reviewdog/action-markdownlint@97e3df02fe1573d505a7b268046a44fa5409cbc3 # tag=v0.9.0 + - uses: reviewdog/action-markdownlint@5bc6ad5ba9e1250878f351bafcc7ac0a11dc050f # v0.18.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} markdownlint_flags: "-i README.md ." From fc3b28504ae2ab0f7ec0464503e789d41876fad5 Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Tue, 14 May 2024 11:08:47 +0200 Subject: [PATCH 08/20] chore(deps): update reviewdog/action-flake8 action to v3.8.0 (#265) | datasource | package | from | to | | ----------- | ----------------------- | ------ | ------ | | github-tags | reviewdog/action-flake8 | v3.6.0 | v3.8.0 | --- .github/workflows/pr_reviewdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_reviewdog.yml b/.github/workflows/pr_reviewdog.yml index 69265d63..72e9e97d 100644 --- a/.github/workflows/pr_reviewdog.yml +++ b/.github/workflows/pr_reviewdog.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0 with: python-version: "3.11" - - uses: reviewdog/action-flake8@b6435e67f0cfda225b9e0c9283cfb7ea7c551bdb # tag=v3.6.0 + - uses: reviewdog/action-flake8@51c2708ac3e9463b4d27d0ba7d9e3ded608a6ad3 # v3.8.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} From fa8ae902ad91a8a19b644a2e9f3337240528318d Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Tue, 14 May 2024 11:09:02 +0200 Subject: [PATCH 09/20] chore(deps): update reviewdog/action-eslint action to v1.24.0 (#264) | datasource | package | from | to | | ----------- | ----------------------- | ------- | ------- | | github-tags | reviewdog/action-eslint | v1.18.2 | v1.24.0 | --- .github/workflows/pr_reviewdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_reviewdog.yml b/.github/workflows/pr_reviewdog.yml index 72e9e97d..0d6cee8b 100644 --- a/.github/workflows/pr_reviewdog.yml +++ b/.github/workflows/pr_reviewdog.yml @@ -26,7 +26,7 @@ jobs: with: version: 7.26.1 run_install: true - - uses: reviewdog/action-eslint@94d539484aab48e9b2ffff6466d8866ee4e4b217 # tag=v1.18.2 + - uses: reviewdog/action-eslint@423672b7acbb75ee34d3e37aff30949ddc8350e3 # v1.24.0 with: workdir: web github_token: ${{ secrets.GITHUB_TOKEN }} From bee5b8cd73ad0c686d15c29e61e8e2cb1dd03fe0 Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Tue, 14 May 2024 11:09:40 +0200 Subject: [PATCH 10/20] chore(deps): update reviewdog/action-actionlint action to v1.46.0 (#263) | datasource | package | from | to | | ----------- | --------------------------- | ------- | ------- | | github-tags | reviewdog/action-actionlint | v1.36.0 | v1.46.0 | --- .github/workflows/pr_reviewdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_reviewdog.yml b/.github/workflows/pr_reviewdog.yml index 0d6cee8b..28e439a9 100644 --- a/.github/workflows/pr_reviewdog.yml +++ b/.github/workflows/pr_reviewdog.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - - uses: reviewdog/action-actionlint@b6feb003955cad286985c42e7047f4567a798f3f # v1.36.0 + - uses: reviewdog/action-actionlint@89a03f6ba8c0a9fd238e82c075ffb34b86e40291 # v1.46.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} From d7912410e5af3130050a23bcfe897bbb004b01c2 Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Tue, 14 May 2024 11:09:50 +0200 Subject: [PATCH 11/20] chore(deps): update reviewdog/action-yamllint action to v1.14.0 (#268) | datasource | package | from | to | | ----------- | ------------------------- | ------ | ------- | | github-tags | reviewdog/action-yamllint | v1.6.1 | v1.14.0 | --- .github/workflows/pr_reviewdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_reviewdog.yml b/.github/workflows/pr_reviewdog.yml index 28e439a9..e9b2ff30 100644 --- a/.github/workflows/pr_reviewdog.yml +++ b/.github/workflows/pr_reviewdog.yml @@ -63,6 +63,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - - uses: reviewdog/action-yamllint@8c429dfe4fc47b1ce1fa99a64e94693880d5dc30 # tag=v1.6.1 + - uses: reviewdog/action-yamllint@8d79c3d034667db2792e328936811ed44953d691 # v1.14.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} From 26e2cd19cd75deb1ea04b9bfa5ffa3d48e8b2328 Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Tue, 14 May 2024 11:10:37 +0200 Subject: [PATCH 12/20] chore(deps): update swatinem/rust-cache action to v2.7.3 (#269) | datasource | package | from | to | | ----------- | ------------------- | ------ | ------ | | github-tags | Swatinem/rust-cache | v2.2.0 | v2.7.3 | --- .github/workflows/pr_cockpit.yml | 4 ++-- .github/workflows/pr_general.yml | 6 +++--- .github/workflows/pr_stackablectl.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr_cockpit.yml b/.github/workflows/pr_cockpit.yml index e82094bc..71af7422 100644 --- a/.github/workflows/pr_cockpit.yml +++ b/.github/workflows/pr_cockpit.yml @@ -57,7 +57,7 @@ jobs: toolchain: ${{ env.RUST_VERSION }} - name: Setup Rust Cache - uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0 + uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 with: key: pr-stackable-cockpit-chart @@ -100,7 +100,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Setup Rust Cache - uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0 + uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 with: key: pr-stackable-cockpit-chart diff --git a/.github/workflows/pr_general.yml b/.github/workflows/pr_general.yml index 57e9d8db..392146b3 100644 --- a/.github/workflows/pr_general.yml +++ b/.github/workflows/pr_general.yml @@ -93,7 +93,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - - uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0 + - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 with: key: clippy @@ -136,7 +136,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - - uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0 + - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 with: key: doc @@ -163,7 +163,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - - uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0 + - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 with: key: test diff --git a/.github/workflows/pr_stackablectl.yml b/.github/workflows/pr_stackablectl.yml index 684b8f14..00ce00e2 100644 --- a/.github/workflows/pr_stackablectl.yml +++ b/.github/workflows/pr_stackablectl.yml @@ -65,7 +65,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - - uses: Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0 + - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 with: key: build-stackablectl-${{ matrix.target }} From a3d99afa340f2eb529bade223d2f96e08d74c67e Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Tue, 14 May 2024 11:13:14 +0200 Subject: [PATCH 13/20] chore(deps): update actions/setup-node action to v4 (#271) | datasource | package | from | to | | ----------- | ------------------ | ------ | ------ | | github-tags | actions/setup-node | v3.8.2 | v4.0.2 | --- .github/workflows/pr_cockpit-web.yml | 4 ++-- .github/workflows/pr_general.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr_cockpit-web.yml b/.github/workflows/pr_cockpit-web.yml index 4676f3f5..05b833f9 100644 --- a/.github/workflows/pr_cockpit-web.yml +++ b/.github/workflows/pr_cockpit-web.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: 18 cache: yarn @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: 18 cache: yarn diff --git a/.github/workflows/pr_general.yml b/.github/workflows/pr_general.yml index 392146b3..601e363c 100644 --- a/.github/workflows/pr_general.yml +++ b/.github/workflows/pr_general.yml @@ -32,7 +32,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: 18 cache: yarn @@ -97,7 +97,7 @@ jobs: with: key: clippy - - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: 18 cache: yarn @@ -140,7 +140,7 @@ jobs: with: key: doc - - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: 18 cache: yarn @@ -167,7 +167,7 @@ jobs: with: key: test - - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: 18 cache: yarn From 9dae285629a7464feae530de2b199af9ea3de8af Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Tue, 14 May 2024 11:13:35 +0200 Subject: [PATCH 14/20] chore(deps): update actions/github-script action to v7 (#270) | datasource | package | from | to | | ----------- | --------------------- | ------ | ------ | | github-tags | actions/github-script | v6.4.1 | v7.0.1 | --- .github/workflows/pr_cockpit-web.yml | 2 +- .github/workflows/pr_cockpit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_cockpit-web.yml b/.github/workflows/pr_cockpit-web.yml index 05b833f9..9d41fa67 100644 --- a/.github/workflows/pr_cockpit-web.yml +++ b/.github/workflows/pr_cockpit-web.yml @@ -34,7 +34,7 @@ jobs: - run: yarn --cwd web run format --check - name: Git Diff showed uncommitted changes if: ${{ failure() }} - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: script: | core.setFailed('web/ contains unformatted code, run `pnpm prettier . --write` and re-commit!') diff --git a/.github/workflows/pr_cockpit.yml b/.github/workflows/pr_cockpit.yml index 71af7422..12d71e20 100644 --- a/.github/workflows/pr_cockpit.yml +++ b/.github/workflows/pr_cockpit.yml @@ -69,7 +69,7 @@ jobs: - name: Helm Charts not up-to-date if: ${{ failure() }} - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: script: | core.setFailed('Committed Helm charts were not up to date, please regenerate and re-commit!') From 8fac81c4aa5cbeec5c4a75de43a5364b7df1e9a3 Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Tue, 14 May 2024 11:16:12 +0200 Subject: [PATCH 15/20] chore(deps): update pnpm/action-setup action to v4 (#282) | datasource | package | from | to | | ----------- | ----------------- | ------ | ------ | | github-tags | pnpm/action-setup | v2.4.0 | v4.0.0 | --- .github/workflows/pr_reviewdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_reviewdog.yml b/.github/workflows/pr_reviewdog.yml index e9b2ff30..b026d240 100644 --- a/.github/workflows/pr_reviewdog.yml +++ b/.github/workflows/pr_reviewdog.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - - uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0 + - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 with: version: 7.26.1 run_install: true From 60dad862707e7d4ed51e0f559e218355d4e05473 Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Tue, 14 May 2024 11:16:29 +0200 Subject: [PATCH 16/20] chore(deps): update actions/setup-python action to v5 (#272) | datasource | package | from | to | | ----------- | -------------------- | ------ | ------ | | github-tags | actions/setup-python | v4.8.0 | v5.1.0 | --- .github/workflows/pr_reviewdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_reviewdog.yml b/.github/workflows/pr_reviewdog.yml index b026d240..c7185a8c 100644 --- a/.github/workflows/pr_reviewdog.yml +++ b/.github/workflows/pr_reviewdog.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - - uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # v4.8.0 + - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: python-version: "3.11" - uses: reviewdog/action-flake8@51c2708ac3e9463b4d27d0ba7d9e3ded608a6ad3 # v3.8.0 From 213f4f6d245e6ee01e71f8e705f0e372916f5dc5 Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Tue, 14 May 2024 11:17:17 +0200 Subject: [PATCH 17/20] chore(deps): update embarkstudios/cargo-deny-action action to v1.6.3 (#259) | datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------ | | github-tags | EmbarkStudios/cargo-deny-action | v1.5.4 | v1.6.3 | --- .github/workflows/pr_general.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_general.yml b/.github/workflows/pr_general.yml index 601e363c..6a97c4a8 100644 --- a/.github/workflows/pr_general.yml +++ b/.github/workflows/pr_general.yml @@ -59,7 +59,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 with: submodules: recursive - - uses: EmbarkStudios/cargo-deny-action@a50c7d5f86370e02fae8472c398f15a36e517bb8 # v1.5.4 + - uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868 # v1.6.3 with: command: check ${{ matrix.checks }} From 95b9628c74c3753c1fe91ab997d8cd7d1aa7eca2 Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Tue, 14 May 2024 11:17:40 +0200 Subject: [PATCH 18/20] chore(deps): update softprops/action-gh-release action to v2 (#283) | datasource | package | from | to | | ----------- | --------------------------- | ---- | ------ | | github-tags | softprops/action-gh-release | v1 | v2.0.5 | --- .github/workflows/release_stackablectl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_stackablectl.yml b/.github/workflows/release_stackablectl.yml index ff1b52f6..08517377 100644 --- a/.github/workflows/release_stackablectl.yml +++ b/.github/workflows/release_stackablectl.yml @@ -58,6 +58,6 @@ jobs: run: mv target/${{ matrix.target }}/release/stackablectl${{ matrix.file-suffix }} stackablectl-${{ matrix.target }}${{ matrix.file-suffix }} - name: Upload Release Binary - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1 + uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5 with: files: stackablectl-${{ matrix.target }}${{ matrix.file-suffix }} From 69a0db2adec7af0dff1be568698bc5cc3cfa2fea Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Tue, 14 May 2024 11:21:33 +0200 Subject: [PATCH 19/20] chore(deps): update actions/setup-go digest to cdcb360 (#243) --- .github/workflows/pr_cockpit.yml | 2 +- .github/workflows/pr_general.yml | 8 ++++---- .github/workflows/pr_stackablectl.yml | 2 +- .github/workflows/release_stackablectl.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pr_cockpit.yml b/.github/workflows/pr_cockpit.yml index 12d71e20..d7aa7fa9 100644 --- a/.github/workflows/pr_cockpit.yml +++ b/.github/workflows/pr_cockpit.yml @@ -95,7 +95,7 @@ jobs: with: toolchain: ${{ env.RUST_VERSION }} - - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5 + - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5 with: go-version: ${{ env.GO_VERSION }} diff --git a/.github/workflows/pr_general.yml b/.github/workflows/pr_general.yml index 6a97c4a8..27e506aa 100644 --- a/.github/workflows/pr_general.yml +++ b/.github/workflows/pr_general.yml @@ -28,7 +28,7 @@ jobs: with: toolchain: ${{ env.RUST_VERSION }} - - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5 + - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5 with: go-version: ${{ env.GO_VERSION }} @@ -89,7 +89,7 @@ jobs: toolchain: ${{ env.RUST_VERSION }} components: clippy - - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5 + - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5 with: go-version: ${{ env.GO_VERSION }} @@ -132,7 +132,7 @@ jobs: toolchain: ${{ env.RUST_VERSION }} components: rustfmt - - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5 + - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5 with: go-version: ${{ env.GO_VERSION }} @@ -159,7 +159,7 @@ jobs: with: toolchain: ${{ env.RUST_VERSION }} - - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5 + - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5 with: go-version: ${{ env.GO_VERSION }} diff --git a/.github/workflows/pr_stackablectl.yml b/.github/workflows/pr_stackablectl.yml index 00ce00e2..0c00a2fe 100644 --- a/.github/workflows/pr_stackablectl.yml +++ b/.github/workflows/pr_stackablectl.yml @@ -61,7 +61,7 @@ jobs: toolchain: ${{ env.RUST_VERSION }} targets: ${{ matrix.target }} - - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5 + - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5 with: go-version: ${{ env.GO_VERSION }} diff --git a/.github/workflows/release_stackablectl.yml b/.github/workflows/release_stackablectl.yml index 08517377..d1843261 100644 --- a/.github/workflows/release_stackablectl.yml +++ b/.github/workflows/release_stackablectl.yml @@ -46,7 +46,7 @@ jobs: toolchain: ${{ env.RUST_VERSION }} targets: ${{ matrix.target }} - - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5 + - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5 with: go-version: '^1.22.2' From 6aec6670e7de7bf827e1e52d7ba65281277bbe40 Mon Sep 17 00:00:00 2001 From: Stacky McStackface <95074132+stackable-bot@users.noreply.github.com> Date: Tue, 14 May 2024 11:21:47 +0200 Subject: [PATCH 20/20] chore(deps): update giraffate/clippy-action digest to 94e9bd8 (#245) --- .github/workflows/pr_general.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_general.yml b/.github/workflows/pr_general.yml index 27e506aa..fae3d792 100644 --- a/.github/workflows/pr_general.yml +++ b/.github/workflows/pr_general.yml @@ -106,7 +106,7 @@ jobs: - name: Run clippy action to produce annotations env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: giraffate/clippy-action@871cc4173f2594435c7ea6b0bce499cf6c2164a1 + uses: giraffate/clippy-action@94e9bd8deab2618756ec5380f12eb35bcb0a88ca if: env.GITHUB_TOKEN != null with: clippy_flags: --all-targets -- -D warnings