From f11ae3951828dcaf29f6e4f154ce58d6552c7fe1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Apr 2026 13:28:46 +0000 Subject: [PATCH 1/2] chore: deps: update Updatecli used by Github Action to v0.116.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 8 +------- .github/workflows/updatecli_test.yaml | 8 +------- .github/workflows/updatecli_update.yaml | 9 +-------- 3 files changed, 3 insertions(+), 22 deletions(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 1eb6531f..87d2f791 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -6,9 +6,7 @@ on: schedule: # Run at 12:00 every Saterday every 14 days - cron: 0 12 */14 * * - permissions: {} - jobs: updatecli: runs-on: ubuntu-latest @@ -17,23 +15,19 @@ jobs: uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 with: persist-credentials: false - - name: "Setup updatecli" uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0 with: - version: "v0.116.0" - + version: "v0.116.1" - name: "Set up Go" uses: "actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c" # v6.4.0 with: go-version-file: "go.mod" id: go - - name: Install Swagger run: "go install github.com/swaggo/swag/cmd/swag@$SWAGGER_VERSION" env: SWAGGER_VERSION: v1.16.6 - - 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 7e3cff73..99ef1abf 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -2,10 +2,8 @@ name: Updatecli Test on: pull_request: - permissions: contents: read - jobs: updatecli: runs-on: ubuntu-latest @@ -14,23 +12,19 @@ jobs: uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 with: persist-credentials: false - - name: "Setup updatecli" uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0 with: - version: "v0.116.0" - + version: "v0.116.1" - name: "Set up Go" uses: "actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c" # v6.4.0 with: go-version-file: "go.mod" - id: go - name: Install Swagger run: "go install github.com/swaggo/swag/cmd/swag@$SWAGGER_VERSION" env: SWAGGER_VERSION: v1.16.6 - - 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 9da56bf6..8b36d42b 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -8,9 +8,7 @@ on: push: branches: - main - permissions: {} - jobs: updatecli: runs-on: ubuntu-latest @@ -19,23 +17,19 @@ jobs: uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 with: persist-credentials: false - - name: "Setup updatecli" uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0 with: - version: "v0.116.0" - + version: "v0.116.1" - name: "Set up Go" uses: "actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c" # v6.4.0 with: go-version-file: "go.mod" id: go - - name: Install Swagger run: "go install github.com/swaggo/swag/cmd/swag@$SWAGGER_VERSION" env: SWAGGER_VERSION: v1.16.6 - - name: "Run updatecli only on monitored pipelines" run: updatecli compose apply --clean-git-branches=true --labels="monitor:active" --experimental env: @@ -45,7 +39,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 c0203448b342940d06bd2a826b8e4b721cde4b57 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Apr 2026 13:28:57 +0000 Subject: [PATCH 2/2] chore: deps: update Updatecli used by Github Action to v3.1.1 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 87d2f791..03479e81 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -16,7 +16,7 @@ jobs: with: persist-credentials: false - name: "Setup updatecli" - uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0 + uses: "updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1 with: version: "v0.116.1" - name: "Set up Go" diff --git a/.github/workflows/updatecli_test.yaml b/.github/workflows/updatecli_test.yaml index 99ef1abf..96b210b8 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -13,7 +13,7 @@ jobs: with: persist-credentials: false - name: "Setup updatecli" - uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0 + uses: "updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1 with: version: "v0.116.1" - name: "Set up Go" diff --git a/.github/workflows/updatecli_update.yaml b/.github/workflows/updatecli_update.yaml index 8b36d42b..e2c6ec33 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -18,7 +18,7 @@ jobs: with: persist-credentials: false - name: "Setup updatecli" - uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0 + uses: "updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640" # v3.1.1 with: version: "v0.116.1" - name: "Set up Go"