Skip to content

Commit 7fe33ef

Browse files
chore(deps): update github actions
1 parent fc9419d commit 7fe33ef

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-and-push.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ jobs:
5656
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
5757

5858
- name: Login to GHCR
59-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
59+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
6060
with:
6161
registry: ghcr.io
6262
username: ${{ github.repository_owner }}
6363
password: ${{ secrets.GITHUB_TOKEN }}
6464

6565
- name: Build and push by digest
6666
id: build
67-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
67+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
6868
with:
6969
platforms: ${{ matrix.platform.name }}
7070
build-args: |
@@ -83,7 +83,7 @@ jobs:
8383
touch "/tmp/digests/${digest#sha256:}"
8484
8585
- name: Upload digest
86-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
86+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
8787
with:
8888
name: digests-${{ env.PLATFORM_PAIR }}
8989
path: /tmp/digests/*
@@ -124,7 +124,7 @@ jobs:
124124
type=sha,format=long,prefix=
125125
126126
- name: Login to GHCR
127-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
127+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
128128
with:
129129
registry: ghcr.io
130130
username: ${{ github.repository_owner }}

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
path: ./bin/
3434
key: binaries
3535
- name: Setup Golang
36-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
36+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
3737
with:
3838
go-version-file: "go.mod"
3939
- name: Install envtest
@@ -56,7 +56,7 @@ jobs:
5656
- name: Checkout
5757
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5858
- name: Setup Golang
59-
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
59+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
6060
with:
6161
go-version-file: "go.mod"
6262
- name: Generate manifests
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
73-
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
73+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
7474
with:
7575
go-version-file: "go.mod"
7676
- name: golangci-lint

0 commit comments

Comments
 (0)