Skip to content

Commit 3ec4662

Browse files
[skip-release] Update github-actions
1 parent 4d46c0d commit 3ec4662

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
permissions:
1313
contents: write
1414
actions: write

.github/workflows/lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
terraform_version: latest
1818

1919
- name: Setup Go
20-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
20+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
2121
with:
2222
go-version: "stable"
2323

0 commit comments

Comments
 (0)