File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
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
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'
You can’t perform that action at this time.
0 commit comments