From cacf3acfe105dce9f8ae2193e9b02ea804ec7f67 Mon Sep 17 00:00:00 2001 From: updateclibot Date: Wed, 25 Feb 2026 08:22:30 +0000 Subject: [PATCH 1/2] chore: deps: update Updatecli used by Github Action to v2.99.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 5 +---- .github/workflows/updatecli_test.yaml | 8 ++------ .github/workflows/updatecli_update.yaml | 7 ++----- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index aa9bea34..d2f865d9 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -5,19 +5,16 @@ on: schedule: # Run at 12:00 every 14 days - cron: "0 12 */14 * *" - jobs: updatecli: runs-on: ubuntu-latest steps: - name: "Checkout" uses: "actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0 - - name: "Setup updatecli" - uses: "updatecli/updatecli-action@5ca36367fadc6ad94d590984fd9c696e783ec635" # v2.96.0 + uses: "updatecli/updatecli-action@v2.99.0" # v2.96.0 with: version: "v0.114.0" - - name: "Run updatecli" run: updatecli compose apply --clean-git-branches=true --experimental env: diff --git a/.github/workflows/updatecli_test.yaml b/.github/workflows/updatecli_test.yaml index 861cc24f..8348c2d0 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -1,23 +1,19 @@ +--- name: Updatecli Test - on: pull_request: - permissions: contents: read - jobs: updatecli: runs-on: ubuntu-latest steps: - name: "Checkout" uses: "actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0 - - name: "Setup updatecli" - uses: "updatecli/updatecli-action@5ca36367fadc6ad94d590984fd9c696e783ec635" # v2.96.0 + uses: "updatecli/updatecli-action@v2.99.0" # v2.96.0 with: version: "v0.114.0" - - name: "Test updatecli in dry-run mode" run: "updatecli compose diff" env: diff --git a/.github/workflows/updatecli_update.yaml b/.github/workflows/updatecli_update.yaml index 7b1ae1e5..702dc459 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -1,3 +1,4 @@ +--- name: Updatecli - Update on: workflow_dispatch: @@ -7,19 +8,16 @@ on: push: branches: - v2 - jobs: updatecli: runs-on: ubuntu-latest steps: - name: "Checkout" uses: "actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0 - - name: "Setup updatecli" - uses: "updatecli/updatecli-action@5ca36367fadc6ad94d590984fd9c696e783ec635" # v2.96.0 + uses: "updatecli/updatecli-action@v2.99.0" # v2.96.0 with: version: "v0.114.0" - - name: "Run updatecli only on monitored pipelines" run: updatecli compose apply --clean-git-branches=true --labels="monitoring:enabled" --experimental env: @@ -29,7 +27,6 @@ jobs: UPDATECLI_UDASH_API_URL: ${{ secrets.UPDATECLI_UDASH_API_URL }} UPDATECLI_UDASH_ACCESS_TOKEN: ${{ secrets.UPDATECLI_UDASH_ACCESS_TOKEN }} UPDATECLI_UDASH_URL: ${{ secrets.UPDATECLI_UDASH_URL }} - - name: "Run updatecli only on existing pipelines" run: updatecli compose apply --clean-git-branches=true --existing-only=true --experimental env: From 86fd919d2c5ec2ef2276532fce493f1bf76b3837 Mon Sep 17 00:00:00 2001 From: updateclibot Date: Wed, 25 Feb 2026 09:11:47 +0000 Subject: [PATCH 2/2] chore: deps: update Updatecli used by Github Action to v2.100.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 2 +- .github/workflows/updatecli_test.yaml | 2 +- .github/workflows/updatecli_update.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index d2f865d9..c73f8a09 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -12,7 +12,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@v2.99.0" # v2.96.0 + uses: "updatecli/updatecli-action@v2.100.0" # v2.96.0 with: version: "v0.114.0" - name: "Run updatecli" diff --git a/.github/workflows/updatecli_test.yaml b/.github/workflows/updatecli_test.yaml index 8348c2d0..ce42050d 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -11,7 +11,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@v2.99.0" # v2.96.0 + uses: "updatecli/updatecli-action@v2.100.0" # v2.96.0 with: version: "v0.114.0" - name: "Test updatecli in dry-run mode" diff --git a/.github/workflows/updatecli_update.yaml b/.github/workflows/updatecli_update.yaml index 702dc459..5e7347c1 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -15,7 +15,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@v2.99.0" # v2.96.0 + uses: "updatecli/updatecli-action@v2.100.0" # v2.96.0 with: version: "v0.114.0" - name: "Run updatecli only on monitored pipelines"