File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 3030 uses : docker/setup-buildx-action@v3
3131
3232 - name : Checkout repository
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v6
3434
3535 - name : Log in to the Container registry
3636 uses : docker/login-action@master
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [main]
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 lint :
1114 name : Lint and Check Formatting
1215 runs-on : ubuntu-latest
1316
1417 steps :
15- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1619
1720 - name : Set up Go
18- uses : actions/setup-go@v5
21+ uses : actions/setup-go@v6
1922 with :
2023 go-version-file : " go.mod"
21- cache : true
2224
2325 - name : Install dependencies
2426 run : go mod download
2527
2628 - name : Lint with golangci-lint
27- uses : golangci/golangci-lint-action@v8
29+ uses : golangci/golangci-lint-action@v9
2830 with :
2931 version : latest
3032
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [main]
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 test :
1114 name : Run Tests
1215 runs-on : ubuntu-latest
1316
1417 steps :
15- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1619
1720 - name : Set up Go
18- uses : actions/setup-go@v5
21+ uses : actions/setup-go@v6
1922 with :
2023 go-version-file : " go.mod"
21- cache : true
2224
2325 - name : Install dependencies
2426 run : go mod download
You can’t perform that action at this time.
0 commit comments