Skip to content

Commit c1fd0cb

Browse files
chore(deps): pin neticdk/shared-github-actions action to a896dd9
1 parent 5be5e9d commit c1fd0cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ permissions:
1313
jobs:
1414
release:
1515
name: Release
16-
uses: neticdk/shared-github-actions/.github/workflows/go-cd.yaml@main
16+
uses: neticdk/shared-github-actions/.github/workflows/go-cd.yaml@a896dd9c1eb45e54c30eb3f256e6f269869e98e1 # main
1717
secrets: inherit

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222
jobs:
2323
test:
2424
name: Build and Test
25-
uses: neticdk/shared-github-actions/.github/workflows/go-ci.yaml@v0.4.2
25+
uses: neticdk/shared-github-actions/.github/workflows/go-ci.yaml@a896dd9c1eb45e54c30eb3f256e6f269869e98e1 # v0.4.2
2626
with:
2727
run-benchmarks: true
2828
run-release-test: true

0 commit comments

Comments
 (0)