Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
f79568b
chore: deps(github): bump Action tag for release-drafter/release-draf...
Jan 21, 2026
734c691
chore: deps(github): bump Action tag for actions/checkout from 8e8c48...
Jan 21, 2026
57f5688
chore: deps(github): bump Action release for actions/checkout from 8e...
Jan 21, 2026
d107a0a
chore: deps(github): bump Action branch for crate-ci/typos from 825f9...
Jan 21, 2026
1e81e61
chore: deps(github): bump Action release for updatecli/updatecli-acti...
Jan 21, 2026
be70f88
chore: deps(github): bump Action tag for actions/checkout from 8e8c48...
Jan 21, 2026
6bf1ea6
chore: deps(github): bump Action release for actions/checkout from 8e...
Jan 21, 2026
d55f09e
chore: deps(github): bump Action release for updatecli/updatecli-acti...
Jan 21, 2026
6ddaa66
chore: deps(github): bump Action release for updatecli/updatecli-acti...
Jan 21, 2026
23f09a5
chore: deps(github): bump Action tag for actions/checkout from 8e8c48...
Jan 22, 2026
58c0fd8
chore: deps(github): bump Action tag for actions/checkout from 8e8c48...
Jan 22, 2026
e25f5b0
chore: deps(github): bump Action release for actions/checkout from 8e...
Jan 22, 2026
a4b1520
chore: deps(github): bump Action release for release-drafter/release-...
Jan 23, 2026
4c944d2
chore: deps(github): bump Action branch for crate-ci/typos from 54c8b...
Jan 23, 2026
5df1103
chore: deps(github): bump Action release for actions/checkout from 8e...
Jan 23, 2026
8f9f595
chore: deps(github): bump Action branch for crate-ci/typos from d0507...
Jan 27, 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
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
update_release_draft:
runs-on: ubuntu-24.04
steps:
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
- uses: release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97 # v6.2.0
with:
config-name: release-drafter.yaml
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo docker image prune --all --force
sudo docker builder prune -a
- run: df -h
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: Set up QEMU
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
- name: Checkout Actions Repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Check spelling of file.txt
uses: crate-ci/typos@825f9fa4c0281e0642046d629b69612264a0a1d1 # renovate/stable-1.x
uses: crate-ci/typos@c5b186a5b5b60ca7a5172fad7d4b300f154781fd # renovate/stable-1.x
2 changes: 1 addition & 1 deletion .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: "Checkout"
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@v2.99.0" # v2.98.0
uses: "updatecli/updatecli-action@4fd2c16d992120bd5355264a03ad0cddec013e1b" # v2.99.0
with:
version: "v0.113.0"
- name: "Set up Go"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/updatecli_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@v2.99.0" # v2.98.0
uses: "updatecli/updatecli-action@4fd2c16d992120bd5355264a03ad0cddec013e1b" # v2.99.0
with:
version: "v0.113.0"
- name: "Set up Go"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updatecli_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: "Checkout"
uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@v2.99.0" # v2.98.0
uses: "updatecli/updatecli-action@4fd2c16d992120bd5355264a03ad0cddec013e1b" # v2.99.0
with:
version: "v0.113.0"
- name: "Set up Go"
Expand Down