Skip to content

Commit 8bc2634

Browse files
[skip-release] Pin dependencies
1 parent 9a6a599 commit 8bc2634

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release:
1010
if: github.event.pull_request.merged == true && !contains(github.event.pull_request.title, 'skip-release')
11-
uses: libops/actions/.github/workflows/bump-release.yaml@main
11+
uses: libops/actions/.github/workflows/bump-release.yaml@ef667db8c16533a257d841e75df5c3388152b2d7 # main
1212
with:
1313
workflow_file: goreleaser.yaml
1414
prefix: v

.github/workflows/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
goreleaser:
15-
uses: libops/terraform-linux-packages/.github/workflows/reusable-goreleaser.yaml@main
15+
uses: libops/terraform-linux-packages/.github/workflows/reusable-goreleaser.yaml@4a8eafe5a90d5f811e389d2d55015287896c2a66 # main
1616
permissions:
1717
contents: write
1818
id-token: write

0 commit comments

Comments
 (0)