Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
ec78fb6
chore: deps(github): bump Action release for actions/add-to-project f...
updateclibot[bot] May 29, 2026
da8562a
chore: deps(github): bump Action release for github/codeql-action/ini...
updateclibot[bot] May 29, 2026
6f07417
chore: deps(github): bump Action tag for github/codeql-action/autobui...
updateclibot[bot] May 29, 2026
c96b007
chore: deps(github): bump Action release for github/codeql-action/ana...
updateclibot[bot] May 29, 2026
60ef7f1
chore: deps(github): bump Action tag for golangci/golangci-lint-actio...
updateclibot[bot] May 29, 2026
fb7ffcf
chore: deps(github): bump Action release for actions/setup-node from ...
updateclibot[bot] May 29, 2026
abe9e31
chore: deps(github): bump Action tag for astral-sh/setup-uv from cec2...
updateclibot[bot] May 29, 2026
2cf3b2a
chore: deps(github): bump Action tag for goreleaser/goreleaser-action...
updateclibot[bot] May 29, 2026
89a99f0
chore: deps(github): bump Action release for codecov/codecov-action f...
updateclibot[bot] May 29, 2026
1b7d538
chore: deps(github): bump Action release for release-drafter/release-...
updateclibot[bot] May 29, 2026
f378315
chore: deps(github): bump Action tag for docker/setup-qemu-action fro...
updateclibot[bot] May 29, 2026
2ec1580
chore: deps(github): bump Action tag for docker/setup-buildx-action f...
updateclibot[bot] May 29, 2026
5400c0d
chore: deps(github): bump Action tag for goreleaser/goreleaser-action...
updateclibot[bot] May 29, 2026
b809ceb
chore: deps(github): bump Action release for sigstore/cosign-installe...
updateclibot[bot] May 29, 2026
b196182
chore: deps(github): bump Action tag for actions/create-github-app-to...
updateclibot[bot] May 29, 2026
6332d09
chore: deps(github): bump Action tag for docker/login-action from 490...
updateclibot[bot] May 29, 2026
ab5d917
chore: deps(github): bump Action tag for docker/login-action from 490...
updateclibot[bot] May 29, 2026
054438c
chore: deps(github): bump Action release for actions/create-github-ap...
updateclibot[bot] May 29, 2026
b8821f9
chore: deps(github): bump Action release for crate-ci/typos from cf5f...
updateclibot[bot] May 29, 2026
3a3138f
chore: deps(github): bump Action release for updatecli/updatecli-acti...
updateclibot[bot] May 29, 2026
cd8676f
chore: deps(github): bump Action tag for updatecli/updatecli-action f...
updateclibot[bot] May 29, 2026
a0be37a
chore: deps(github): bump Action release for updatecli/updatecli-acti...
updateclibot[bot] May 29, 2026
f2ecc14
chore: deps(github): bump Action release for zizmorcore/zizmor-action...
updateclibot[bot] May 29, 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/add_issue_to_project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Add issue to Updatecli project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
- uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0
with:
project-url: https://github.com/orgs/updatecli/projects/2
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
# Override language selection by uncommenting this and choosing your languages
with:
languages: go
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
uses: github/codeql-action/autobuild@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
#- run: |
# make bootstrap
# make release
Expand All @@ -49,4 +49,4 @@ jobs:
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
10 changes: 5 additions & 5 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
with:
# Required: the version of golangci-lint is required
# and must be specified without patch version:
Expand All @@ -53,17 +53,17 @@ jobs:
version: "11.1.2"
run_install: false
- name: Install Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: "26.1.0"
package-manager-cache: false
- name: Install uv
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
with:
version: "0.11.14"
enable-cache: false
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2
with:
install-only: true
- name: Show GoReleaser version
Expand All @@ -89,7 +89,7 @@ jobs:
if: ${{ github.event_name == 'schedule' }}
# Codecov should only be updated if make test is executed
- name: Upload coverage to Codecov
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
if: ${{ github.event_name == 'schedule' }}
with:
fail_ci_if_error: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: write
pull-requests: write
steps:
- uses: release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
- uses: release-drafter/release-drafter@693d20e7c1ce1a81d3a41962f85914253b518449 # v7.3.1
with:
config-name: release-drafter.yaml
env:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: Set up QEMU
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
- name: Set up Go
# https://github.com/actions/setup-go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
Expand All @@ -41,17 +41,17 @@ jobs:
go-version: 1.26.3
id: go
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2
with:
install-only: true
- name: Show GoReleaser version
run: goreleaser --version
- name: Install Cosign
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
- name: Install Syft
uses: anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0
- name: Generate access token
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
id: generate_token
with:
app-id: ${{ secrets.UPDATECLIBOT_RELEASE_APP_ID }}
Expand All @@ -61,12 +61,12 @@ jobs:
updatecli
homebrew-updatecli
- name: Login to DockerHub
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Login to GitHub Docker Registry
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Generate access token
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
id: generate_token
with:
app-id: ${{ secrets.UPDATECLIBOT_RELEASE_APP_ID }}
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/typos.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
name: Spell check with typos

on:
push:
branches: ["main"]
pull_request:
branches: ["**"]

permissions: {}

jobs:
typos:
runs-on: ubuntu-latest
Expand All @@ -18,8 +15,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

- name: Run typos
uses: crate-ci/typos@cf5f1c29a8ac336af8568821ec41919923b05a83 # v1.45.1
uses: crate-ci/typos@f8a58b6b53f2279f71eb605f03a4ae4d10608f45 # v1.47.0
with:
config: _typos.toml
2 changes: 1 addition & 1 deletion .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
persist-credentials: false
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2
uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0
with:
version: "v0.116.3"
- name: "Set up Go"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updatecli_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
persist-credentials: false
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2
uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0
with:
version: "v0.116.3"
- 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 @@ -26,7 +26,7 @@ jobs:
with:
persist-credentials: false
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@af341a800cdbcde3ddcebb7a62410ac06a78a207" # v3.1.2
uses: "updatecli/updatecli-action@e71be7554f3f940bc439cf720b3e4e379823c562" # v3.2.0
with:
version: "v0.116.2"
- name: "Set up Go"
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/zizmor.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
name: GitHub Actions Security Analysis with zizmor 🌈

name: "GitHub Actions Security Analysis with zizmor \U0001F308"
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]

permissions: {}

jobs:
zizmor:
runs-on: ubuntu-latest
Expand All @@ -18,9 +15,8 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

- name: Run zizmor 🌈
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
- name: "Run zizmor \U0001F308"
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
with:
# intentionally not scanning the entire repository,
inputs: ./.github/
Expand Down
Loading