File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
2525 go-version-file : ' go.mod'
2626 cache : false
2727 - name : Import GPG key
28- uses : crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2 .0
28+ uses : crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3 .0
2929 id : import_gpg
3030 with :
3131 gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
3232 passphrase : ${{ secrets.PASSPHRASE }}
3333 - name : Run GoReleaser
34- uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
34+ uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
3535 with :
3636 args : release --clean
3737 env :
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
2222 persist-credentials : false
2323
2424 - name : Install the latest version of uv
25- uses : astral-sh/setup-uv@22695119d769bdb6f7032ad67b9bca0ef8c4a174 # v5
25+ uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5
2626
2727 - name : Run zizmor 🌈
2828 run : uvx zizmor --format sarif . > results.sarif
2929 env :
3030 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3131
3232 - name : Upload SARIF file
33- uses : github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3
33+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3
3434 with :
3535 sarif_file : results.sarif
3636 category : zizmor
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/planetscale/terraform-provider-planetscale
22
33go 1.23.0
44
5- toolchain go1.24.1
5+ toolchain go1.24.2
66
77require (
88 github.com/dave/jennifer v1.7.1
@@ -18,7 +18,7 @@ require (
1818 github.com/pkg/errors v0.9.1
1919 github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
2020 golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
21- golang.org/x/oauth2 v0.28 .0
21+ golang.org/x/oauth2 v0.29 .0
2222 golang.org/x/text v0.23.0
2323)
2424
Original file line number Diff line number Diff line change @@ -281,6 +281,8 @@ golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
281281golang.org/x/net v0.37.0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
282282golang.org/x/oauth2 v0.28.0 h1:CrgCKl8PPAVtLnU3c+EDw6x11699EWlsDeWNWKdIOkc =
283283golang.org/x/oauth2 v0.28.0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
284+ golang.org/x/oauth2 v0.29.0 h1:WdYw2tdTK1S8olAzWHdgeqfy+Mtm9XNhv/xJsY65d98 =
285+ golang.org/x/oauth2 v0.29.0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
284286golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
285287golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
286288golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments