From 33cb1e82d196b44982d5fd3202be43473979a9f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 13:42:29 +0000 Subject: [PATCH 1/2] chore(deps): bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-go](https://github.com/actions/setup-go) and [actions/attest](https://github.com/actions/attest). Updates `actions/checkout` from 6 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v6.0.3) Updates `actions/setup-go` from 6 to 6.4.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v6...v6.4.0) Updates `actions/attest` from 4 to 4.1.0 - [Release notes](https://github.com/actions/attest/releases) - [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest/compare/v4...v4.1.0) --- updated-dependencies: - dependency-name: actions/attest dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-go dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release-latest.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08f6d52..68b6f9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,10 +18,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v6.4.0 with: go-version-file: code-dispatcher/go.mod cache: false diff --git a/.github/workflows/release-latest.yml b/.github/workflows/release-latest.yml index 87a57b8..12c795f 100644 --- a/.github/workflows/release-latest.yml +++ b/.github/workflows/release-latest.yml @@ -20,10 +20,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.3 - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v6.4.0 with: go-version-file: code-dispatcher/go.mod cache: false @@ -40,7 +40,7 @@ jobs: sha256sum code-dispatcher-* > SHA256SUMS - name: Generate artifact attestations - uses: actions/attest@v4 + uses: actions/attest@v4.1.0 with: subject-path: | dist/code-dispatcher-* From 48cb3a2d79554f68f1aa5faabebedfa3bec3f181 Mon Sep 17 00:00:00 2001 From: makoMakoGo <48956204+makoMakoGo@users.noreply.github.com> Date: Sat, 11 Jul 2026 21:49:41 +0800 Subject: [PATCH 2/2] fix: update setup-go to v6.5.0 --- .github/workflows/ci.yml | 2 +- .github/workflows/release-latest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68b6f9f..eee73d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v6.0.3 - name: Setup Go - uses: actions/setup-go@v6.4.0 + uses: actions/setup-go@v6.5.0 with: go-version-file: code-dispatcher/go.mod cache: false diff --git a/.github/workflows/release-latest.yml b/.github/workflows/release-latest.yml index 12c795f..599d57a 100644 --- a/.github/workflows/release-latest.yml +++ b/.github/workflows/release-latest.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v6.0.3 - name: Setup Go - uses: actions/setup-go@v6.4.0 + uses: actions/setup-go@v6.5.0 with: go-version-file: code-dispatcher/go.mod cache: false