Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
f4a4d7b
chore: deps(github): bump Action branch for updatecli/updatecli-actio...
updateclibot[bot] Nov 30, 2025
7a48e2d
chore: deps(github): bump Action branch for updatecli/updatecli-actio...
updateclibot[bot] Nov 30, 2025
c9b3d53
chore: deps(github): bump Action branch for updatecli/updatecli-actio...
updateclibot[bot] Nov 30, 2025
610e31c
chore: deps(github): bump Action branch for updatecli/updatecli-actio...
updateclibot[bot] Nov 30, 2025
28d440c
chore: deps(github): bump Action branch for updatecli/updatecli-actio...
updateclibot[bot] Nov 30, 2025
5752312
chore: deps(github): bump Action branch for updatecli/updatecli-actio...
updateclibot[bot] Nov 30, 2025
7f5ae7e
chore: deps(github): bump Action release for actions/checkout from 1a...
updateclibot[bot] Dec 2, 2025
eedb432
chore: deps(github): bump Action tag for actions/checkout from 1af3b9...
updateclibot[bot] Dec 2, 2025
a35239b
chore: deps(github): bump Action tag for actions/checkout from 1af3b9...
updateclibot[bot] Dec 2, 2025
2a693a6
chore: deps(github): bump Action tag for actions/checkout from 1af3b9...
updateclibot[bot] Dec 2, 2025
efb9ba3
chore: deps(github): bump Action release for actions/create-github-ap...
updateclibot[bot] Dec 5, 2025
1fe5b7c
chore: deps(github): bump Action branch for updatecli/updatecli-actio...
updateclibot[bot] Dec 8, 2025
7c9c1b7
chore: deps(github): bump Action branch for updatecli/updatecli-actio...
updateclibot[bot] Dec 8, 2025
d8f7c45
chore: deps(github): bump Action branch for updatecli/updatecli-actio...
updateclibot[bot] Dec 8, 2025
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/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Setup updatecli
uses: updatecli/updatecli-action@0f3a07c63831e51243e116ae638192e84e9379ff # v2
uses: updatecli/updatecli-action@9372b1fa309308586e0459901709a00133ee2b8b # v2
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Check spelling of file.txt
uses: crate-ci/typos@aa61a9e2eda9964cde7997a6beb4f02a13692533 # renovate/actions-checkout-5.x
6 changes: 3 additions & 3 deletions .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
contents: read
steps:
- name: "Checkout"
uses: "actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0
uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@0f3a07c63831e51243e116ae638192e84e9379ff" # v2
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
uses: "updatecli/updatecli-action@9372b1fa309308586e0459901709a00133ee2b8b" # v2
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
id: generate_token
if: github.ref == 'refs/heads/main'
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Setup updatecli
uses: updatecli/updatecli-action@0f3a07c63831e51243e116ae638192e84e9379ff # v2
uses: updatecli/updatecli-action@9372b1fa309308586e0459901709a00133ee2b8b # v2
- name: Setup releasepost
uses: updatecli/releasepost-action@864390bddae97db06ee881ab4a08d159b4464643 # v0.5.0
- name: Validate
Expand Down