-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(stencil): upgrade modules (2025-01-13) (#79)
This PR contains the following updates: | Module | Change | |--------|--------| | [github.com/getoutreach/devbase](https://github.com/getoutreach/devbase) | `v2.28.2-rc.2` -> `v2.29.0-rc.8` | | [github.com/getoutreach/stencil-actions](https://github.com/getoutreach/stencil-actions) | `v0.4.3-rc.3` -> `v0.4.4-rc.1` | | [github.com/getoutreach/stencil-base](https://github.com/getoutreach/stencil-base) | `v0.16.2-rc.1` -> `v0.16.3-rc.1` | | [github.com/getoutreach/stencil-circleci](https://github.com/getoutreach/stencil-circleci) | `v1.14.0` -> `v1.15.0-rc.1` | | [github.com/getoutreach/stencil-discovery](https://github.com/getoutreach/stencil-discovery) | `v1.8.6-rc.1` -> `v1.8.7-rc.1` | | [github.com/getoutreach/stencil-golang](https://github.com/getoutreach/stencil-golang) | `v1.24.1-rc.2` -> `v1.25.0-rc.9` | --- ### Release Notes <details> <summary>github.com/getoutreach/devbase</summary> <a href="https://github.com/getoutreach/devbase/compare/v2.28.2-rc.2...v2.29.0-rc.8">Changes</a> </details> <details> <summary>github.com/getoutreach/stencil-actions</summary> <a href="https://github.com/getoutreach/stencil-actions/compare/v0.4.3-rc.3...v0.4.4-rc.1">Changes</a> </details> <details> <summary>github.com/getoutreach/stencil-base</summary> <a href="https://github.com/getoutreach/stencil-base/compare/v0.16.2-rc.1...v0.16.3-rc.1">Changes</a> </details> <details> <summary>github.com/getoutreach/stencil-circleci</summary> <a href="https://github.com/getoutreach/stencil-circleci/compare/v1.14.0...v1.15.0-rc.1">Changes</a> </details> <details> <summary>github.com/getoutreach/stencil-discovery</summary> <a href="https://github.com/getoutreach/stencil-discovery/compare/v1.8.6-rc.1...v1.8.7-rc.1">Changes</a> </details> <details> <summary>github.com/getoutreach/stencil-golang</summary> <a href="https://github.com/getoutreach/stencil-golang/compare/v1.24.1-rc.2...v1.25.0-rc.9">Changes</a> </details> --- This PR was generated by [stencilbot](https://github.com/getoutreach/dtss-tools). Feedback/Questions? Reach out to us on [Slack](https://outreach-hq.slack.com/archives/CN9MU7GLW). <details> <summary>Metadata</summary> <b>Stencil Version</b>: <code>v1.40.1-rc.2</code> </details> --------- Co-authored-by: getoutreach-ci-1[bot] <95656460+getoutreach-ci-1[bot]@users.noreply.github.com> Co-authored-by: Mark Lee <[email protected]>
- Loading branch information
1 parent
0437517
commit aeda31b
Showing
19 changed files
with
803 additions
and
716 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# syntax, such as anchors, will be fixed automatically. | ||
version: 2.1 | ||
orbs: | ||
shared: getoutreach/shared@dev:2.28.2-rc.2 | ||
shared: getoutreach/shared@dev:2.29.0-rc.8 | ||
queue: eddiewebb/[email protected] | ||
## <<Stencil::Block(CircleCIExtraOrbs)>> | ||
|
||
|
@@ -20,6 +20,7 @@ parameters: | |
contexts: &contexts | ||
- aws-credentials | ||
- npm-credentials | ||
- box | ||
- vault-dev | ||
- confluence | ||
- circleci-credentials | ||
|
@@ -44,6 +45,10 @@ test: &test | |
release_branches: &release_branches | ||
- "main" | ||
|
||
## <<Stencil::Block(circleAnchorExtra)>> | ||
|
||
## <</Stencil::Block>> | ||
|
||
jobs: | ||
{} | ||
## <<Stencil::Block(circleJobs)>> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ import ( | |
"fmt" | ||
"testing" | ||
|
||
"github.com/google/go-github/v43/github" | ||
"github.com/google/go-github/v68/github" | ||
"gotest.tools/v3/assert" | ||
) | ||
|
||
|
@@ -26,10 +26,10 @@ func Test_allowBypass(t *testing.T) { | |
commit: &github.RepositoryCommit{ | ||
Commit: &github.Commit{ | ||
Author: &github.CommitAuthor{ | ||
Email: github.String("49699333+dependabot[bot]@users.noreply.github.com"), | ||
Email: github.Ptr("49699333+dependabot[bot]@users.noreply.github.com"), | ||
}, | ||
Verification: &github.SignatureVerification{ | ||
Verified: github.Bool(true), | ||
Verified: github.Ptr(true), | ||
}, | ||
}, | ||
}, | ||
|
@@ -42,10 +42,10 @@ func Test_allowBypass(t *testing.T) { | |
commit: &github.RepositoryCommit{ | ||
Commit: &github.Commit{ | ||
Author: &github.CommitAuthor{ | ||
Email: github.String("[email protected]"), | ||
Email: github.Ptr("[email protected]"), | ||
}, | ||
Verification: &github.SignatureVerification{ | ||
Verified: github.Bool(true), | ||
Verified: github.Ptr(true), | ||
}, | ||
}, | ||
}, | ||
|
@@ -57,12 +57,12 @@ func Test_allowBypass(t *testing.T) { | |
args: args{ | ||
commit: &github.RepositoryCommit{ | ||
Commit: &github.Commit{ | ||
SHA: github.String("1234"), | ||
SHA: github.Ptr("1234"), | ||
Author: &github.CommitAuthor{ | ||
Email: github.String("49699333+dependabot[bot]@users.noreply.github.com"), | ||
Email: github.Ptr("49699333+dependabot[bot]@users.noreply.github.com"), | ||
}, | ||
Verification: &github.SignatureVerification{ | ||
Verified: github.Bool(false), | ||
Verified: github.Ptr(false), | ||
}, | ||
}, | ||
}, | ||
|
@@ -75,10 +75,10 @@ func Test_allowBypass(t *testing.T) { | |
commit: &github.RepositoryCommit{ | ||
Commit: &github.Commit{ | ||
Author: &github.CommitAuthor{ | ||
Email: github.String("[email protected]"), | ||
Email: github.Ptr("[email protected]"), | ||
}, | ||
Verification: &github.SignatureVerification{ | ||
Verified: github.Bool(true), | ||
Verified: github.Ptr(true), | ||
}, | ||
}, | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,24 @@ | ||
module github.com/getoutreach/actions | ||
|
||
go 1.22 | ||
go 1.23.0 | ||
|
||
toolchain go1.22.6 | ||
toolchain go1.23.4 | ||
|
||
require ( | ||
github.com/bradleyfalzon/ghinstallation/v2 v2.12.0 | ||
github.com/bradleyfalzon/ghinstallation/v2 v2.13.0 | ||
github.com/getoutreach/goql v1.13.0 | ||
github.com/google/go-github/v43 v43.0.0 | ||
github.com/google/go-github/v68 v68.0.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/sethvargo/go-githubactions v1.3.0 | ||
github.com/slack-go/slack v0.15.0 | ||
golang.org/x/oauth2 v0.24.0 | ||
golang.org/x/oauth2 v0.25.0 | ||
gotest.tools/v3 v3.5.1 | ||
) | ||
|
||
require ( | ||
github.com/getoutreach/gobox v1.90.2 // indirect | ||
github.com/getoutreach/gobox v1.102.1 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/go-github/v66 v66.0.0 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/gorilla/websocket v1.4.2 // indirect | ||
github.com/stretchr/testify v1.10.0 // indirect | ||
golang.org/x/crypto v0.23.0 // indirect | ||
github.com/gorilla/websocket v1.5.3 // indirect | ||
) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.