Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
0ee2bf6
chore: deps(github): bump Action release for actions/checkout from 1a...
updateclibot[bot] Jan 22, 2026
c02093a
chore: deps(github): bump Action tag for actions/checkout from 1af3b9...
updateclibot[bot] Jan 22, 2026
c7d99f0
chore: deps(github): bump Action branch for crate-ci/typos from d6b38...
updateclibot[bot] Jan 22, 2026
c8733b8
chore: deps(github): bump Action tag for actions/checkout from 1af3b9...
updateclibot[bot] Jan 22, 2026
020c446
chore: deps(github): bump Action release for actions/checkout from 1a...
updateclibot[bot] Jan 22, 2026
1d26a04
chore: deps(github): bump Action release for updatecli/updatecli-acti...
updateclibot[bot] Jan 22, 2026
e926f34
chore: deps(github): bump Action tag for actions/setup-go from 4dc619...
updateclibot[bot] Jan 22, 2026
e8650ff
chore: deps(github): bump Action release for actions/checkout from 1a...
updateclibot[bot] Jan 22, 2026
1afba6f
chore: deps(github): bump Action tag for actions/checkout from 1af3b9...
updateclibot[bot] Jan 22, 2026
caa6439
chore: deps(github): bump Action release for updatecli/updatecli-acti...
updateclibot[bot] Jan 22, 2026
ef6cdb8
chore: deps(github): bump Action release for actions/setup-go from 4d...
updateclibot[bot] Jan 22, 2026
3ee6bb7
chore: deps(github): bump Action tag for actions/checkout from 1af3b9...
updateclibot[bot] Jan 22, 2026
fea0b0a
chore: deps(github): bump Action release for actions/checkout from 1a...
updateclibot[bot] Jan 22, 2026
e7865a0
chore: deps(github): bump Action release for updatecli/updatecli-acti...
updateclibot[bot] Jan 22, 2026
8dbd466
chore: deps(github): bump Action tag for actions/setup-go from 4dc619...
updateclibot[bot] Jan 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/typos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
contents: read
steps:
- name: Checkout Actions Repository
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Check spelling of file.txt
uses: crate-ci/typos@d6b38c8b48913f417c9449cd83833b41535b0c54 # renovate/stable-1.x
uses: crate-ci/typos@54c8b96227477b80460dac87aa30228dd94da1ec # renovate/stable-1.x
10 changes: 3 additions & 7 deletions .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,21 @@ on:
schedule:
# Run at 12:00 every Saterday every 14 days
- cron: "0 12 */14 * 6"

jobs:
updatecli:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: "actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0

uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@5ca36367fadc6ad94d590984fd9c696e783ec635" # v2.96.0
uses: "updatecli/updatecli-action@4fd2c16d992120bd5355264a03ad0cddec013e1b" # v2.99.0
with:
version: "v0.113.0"

- name: "Set up Go"
uses: "actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c" # v6.1.0
uses: "actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5" # v6.2.0
with:
go-version-file: "quickstart/go.mod"
id: go

- name: "Run updatecli"
run: updatecli compose apply --clean-git-branches=true --experimental
env:
Expand Down
12 changes: 3 additions & 9 deletions .github/workflows/updatecli_test.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,23 @@
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

uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@5ca36367fadc6ad94d590984fd9c696e783ec635" # v2.96.0
uses: "updatecli/updatecli-action@4fd2c16d992120bd5355264a03ad0cddec013e1b" # v2.99.0
with:
version: "v0.113.0"

- name: "Set up Go"
uses: "actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c" # v6.1.0
uses: "actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5" # v6.2.0
with:
go-version-file: "quickstart/go.mod"
id: go

- name: "Test updatecli in dry-run mode"
run: "updatecli compose diff"
env:
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/updatecli_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,21 @@ on:
push:
branches:
- main

jobs:
updatecli:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: "actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0

uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@5ca36367fadc6ad94d590984fd9c696e783ec635" # v2.96.0
uses: "updatecli/updatecli-action@4fd2c16d992120bd5355264a03ad0cddec013e1b" # v2.99.0
with:
version: "v0.113.0"

- name: "Set up Go"
uses: "actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c" # v6.1.0
uses: "actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5" # v6.2.0
with:
go-version-file: "quickstart/go.mod"
id: go

- name: "Run updatecli only on existing pipelines"
run: updatecli compose apply --clean-git-branches=true --existing-only=true --experimental
env:
Expand Down
Loading