Skip to content

Commit b5b77c5

Browse files
authored
Merge pull request #503 from zalando-incubator/dependabot/github_actions/github-actions-d3099d5121
Bump the github-actions group with 4 updates
2 parents 612a5a8 + 3154b10 commit b5b77c5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ jobs:
44
tests:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v4
8-
- uses: actions/setup-go@v5
7+
- uses: actions/checkout@v5
8+
- uses: actions/setup-go@v6
99
with:
1010
go-version: '^1.25'
1111
- run: go version

.github/workflows/docker-multiarch.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525

2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
fetch-depth: 0 # Fetch full history for git describe
3131

3232
- name: Set up Go
33-
uses: actions/setup-go@v5
33+
uses: actions/setup-go@v6
3434
with:
3535
go-version: '^1.25'
3636

@@ -71,7 +71,7 @@ jobs:
7171
GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -o build/linux/arm64/es-operator -ldflags "-X main.version=$(git describe --tags --always --dirty) -w -s" .
7272
7373
- name: Build and push Docker image
74-
uses: docker/build-push-action@v5
74+
uses: docker/build-push-action@v6
7575
with:
7676
context: .
7777
file: ./Dockerfile.ghcr
@@ -96,7 +96,7 @@ jobs:
9696
output: 'trivy-results.sarif'
9797

9898
- name: Upload Trivy scan results to GitHub Security tab
99-
uses: github/codeql-action/upload-sarif@v3
99+
uses: github/codeql-action/upload-sarif@v4
100100
if: always()
101101
with:
102102
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)