We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6143960 commit 4db479dCopy full SHA for 4db479d
2 files changed
.github/workflows/cd.yaml
@@ -13,5 +13,5 @@ permissions:
13
jobs:
14
release:
15
name: Release
16
- uses: neticdk/shared-github-actions/.github/workflows/go-cd.yaml@main
+ uses: neticdk/shared-github-actions/.github/workflows/go-cd.yaml@dd6cb4fb8e94da8aa900d82ce377bd64db32f557 # main
17
secrets: inherit
.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ permissions:
22
23
test:
24
name: Build and Test
25
- uses: neticdk/shared-github-actions/.github/workflows/go-ci.yaml@v0.4.2
+ uses: neticdk/shared-github-actions/.github/workflows/go-ci.yaml@6b06079b6d743217648e9829e34db83489a9954c # v0.4.4
26
with:
27
run-benchmarks: true
28
run-release-test: true
0 commit comments