File tree Expand file tree Collapse file tree 7 files changed +14
-11
lines changed
Expand file tree Collapse file tree 7 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1212 fossa :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
15+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
1717 - uses : fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # v1.7.0
1818 with :
Original file line number Diff line number Diff line change 2020 # Needed for GitHub OIDC token if publish_results is true
2121 id-token : write
2222 steps :
23- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424 with :
2525 persist-credentials : false
2626
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Check out repository
16- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
16+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717
1818 - name : Set up Python
1919 uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2626 pip install requests
2727
2828 - name : Restore statefile cache
29- uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
29+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3030 id : restore_cache
3131 with :
3232 path : state.txt
4444 fi
4545
4646 - name : Save statefile cache
47- uses : actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
47+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4848 if : always()
4949 id : save_cache
5050 with :
Original file line number Diff line number Diff line change 2222 working-directory : ./otto
2323
2424 steps :
25- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
25+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
2727 - name : Set up Go
2828 uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
4545 working-directory : ./otto
4646
4747 steps :
48- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
48+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4949
5050 - name : Set up Go
5151 uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
77 --mount=type=cache,target=/root/.cache/go-build \
88 cd ./otto && go build -o /out/otto ./cmd/otto
99
10- FROM debian:bullseye-slim@sha256:c5f48c942c667e70d7e64b124cfc939c25a4a43207c0d14b45844d762dc1d50f
10+ FROM debian:bullseye-slim@sha256:f0dbd70ae23f6ffa17f8b816a1ba1a489f7e9b3c32328867f6b456dec869e031
1111RUN useradd -m otto
1212COPY --from=builder /out/otto /usr/local/bin/otto
1313USER otto
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ require (
66 github.com/1password/onepassword-sdk-go v0.3.1
77 github.com/google/go-github/v71 v71.0.0
88 github.com/google/go-github/v81 v81.0.0
9- github.com/google/go-github/v81 v81.0.0
10- github.com/jferrl/go-githubauth v1.5.0
9+ github.com/jferrl/go-githubauth v1.5.1
1110 github.com/jferrl/go-githubauth/v2 v2.0.0
1211 go.opentelemetry.io/contrib/bridges/otelslog v0.14.0
1312 go.opentelemetry.io/otel v1.39.0
@@ -34,7 +33,7 @@ require (
3433 github.com/go-logr/logr v1.4.3 // indirect
3534 github.com/go-logr/stdr v1.2.2 // indirect
3635 github.com/gobwas/glob v0.2.3 // indirect
37- github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
36+ github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
3837 github.com/google/go-github/v74 v74.0.0 // indirect
3938 github.com/google/go-querystring v1.1.0 // indirect
4039 github.com/google/uuid v1.6.0 // indirect
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=
2121github.com/gobwas/glob v0.2.3 /go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8 =
2222github.com/golang-jwt/jwt/v5 v5.3.0 h1:pv4AsKCKKZuqlgs5sUmn4x8UlGa0kEVt/puTpKx9vvo =
2323github.com/golang-jwt/jwt/v5 v5.3.0 /go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE =
24+ github.com/golang-jwt/jwt/v5 v5.3.1 h1:kYf81DTWFe7t+1VvL7eS+jKFVWaUnK9cB1qbwn63YCY =
25+ github.com/golang-jwt/jwt/v5 v5.3.1 /go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE =
2426github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek =
2527github.com/golang/protobuf v1.5.4 /go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps =
2628github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
@@ -51,6 +53,8 @@ github.com/jferrl/go-githubauth v1.4.2 h1:kMAsSIWBTTy3MNMOna7OTseNvNLsXl/ME4+1Sn
5153github.com/jferrl/go-githubauth v1.4.2 /go.mod h1:JZ6Ta7xaGYCsVOcX/gg++F+J68nV32zlnppQb3MNco8 =
5254github.com/jferrl/go-githubauth v1.5.0 h1:0zv6YqxGwtu2pjtb1DP2vaPVhdsIlyy4AhrjWryJTY8 =
5355github.com/jferrl/go-githubauth v1.5.0 /go.mod h1:dwyfWjg9p59UvnSVevlPGGiVfVluPgezLlHBMLD5qs0 =
56+ github.com/jferrl/go-githubauth v1.5.1 h1:otHMf7Q6+Hw98fEznIUewsrhayXQqXinhNLc7uqYbco =
57+ github.com/jferrl/go-githubauth v1.5.1 /go.mod h1:/TwNj2nXg/u0wrTnz8+BjJDThDKaScqsczu7Ryj+v2s =
5458github.com/jferrl/go-githubauth/v2 v2.0.0 /go.mod h1:CWegJ0VNNWoqKsTxXCMFUHkxaL3/2+Wkl2am0O0zoyg =
5559github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
5660github.com/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
You can’t perform that action at this time.
0 commit comments