File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,22 +16,22 @@ permissions:
1616jobs :
1717 super-linter :
1818 name : Super Linter
19- uses : harryzcy/github-actions/.github/workflows/linter.yml@719b651276bdeca4bbc8d81e8a51d7fd02d1a17b # main
19+ uses : harryzcy/github-actions/.github/workflows/linter.yml@3ce6f550e4cc0f77ae4ce84604c55e9b41dab049 # main
2020
2121 go-lint :
2222 name : Go Lint
23- uses : harryzcy/github-actions/.github/workflows/golangci-lint.yml@719b651276bdeca4bbc8d81e8a51d7fd02d1a17b # main
23+ uses : harryzcy/github-actions/.github/workflows/golangci-lint.yml@3ce6f550e4cc0f77ae4ce84604c55e9b41dab049 # main
2424 with :
2525 working-directory : bff
2626
2727 prettier :
2828 name : Prettier
29- uses : harryzcy/github-actions/.github/workflows/prettier.yml@719b651276bdeca4bbc8d81e8a51d7fd02d1a17b # main
29+ uses : harryzcy/github-actions/.github/workflows/prettier.yml@3ce6f550e4cc0f77ae4ce84604c55e9b41dab049 # main
3030 with :
3131 working-directory : web
3232
3333 eslint :
3434 name : ESLint
35- uses : harryzcy/github-actions/.github/workflows/npm-lint.yml@719b651276bdeca4bbc8d81e8a51d7fd02d1a17b # main
35+ uses : harryzcy/github-actions/.github/workflows/npm-lint.yml@3ce6f550e4cc0f77ae4ce84604c55e9b41dab049 # main
3636 with :
3737 working-directory : web
Original file line number Diff line number Diff line change 2121 permissions :
2222 contents : write
2323 pull-requests : write
24- uses : harryzcy/github-actions/.github/workflows/release-drafter.yml@719b651276bdeca4bbc8d81e8a51d7fd02d1a17b # main
24+ uses : harryzcy/github-actions/.github/workflows/release-drafter.yml@3ce6f550e4cc0f77ae4ce84604c55e9b41dab049 # main
Original file line number Diff line number Diff line change 1313 name : Release on GitHub
1414 permissions :
1515 contents : write
16- uses : harryzcy/github-actions/.github/workflows/release.yml@719b651276bdeca4bbc8d81e8a51d7fd02d1a17b # main
16+ uses : harryzcy/github-actions/.github/workflows/release.yml@3ce6f550e4cc0f77ae4ce84604c55e9b41dab049 # main
1717
1818 release-docker :
1919 name : Release on Docker Hub
Original file line number Diff line number Diff line change 1919 permissions :
2020 id-token : write
2121 contents : read
22- uses : harryzcy/github-actions/.github/workflows/go.yml@719b651276bdeca4bbc8d81e8a51d7fd02d1a17b # main
22+ uses : harryzcy/github-actions/.github/workflows/go.yml@3ce6f550e4cc0f77ae4ce84604c55e9b41dab049 # main
2323 with :
2424 working-directory : bff
2525 latest : 1
You can’t perform that action at this time.
0 commit comments