Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
cbfd2e6
chore: deps(github): bump Action release for actions/setup-go from 4a...
Aug 5, 2026
97bdac9
chore: deps(github): bump Action release for actions/checkout from df...
Aug 5, 2026
6936f9c
chore: deps(github): bump Action tag for golangci/golangci-lint-actio...
Aug 5, 2026
632bde1
chore: deps(github): bump Action release for goreleaser/goreleaser-ac...
Aug 5, 2026
2c7e0da
chore: deps(github): bump Action tag for release-drafter/release-draf...
Aug 5, 2026
fd09727
chore: deps(github): bump Action tag for actions/checkout from df4cb1...
Aug 5, 2026
156d413
chore: deps(github): bump Action tag for docker/setup-qemu-action fro...
Aug 5, 2026
184c5f6
chore: deps(github): bump Action tag for docker/setup-buildx-action f...
Aug 5, 2026
8f2ed1c
chore: deps(github): bump Action tag for actions/setup-go from 4a3601...
Aug 5, 2026
1095e5d
chore: deps(github): bump Action release for goreleaser/goreleaser-ac...
Aug 5, 2026
0ef3597
chore: deps(github): bump Action tag for actions/checkout from df4cb1...
Aug 5, 2026
85ee541
chore: deps(github): bump Action release for docker/setup-qemu-action...
Aug 5, 2026
daea5a7
chore: deps(github): bump Action tag for docker/setup-buildx-action f...
Aug 5, 2026
4049e3d
chore: deps(github): bump Action release for actions/setup-go from 4a...
Aug 5, 2026
f340f12
chore: deps(github): bump Action release for goreleaser/goreleaser-ac...
Aug 5, 2026
d1ff18f
chore: deps(github): bump Action release for docker/login-action from...
Aug 5, 2026
05b8f78
chore: deps(github): bump Action release for docker/login-action from...
Aug 5, 2026
a9502b5
chore: deps(github): bump Action release for actions/checkout from df...
Aug 5, 2026
c8d6202
chore: deps(github): bump Action release for crate-ci/typos from 37bb...
Aug 5, 2026
b7efc5a
chore: deps(github): bump Action release for actions/checkout from df...
Aug 5, 2026
435b9f8
chore: deps(github): bump Action tag for updatecli/updatecli-action f...
Aug 5, 2026
9b0faf3
chore: deps(github): bump Action release for actions/setup-go from 4a...
Aug 5, 2026
c78e6ff
chore: deps(github): bump Action release for actions/checkout from df...
Aug 5, 2026
a747999
chore: deps(github): bump Action tag for updatecli/updatecli-action f...
Aug 5, 2026
c14845e
chore: deps(github): bump Action tag for actions/setup-go from 4a3601...
Aug 5, 2026
e33c34b
chore: deps(github): bump Action tag for actions/checkout from df4cb1...
Aug 5, 2026
9c9928d
chore: deps(github): bump Action release for updatecli/updatecli-acti...
Aug 5, 2026
22b4e2e
chore: deps(github): bump Action release for actions/setup-go from 4a...
Aug 5, 2026
e26cc91
chore: deps(github): bump Action tag for actions/checkout from df4cb1...
Aug 5, 2026
9f3bd54
chore: deps(github): bump Action tag for zizmorcore/zizmor-action fro...
Aug 5, 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.5
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@34d80673e067bdc0c24568d3af899c216adcfaa9 # v7.7.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
Comment thread
github-advanced-security[bot] marked this conversation as resolved.
Fixed
with:
Comment thread
github-advanced-security[bot] marked this conversation as resolved.
Fixed
go-version: 1.26.5
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
Comment thread
github-advanced-security[bot] marked this conversation as resolved.
Fixed
with:
Comment thread
github-advanced-security[bot] marked this conversation as resolved.
Fixed
go-version: 1.26.5
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@dbcb813823bdd20940b903addbd779551569679f # v4.6.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@dbcb813823bdd20940b903addbd779551569679f # v4.6.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@8a48f81b6c64dcfea44b3633223084c4be58ac5f # v1.49.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
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@3dc1ecc9bcb9e94e9b2c709687979e1298497054 # v0.6.2
with:
# intentionally not scanning the entire repository,
inputs: ./.github/
Expand Down