We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be5e9d commit c1fd0cbCopy full SHA for c1fd0cb
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@a896dd9c1eb45e54c30eb3f256e6f269869e98e1 # 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@a896dd9c1eb45e54c30eb3f256e6f269869e98e1 # v0.4.2
26
with:
27
run-benchmarks: true
28
run-release-test: true
0 commit comments