From 61b15c1e3245e5eb1da707b24c41490936bdbaaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 22:05:53 +0000 Subject: [PATCH] chore(deps): pin nezuchan/workflows action to f1fd8ac --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1ab0cf..052b400 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,6 @@ on: jobs: test: - uses: nezuchan/workflows/.github/workflows/golang-compile-test.yml@main + uses: nezuchan/workflows/.github/workflows/golang-compile-test.yml@f1fd8acd1eb6ee76f944ab700ce7beafec5519c0 # main with: TARGET_FILE: "." \ No newline at end of file