We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59f45e commit 656d013Copy full SHA for 656d013
.github/workflows/build.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
test:
13
- uses: nezuchan/workflows/.github/workflows/golang-compile-test.yml@main
+ uses: nezuchan/workflows/.github/workflows/golang-compile-test.yml@f1fd8acd1eb6ee76f944ab700ce7beafec5519c0 # main
14
with:
15
ADDITIONAL_PACKAGES: "libvips-dev"
16
TARGET_FILE: "cmd/server/main.go"
.github/workflows/docker.yml
@@ -14,5 +14,5 @@ on:
docker:
17
- uses: nezuchan/workflows/.github/workflows/docker-build.yml@main
+ uses: nezuchan/workflows/.github/workflows/docker-build.yml@f1fd8acd1eb6ee76f944ab700ce7beafec5519c0 # main
18
secrets: inherit
0 commit comments