Joe Julian
a3e5b33963
Merge pull request #12209 from helm/dependabot/github_actions/actions/setup-go-4.0.1
...
chore(deps): bump actions/setup-go from 3.5.0 to 4.0.1
1 year ago
dependabot[bot]
6e2bddde6a
chore(deps): bump actions/setup-go from 3.5.0 to 4.0.1
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 3.5.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](6edd4406fa...fac708d667
)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
31e9e54265
chore(deps): bump github/codeql-action from 2.1.37 to 2.20.3
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.1.37 to 2.20.3.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](959cbb7472...46ed16ded9
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Joe Julian
a2d6ca748e
Merge pull request #11498 from ashishkurmi/main
...
Update dependabot config to include github actions
1 year ago
Matt Farina
3232493514
Only run tests once
...
Tests are being run twice in CI. Once with code coverage being
report and once without. Tests only need to be run once.
When Helm previously had testing in CircleCI it was the code
coverage tests so that was retained here.
Signed-off-by: Matt Farina <matt.farina@suse.com>
2 years ago
Matt Farina
50c22ed7f9
Bump the Go version
...
Needed to gofmt source to meet changes in style
Signed-off-by: Matt Farina <matt.farina@suse.com>
2 years ago
Matt Farina
1f263857a0
Add testing to default and release branches
...
Also added a note to the circleci config
Signed-off-by: Matt Farina <matt.farina@suse.com>
2 years ago
Andrew Block
2f1dffa3e7
Updates based on feedback
...
Signed-off-by: Andrew Block <andy.block@gmail.com>
2 years ago
Andrew Block
07821c8037
Removed remaining CircleCI artifacts
...
Signed-off-by: Andrew Block <andy.block@gmail.com>
2 years ago
Scott Rigby
b69646482a
Remove job dependency. Should have done when I moved job to new file
...
Signed-off-by: Scott Rigby <scott@r6by.com>
2 years ago
Scott Rigby
c8efe2086d
Remove check to run only in helm org
...
Signed-off-by: Scott Rigby <scott@r6by.com>
2 years ago
Scott Rigby
c5dda0995b
Add why comments
...
Signed-off-by: Scott Rigby <scott@r6by.com>
2 years ago
Scott Rigby
131f6f39bb
Convert remaining CircleCI config to GitHub Actions
...
Signed-off-by: Scott Rigby <scott@r6by.com>
2 years ago
Andrew Block
35e77cc8ec
Changed how the setup-go action sets go version
...
Signed-off-by: Andrew Block <andy.block@gmail.com>
2 years ago
Andrew Block
6ba17f1762
CircleCI Migration
...
Signed-off-by: Andrew Block <andy.block@gmail.com>
2 years ago
Joe Julian
209d44c12f
don't mark issues as stale where a PR is in progress
...
Signed-off-by: Joe Julian <me@joejulian.name>
2 years ago
Ashish Kurmi
115151bc3f
Update dependabot config to include github actions
...
Signed-off-by: Ashish Kurmi <akurmi@stepsecurity.io>
2 years ago
yxxhero
39b0a82365
bump Go 1.18
...
Signed-off-by: yxxhero <aiopsclub@163.com>
2 years ago
Josh Dolitsky
f77f93324d
Merge remote-tracking branch 'upstream/main' into oras-0.5
...
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
3 years ago
Josh Dolitsky
3841af9a96
update CI to use Go 1.17
...
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
3 years ago
Martin Hickey
ea1b1f5a07
Use buffered channel for signal notification
...
Refer to https://pkg.go.dev/os/signal#Notify for more details.
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
3 years ago
Josh Dolitsky
28f44b8269
Revert "Use official golangci-lint action"
...
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
3 years ago
Josh Dolitsky
07a25a26f6
Use official golangci-lint action
...
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
3 years ago
Josh Dolitsky
b16091a01a
verify golangci-lint sha256 checksum
...
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
3 years ago
Josh Dolitsky
7605db034d
Use setup-go v2
...
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
3 years ago
Josh Dolitsky
2f63045f25
Add build-pr github actions workflow
...
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
3 years ago
Martin Hickey
734f93b245
Update references to default branch name as it has changed to main
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
4 years ago
Chris Aniszczyk
7860453923
Add CodeQL Security Scanning
...
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
4 years ago
Matthew Fisher
8592029379
bump actions/stale to v3.0.14
...
updates label handling to account for localization.
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
4 years ago
Matthew Fisher
b79134a91d
increase number of operations per run to 100
...
The default number of operations the stale issue bot will run is 30. This is a good size for a small-to-medium sized project and it prevents rate limits. However, for a project as large as Helm, the number of operations need to be increased so that it can find and close stale issues.
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
4 years ago
Matthew Fisher
0d84fa2986
Merge pull request #8574 from ylz-at/master
...
chore(deps): add dependabot.yml
4 years ago
Matthew Fisher
d13c43d3e8
use URL escape codes
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
4 years ago
Matthew Fisher
9664bb2a0a
add v4 to list of exempt labels
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
4 years ago
Jinesi Yelizati
4bd68b75cf
chore(deps): add dependabot.yml
...
Signed-off-by: Jinesi Yelizati <i63888888@163.com>
4 years ago
Matthew Fisher
b13247c333
introduce stale issue bot
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
4 years ago
Bridget Kromhout
f7d1bfd006
Adding PR template from dev-v2 branch
...
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
5 years ago
Justin Scott
537bfbb75e
Update to specify version command output.
7 years ago
Justin Scott
49cda9a81d
Add issue_template.md which asks for version info.
7 years ago