Commit 26d9973 1 parent ba4bd6b commit 26d9973 Copy full SHA for 26d9973
File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- id : release-please
20
- uses : GoogleCloudPlatform/release-please-action@v3
20
+ uses : GoogleCloudPlatform/release-please-action@v4
21
21
with :
22
22
command : manifest
23
23
package-name : opa-plugin
Original file line number Diff line number Diff line change 9
9
- uses : actions/checkout@v4
10
10
with :
11
11
fetch-depth : 0
12
- - uses : wagoid/commitlint-github-action@v5
12
+ - uses : wagoid/commitlint-github-action@v6
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18
18
uses : actions/checkout@v4
19
19
20
20
- name : Set up Go
21
- uses : actions/setup-go@v4
21
+ uses : actions/setup-go@v5
22
22
with :
23
23
go-version-file : go.mod
24
24
25
25
- name : Run GolangCI-Lint Scanner
26
- uses : golangci/golangci-lint-action@v3
26
+ uses : golangci/golangci-lint-action@v6
27
27
with :
28
28
# Required: the version of golangci-lint is required and must be specified without patch version.
29
29
version : v1.54.1
Original file line number Diff line number Diff line change 27
27
uses : actions/checkout@v4
28
28
29
29
- name : Set up Go
30
- uses : actions/setup-go@v4
30
+ uses : actions/setup-go@v5
31
31
with :
32
32
go-version-file : go.mod
33
33
Original file line number Diff line number Diff line change 32
32
33
33
- name : Authenticate to Google Cloud
34
34
id : auth
35
- uses : google-github-actions/auth@v1
35
+ uses : google-github-actions/auth@v2
36
36
with :
37
37
workload_identity_provider : projects/699926043561/locations/global/workloadIdentityPools/github-dev/providers/github-dev-provider
38
38
service_account :
[email protected]
You can’t perform that action at this time.
0 commit comments