Skip to content

Conversation

@updateclibot
Copy link
Contributor

@updateclibot updateclibot bot commented Jan 9, 2026

chore: Update Updatecli GHA workflow

sync .github/workflows/updatecli.yaml file

1 file(s) updated with "name: Updatecli\non:\n release:\n workflow_dispatch:\n schedule:\n # Run at 12:00 every Saterday every 14 days\n - cron: \"0 12 */14 * 6\"\n\njobs:\n updatecli:\n runs-on: ubuntu-latest\n steps:\n - name: \"Checkout\"\n uses: \"actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3\" # v6.0.0\n\n - name: \"Setup updatecli\"\n uses: \"updatecli/updatecli-action@5ca36367fadc6ad94d590984fd9c696e783ec635\" # v2.96.0\n with:\n version: \"v0.113.0-rc.1\"\n\n - name: \"Set up Go\"\n uses: \"actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c\" # v6.1.0\n with:\n go-version-file: \"go.mod\"\n id: go\n\n - name: \"Run updatecli\"\n run: updatecli compose apply --clean-git-branches=true --experimental\n env:\n UPDATECLI_GITHUB_APP_CLIENT_ID: ${{ secrets.UPDATECLIBOT_APP_ID }}\n UPDATECLI_GITHUB_APP_PRIVATE_KEY: ${{ secrets.UPDATECLIBOT_APP_PRIVKEY }}\n UPDATECLI_GITHUB_APP_INSTALLATION_ID: ${{ secrets.UPDATECLIBOT_APP_INSTALLATION_ID }}\n UPDATECLI_UDASH_API_URL: ${{ secrets.UPDATECLI_UDASH_API_URL }}\n UPDATECLI_UDASH_ACCESS_TOKEN: ${{ secrets.UPDATECLI_UDASH_ACCESS_TOKEN }}\n UPDATECLI_UDASH_URL: ${{ secrets.UPDATECLI_UDASH_URL }}\n": * .github/workflows/updatecli.yaml

sync .github/workflows/updatecli_test.yaml file

1 file(s) updated with "name: Updatecli Test\n\non:\n pull_request:\n\npermissions:\n contents: read\n\njobs:\n updatecli:\n runs-on: ubuntu-latest\n steps:\n - name: \"Checkout\"\n uses: \"actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3\" # v6.0.0\n\n - name: \"Setup updatecli\"\n uses: \"updatecli/updatecli-action@5ca36367fadc6ad94d590984fd9c696e783ec635\" # v2.96.0\n with:\n version: \"v0.113.0-rc.1\"\n\n - name: \"Set up Go\"\n uses: \"actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c\" # v6.1.0\n with:\n go-version-file: \"go.mod\"\n id: go\n\n - name: \"Test updatecli in dry-run mode\"\n run: \"updatecli compose diff\"\n env:\n # This step is executed in untrusted context. We use a GitHub token with minimal permissions.\n GITHUB_ACTOR: ${{ github.actor }}\n GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n": * .github/workflows/updatecli_test.yaml

sync .github/workflows/updatecli_update.yaml file

1 file(s) updated with "name: Updatecli - Update\non:\n workflow_dispatch:\n push:\n branches:\n - main\n\njobs:\n updatecli:\n runs-on: ubuntu-latest\n steps:\n - name: \"Checkout\"\n uses: \"actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3\" # v6.0.0\n\n - name: \"Setup updatecli\"\n uses: \"updatecli/updatecli-action@5ca36367fadc6ad94d590984fd9c696e783ec635\" # v2.96.0\n with:\n version: \"v0.113.0-rc.1\"\n\n - name: \"Set up Go\"\n uses: \"actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c\" # v6.1.0\n with:\n go-version-file: \"go.mod\"\n id: go\n\n - name: \"Run updatecli only on existing pipelines\"\n run: updatecli compose apply --clean-git-branches=true --existing-only=true --experimental\n env:\n UPDATECLI_GITHUB_APP_CLIENT_ID: ${{ secrets.UPDATECLIBOT_APP_ID }}\n UPDATECLI_GITHUB_APP_PRIVATE_KEY: ${{ secrets.UPDATECLIBOT_APP_PRIVKEY }}\n UPDATECLI_GITHUB_APP_INSTALLATION_ID: ${{ secrets.UPDATECLIBOT_APP_INSTALLATION_ID }}\n UPDATECLI_UDASH_API_URL: ${{ secrets.UPDATECLI_UDASH_API_URL }}\n UPDATECLI_UDASH_ACCESS_TOKEN: ${{ secrets.UPDATECLI_UDASH_ACCESS_TOKEN }}\n UPDATECLI_UDASH_URL: ${{ secrets.UPDATECLI_UDASH_URL }}\n": * .github/workflows/updatecli_update.yaml

GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

@olblak olblak enabled auto-merge (squash) January 9, 2026 16:12
@olblak olblak merged commit 75b60fb into main Jan 9, 2026
5 checks passed
@olblak olblak deleted the updatecli_main_b4817913f196a1c030f001cb415658f7351fd2e5e2081ed21a602c25a9e51b86 branch January 9, 2026 16:45
@olblak olblak added the dependencies Pull requests that update a dependency file label Jan 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants