Skip to content

Commit 656d013

Browse files
chore(deps): pin nezuchan/workflows action to f1fd8ac (#49)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b59f45e commit 656d013

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
test:
13-
uses: nezuchan/workflows/.github/workflows/golang-compile-test.yml@main
13+
uses: nezuchan/workflows/.github/workflows/golang-compile-test.yml@f1fd8acd1eb6ee76f944ab700ce7beafec5519c0 # main
1414
with:
1515
ADDITIONAL_PACKAGES: "libvips-dev"
1616
TARGET_FILE: "cmd/server/main.go"

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ on:
1414

1515
jobs:
1616
docker:
17-
uses: nezuchan/workflows/.github/workflows/docker-build.yml@main
17+
uses: nezuchan/workflows/.github/workflows/docker-build.yml@f1fd8acd1eb6ee76f944ab700ce7beafec5519c0 # main
1818
secrets: inherit

0 commit comments

Comments
 (0)