Skip to content

Commit bf0831b

Browse files
appleboyclaude
andcommitted
ci(workflows): update GitHub Actions to latest versions
- Update docker/setup-qemu-action from v3 to v4 - Update docker/setup-buildx-action from v3 to v4 - Update docker/metadata-action from v5 to v6 - Update docker/build-push-action from v6 to v7 - Update golangci-lint version from v2.11 to v2.11.2 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fa66658 commit bf0831b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docker.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
make build_linux_amd64
2828
make build_linux_arm64
2929
- name: Set up QEMU
30-
uses: docker/setup-qemu-action@v3
30+
uses: docker/setup-qemu-action@v4
3131

3232
- name: Set up Docker Buildx
33-
uses: docker/setup-buildx-action@v3
33+
uses: docker/setup-buildx-action@v4
3434

3535
- name: Login to GitHub Container Registry
3636
uses: docker/login-action@v4
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Docker meta
4343
id: docker-meta
44-
uses: docker/metadata-action@v5
44+
uses: docker/metadata-action@v6
4545
with:
4646
images: |
4747
ghcr.io/${{ github.repository }}
@@ -56,7 +56,7 @@ jobs:
5656
echo "REPO=${GITHUB_REPOSITORY,,}" >> ${GITHUB_ENV}
5757
5858
- name: Build Docker image for scanning
59-
uses: docker/build-push-action@v6
59+
uses: docker/build-push-action@v7
6060
with:
6161
context: .
6262
platforms: linux/amd64
@@ -82,7 +82,7 @@ jobs:
8282
sarif_file: "trivy-docker-results.sarif"
8383

8484
- name: Build and push
85-
uses: docker/build-push-action@v6
85+
uses: docker/build-push-action@v7
8686
with:
8787
context: .
8888
platforms: linux/amd64,linux/arm64

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup golangci-lint
4040
uses: golangci/golangci-lint-action@v9
4141
with:
42-
version: v2.11
42+
version: v2.11.2
4343
args: --verbose
4444

4545
test:

0 commit comments

Comments
 (0)