Skip to content

Commit 20e5de3

Browse files
appleboyclaude
andcommitted
ci(workflows): update GitHub Actions to latest versions
- Bump golangci-lint from v2.9 to v2.11 - Bump aquasecurity/trivy-action from 0.34.1 to 0.35.0 - Bump docker/login-action from v3 to v4 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 14e2653 commit 20e5de3

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: docker/setup-buildx-action@v3
3434

3535
- name: Login to GitHub Container Registry
36-
uses: docker/login-action@v3
36+
uses: docker/login-action@v4
3737
with:
3838
registry: ghcr.io
3939
username: ${{ github.repository_owner }}
@@ -68,7 +68,7 @@ jobs:
6868
VERSION=${{ steps.docker-meta.outputs.version }}
6969
7070
- name: Run Trivy vulnerability scanner on Docker image
71-
uses: aquasecurity/trivy-action@0.34.1
71+
uses: aquasecurity/trivy-action@0.35.0
7272
with:
7373
image-ref: ${{ env.REPO }}:scan
7474
ignore-unfixed: true

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v6
2424

2525
- name: Run Trivy vulnerability scanner in repo mode
26-
uses: aquasecurity/trivy-action@0.34.1
26+
uses: aquasecurity/trivy-action@0.35.0
2727
with:
2828
scan-type: "fs"
2929
scan-ref: "."
@@ -39,7 +39,7 @@ jobs:
3939
sarif_file: "trivy-results.sarif"
4040

4141
- name: Run Trivy vulnerability scanner (table output)
42-
uses: aquasecurity/trivy-action@0.34.1
42+
uses: aquasecurity/trivy-action@0.35.0
4343
if: always()
4444
with:
4545
scan-type: "fs"

.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.9
42+
version: v2.11
4343
args: --verbose
4444

4545
test:

0 commit comments

Comments
 (0)