Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
9ea7cdb
chore: deps(github): bump Action tag for actions/setup-go from 4a3601...
Jul 20, 2026
a71f7cc
chore: deps(github): bump Action tag for actions/checkout from df4cb1...
Jul 20, 2026
e81bb24
chore: deps(github): bump Action tag for golangci/golangci-lint-actio...
Jul 20, 2026
733438c
chore: deps(github): bump Action tag for goreleaser/goreleaser-action...
Jul 20, 2026
f59639c
chore: deps(github): bump Action tag for release-drafter/release-draf...
Jul 20, 2026
c3a73b4
chore: deps(github): bump Action release for actions/checkout from df...
Jul 20, 2026
a92e2db
chore: deps(github): bump Action release for docker/setup-qemu-action...
Jul 20, 2026
dbf8b99
chore: deps(github): bump Action release for docker/setup-buildx-acti...
Jul 20, 2026
5ec0477
chore: deps(github): bump Action tag for actions/setup-go from 4a3601...
Jul 20, 2026
7b71023
chore: deps(github): bump Action tag for goreleaser/goreleaser-action...
Jul 20, 2026
5017da0
chore: deps(github): bump Action release for actions/checkout from df...
Jul 20, 2026
f0a8193
chore: deps(github): bump Action tag for docker/setup-qemu-action fro...
Jul 20, 2026
495c9ac
chore: deps(github): bump Action release for docker/setup-buildx-acti...
Jul 20, 2026
7909e0e
chore: deps(github): bump Action release for actions/setup-go from 4a...
Jul 20, 2026
a22688b
chore: deps(github): bump Action release for goreleaser/goreleaser-ac...
Jul 20, 2026
4567dc7
chore: deps(github): bump Action tag for docker/login-action from 650...
Jul 20, 2026
e95b1c5
chore: deps(github): bump Action release for docker/login-action from...
Jul 20, 2026
774b3cc
chore: deps(github): bump Action release for actions/checkout from df...
Jul 20, 2026
bd1d8aa
chore: deps(github): bump Action tag for crate-ci/typos from 37bb9884...
Jul 20, 2026
9f1c203
chore: deps(github): bump Action tag for actions/checkout from df4cb1...
Jul 20, 2026
cfacf06
chore: deps(github): bump Action release for updatecli/updatecli-acti...
Jul 20, 2026
f51d011
chore: deps(github): bump Action release for actions/setup-go from 4a...
Jul 20, 2026
b771581
chore: deps(github): bump Action tag for actions/checkout from df4cb1...
Jul 20, 2026
910224a
chore: deps(github): bump Action release for updatecli/updatecli-acti...
Jul 20, 2026
0b0746a
chore: deps(github): bump Action release for actions/setup-go from 4a...
Jul 20, 2026
54ad45b
chore: deps(github): bump Action tag for actions/checkout from df4cb1...
Jul 20, 2026
12287ff
chore: deps(github): bump Action release for updatecli/updatecli-acti...
Jul 20, 2026
3bb21be
chore: deps(github): bump Action tag for actions/setup-go from 4a3601...
Jul 20, 2026
c715449
chore: deps(github): bump Action release for actions/checkout from df...
Jul 20, 2026
9ea05ab
chore: deps(github): bump Action release for zizmorcore/zizmor-action...
Jul 20, 2026
96b768a
chore: deps(github): bump Action tag for actions/checkout from 9c091b...
Jul 21, 2026
0ccc6fe
chore: deps(github): bump Action tag for actions/checkout from 9c091b...
Jul 21, 2026
11a60ad
chore: deps(github): bump Action release for actions/checkout from 9c...
Jul 21, 2026
1dadf18
chore: deps(github): bump Action tag for actions/checkout from 9c091b...
Jul 21, 2026
5b6a64e
chore: deps(github): bump Action release for actions/checkout from 9c...
Jul 21, 2026
856ce0e
chore: deps(github): bump Action tag for actions/checkout from 9c091b...
Jul 21, 2026
751b0c2
chore: deps(github): bump Action release for actions/checkout from 9c...
Jul 21, 2026
a336256
chore: deps(github): bump Action tag for actions/checkout from 9c091b...
Jul 21, 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
8 changes: 4 additions & 4 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,22 @@ jobs:
sudo docker builder prune -a
df -h
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
cache: false
go-version: 1.26.4
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: golangci-lint
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
with:
# Required: the version of golangci-lint is required
# and must be specified without patch version:
# we always use the latest patch version.
version: v2.12.2
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2
uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3
with:
install-only: true
- name: Show GoReleaser version
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 @@ -10,7 +10,7 @@ jobs:
update_release_draft:
runs-on: ubuntu-24.04
steps:
- uses: release-drafter/release-drafter@693d20e7c1ce1a81d3a41962f85914253b518449 # v7.3.1
- uses: release-drafter/release-drafter@eada3c96a64734dd381cfbda23511034e328ddb0 # v7.6.0
with:
config-name: release-drafter.yaml
env:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release-sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
sudo docker image prune --all --force
sudo docker builder prune -a
- run: df -h
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0

Check notice

Code scanning / zizmor

credential persistence through GitHub Actions artifacts: does not set persist-credentials: false Note

credential persistence through GitHub Actions artifacts: does not set persist-credentials: false
- name: Set up QEMU
uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
# https://github.com/actions/setup-go
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0

Check failure

Code scanning / zizmor

runtime artifacts potentially vulnerable to a cache poisoning attack: enables caching by default Error

runtime artifacts potentially vulnerable to a cache poisoning attack: enables caching by default
with:
Comment thread
github-advanced-security[bot] marked this conversation as resolved.
Fixed
go-version: 1.26.4
id: go
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2
uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3
with:
install-only: true
- name: Show GoReleaser version
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,32 +22,32 @@
sudo docker image prune --all --force
sudo docker builder prune -a
- run: df -h
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0

Check notice

Code scanning / zizmor

credential persistence through GitHub Actions artifacts: does not set persist-credentials: false Note

credential persistence through GitHub Actions artifacts: does not set persist-credentials: false
- name: Set up QEMU
uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
# https://github.com/actions/setup-go
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0

Check failure

Code scanning / zizmor

runtime artifacts potentially vulnerable to a cache poisoning attack: enables caching by default Error

runtime artifacts potentially vulnerable to a cache poisoning attack: enables caching by default
with:
Comment thread
github-advanced-security[bot] marked this conversation as resolved.
Fixed
go-version: 1.26.4
id: go
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2
uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3
with:
install-only: true
- name: Show GoReleaser version
run: goreleaser --version
- name: Login to DockerHub
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
- name: Login to GitHub Docker Registry
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down
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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Check spelling of file.txt
uses: crate-ci/typos@37bb98842b0d8c4ffebdb75301a13db0267cef89 # v1.47.2
uses: crate-ci/typos@bee27e3a4fd1ea2111cf90ab89cd076c870fce14 # v1.48.0
6 changes: 3 additions & 3 deletions .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: "actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10" # v6.0.3
uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7.0.1
with:
persist-credentials: false
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@5bda7da77bf4d181bce5f807d73d832b62062acf" # v3.3.0
uses: "updatecli/updatecli-action@5dfc616e57b07d2302c3f37e5b72a4ead82dbbf8" # v3.4.0
with:
version: "v0.118.0"
- name: "Set up Go"
uses: "actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c" # v6.4.0
uses: "actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e" # v7.0.0

Check failure

Code scanning / zizmor

runtime artifacts potentially vulnerable to a cache poisoning attack: enables caching by default Error

runtime artifacts potentially vulnerable to a cache poisoning attack: enables caching by default
with:
go-version-file: "go.mod"
id: go
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/updatecli_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: "actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10" # v6.0.3
uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7.0.1
with:
persist-credentials: false
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@5bda7da77bf4d181bce5f807d73d832b62062acf" # v3.3.0
uses: "updatecli/updatecli-action@5dfc616e57b07d2302c3f37e5b72a4ead82dbbf8" # v3.4.0
with:
version: "v0.118.0"
- name: "Set up Go"
uses: "actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c" # v6.4.0
uses: "actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e" # v7.0.0
with:
go-version-file: "go.mod"
id: go
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/updatecli_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: "actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10" # v6.0.3
uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7.0.1
with:
persist-credentials: false
- name: "Setup updatecli"
uses: "updatecli/updatecli-action@5bda7da77bf4d181bce5f807d73d832b62062acf" # v3.3.0
uses: "updatecli/updatecli-action@5dfc616e57b07d2302c3f37e5b72a4ead82dbbf8" # v3.4.0
with:
version: "v0.118.0"
- name: "Set up Go"
uses: "actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c" # v6.4.0
uses: "actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e" # v7.0.0
with:
go-version-file: "go.mod"
id: go
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zizmor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: "Run zizmor \U0001F308"
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0
with:
# intentionally not scanning the entire repository,
inputs: ./.github/
Expand Down