From 5eddcbcca8fdab136ac625c8b02e666b8bee3fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:36:27 +0000 Subject: [PATCH 1/2] chore(deps): bump actions/cache from 5.0.1 to 5.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/9255dc7a253b0ccc959486e2bca901246202afeb...cdf6c1fa76f9f475f3d7449005a359c84ca0f306) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index f6ec4be..7965acb 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -241,7 +241,7 @@ jobs: - name: Cache Go modules if: ${{ hashFiles('**/go.sum') != '' }} - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: path: | ~/.cache/go-build From 9fa4f091bc44dec782f5ee12af1aa61db023c7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 18 Feb 2026 20:38:33 +0000 Subject: [PATCH 2/2] chore(nix): fix hash for updated go dependencies --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 356be7c..7308c17 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ version = "0.1.0"; src = ./.; - vendorHash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="; + vendorHash = "sha256-hZj/PDNsWGplSrOgzJtL09/oFXHZ4zdS7BiRS+oy5bw="; ldflags = [ "-s"