Commit graph

40 commits

Author SHA1 Message Date
dependabot[bot]
2e22395667
chore(deps): bump github/codeql-action from 2.20.3 to 2.21.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.20.3 to 2.21.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](46ed16ded9...1813ca74c3)

---
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>
2023-07-19 21:38:33 +00:00
dependabot[bot]
f9e5db39c9 chore(deps): bump actions/checkout from 3.2.0 to 3.5.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.5.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](755da8c3cf...c85c95e3d7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 17:28:00 +00:00
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
2023-07-13 10:18:25 -07:00
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>
2023-07-13 16:38:00 +00:00
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>
2023-07-13 16:37:57 +00:00
Joe Julian
a2d6ca748e
Merge pull request #11498 from ashishkurmi/main
Update dependabot config to include github actions
2023-07-13 09:37:19 -07:00
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>
2023-04-12 13:02:03 -04:00
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>
2023-03-22 11:29:26 -04:00
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>
2023-03-02 16:17:33 -05:00
Andrew Block
2f1dffa3e7
Updates based on feedback
Signed-off-by: Andrew Block <andy.block@gmail.com>
2023-02-26 21:22:30 -06:00
Andrew Block
07821c8037
Removed remaining CircleCI artifacts
Signed-off-by: Andrew Block <andy.block@gmail.com>
2023-02-25 15:57:18 -06:00
Scott Rigby
b69646482a
Remove job dependency. Should have done when I moved job to new file
Signed-off-by: Scott Rigby <scott@r6by.com>
2023-02-21 01:00:58 -05:00
Scott Rigby
c8efe2086d
Remove check to run only in helm org
Signed-off-by: Scott Rigby <scott@r6by.com>
2023-02-21 00:58:45 -05:00
Scott Rigby
c5dda0995b
Add why comments
Signed-off-by: Scott Rigby <scott@r6by.com>
2023-02-21 00:51:48 -05:00
Scott Rigby
131f6f39bb
Convert remaining CircleCI config to GitHub Actions
Signed-off-by: Scott Rigby <scott@r6by.com>
2023-02-21 00:51:47 -05:00
Andrew Block
35e77cc8ec
Changed how the setup-go action sets go version
Signed-off-by: Andrew Block <andy.block@gmail.com>
2023-02-20 23:48:42 -06:00
Andrew Block
6ba17f1762
CircleCI Migration
Signed-off-by: Andrew Block <andy.block@gmail.com>
2023-02-20 23:48:41 -06:00
Joe Julian
209d44c12f
don't mark issues as stale where a PR is in progress
Signed-off-by: Joe Julian <me@joejulian.name>
2023-02-09 09:37:51 -08:00
Ashish Kurmi
115151bc3f Update dependabot config to include github actions
Signed-off-by: Ashish Kurmi <akurmi@stepsecurity.io>
2022-11-03 00:32:38 -07:00
yxxhero
39b0a82365 bump Go 1.18
Signed-off-by: yxxhero <aiopsclub@163.com>
2022-07-03 10:19:15 +08:00
Josh Dolitsky
f77f93324d
Merge remote-tracking branch 'upstream/main' into oras-0.5
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
2021-11-16 12:05:33 -05:00
Josh Dolitsky
3841af9a96
update CI to use Go 1.17
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
2021-11-16 11:43:01 -05:00
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>
2021-11-16 15:42:48 +00:00
Josh Dolitsky
28f44b8269
Revert "Use official golangci-lint action"
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
2021-07-08 10:10:37 -05:00
Josh Dolitsky
07a25a26f6
Use official golangci-lint action
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
2021-07-08 10:06:16 -05:00
Josh Dolitsky
b16091a01a
verify golangci-lint sha256 checksum
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
2021-07-08 09:59:23 -05:00
Josh Dolitsky
7605db034d
Use setup-go v2
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
2021-07-07 12:19:59 -05:00
Josh Dolitsky
2f63045f25
Add build-pr github actions workflow
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
2021-07-07 11:04:08 -05:00
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>
2021-03-30 17:59:43 +01:00
Chris Aniszczyk
7860453923
Add CodeQL Security Scanning
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
2020-12-03 11:45:46 -08:00
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>
2020-11-20 09:12:50 -08:00
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>
2020-11-19 12:32:53 -08:00
Matthew Fisher
0d84fa2986
Merge pull request #8574 from ylz-at/master
chore(deps): add dependabot.yml
2020-09-03 10:25:44 -07:00
Matthew Fisher
d13c43d3e8
use URL escape codes
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2020-08-19 13:33:12 -07:00
Matthew Fisher
9664bb2a0a
add v4 to list of exempt labels
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2020-08-19 13:23:15 -07:00
Jinesi Yelizati
4bd68b75cf chore(deps): add dependabot.yml
Signed-off-by: Jinesi Yelizati <i63888888@163.com>
2020-08-08 11:17:10 +08:00
Matthew Fisher
b13247c333
introduce stale issue bot
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2020-07-27 09:03:24 -07:00
Bridget Kromhout
f7d1bfd006
Adding PR template from dev-v2 branch
Signed-off-by: Bridget Kromhout <bridget@kromhout.org>
2020-04-27 09:02:14 -05:00
Justin Scott
537bfbb75e Update to specify version command output. 2018-03-22 13:21:03 -07:00
Justin Scott
49cda9a81d Add issue_template.md which asks for version info. 2018-03-22 12:23:11 -07:00