Skip to content

Commit ac563d0

Browse files
[skip-release] Update github-actions
1 parent dbd77ce commit ac563d0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
with:
3838
persist-credentials: false
3939

40-
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
40+
- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
4141

4242
- name: Build native image without credentials
43-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
43+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
4444
with:
4545
context: .
4646
load: true

.github/workflows/reusable-goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ jobs:
7474
fetch-depth: 0
7575

7676
- name: Set up Go
77-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
77+
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
7878
with:
7979
go-version: ${{ inputs.go-version }}
8080

8181
- name: Run GoReleaser
82-
uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7
82+
uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7
8383
with:
8484
distribution: goreleaser
8585
# Keep source-release and cross-repository publication credentials

0 commit comments

Comments
 (0)