dependabot[bot]
bdd3b680e7
Bump mislav/bump-homebrew-formula-action from 3 to 4
...
Bumps [mislav/bump-homebrew-formula-action](https://github.com/mislav/bump-homebrew-formula-action ) from 3 to 4.
- [Release notes](https://github.com/mislav/bump-homebrew-formula-action/releases )
- [Commits](https://github.com/mislav/bump-homebrew-formula-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: mislav/bump-homebrew-formula-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-23 08:52:55 +00:00
dependabot[bot]
7dedad5168
Bump actions/checkout from 5 to 6
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-24 08:05:54 +00:00
Jeremy Daer
df045bdc07
Drop the default package mirror
...
37signals are dropping AWS, which means goodbye to S3 and CloudFront.
The CloudFront mirror (dqw8nmjcqpjn7.cloudfront.net) was introduced ages
ago to address intermittent unavailability from some upstream sources.
These days, it mainly serves non-MRI packages like OpenSSL and libyaml.
Ruby releases are now served by Fastly (cache.ruby-lang.org) which has
bypassed the ruby-build mirror since 2015. Other sources (GitHub, RubyGems,
Maven) have their own CDNs.
This change removes the default `RUBY_BUILD_MIRROR_URL` and S3 release
mirroring. Custom mirror support remains.
2025-09-12 09:49:34 -07:00
dependabot[bot]
8cf2e7c63f
Bump actions/checkout from 4 to 5
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-25 13:56:10 +00:00
Kohei Watanabe
eb6e4ccca4
Add -f flag to curl for HTTP error handling
...
Ensures that the command fails when an HTTP error (e.g., 404) occurs.
2024-12-25 20:05:16 +09:00
Hiroshi SHIBATA
abf3c331b2
Update OpenSSL 3.0.15
2024-12-13 07:49:38 +09:00
Hiroshi SHIBATA
e12c32f712
Added missing option for output
2024-08-02 11:37:14 +09:00
Hiroshi SHIBATA
c2e9bde27a
cleanup working directory
2024-08-02 11:02:46 +09:00
Hiroshi SHIBATA
0e5f4ddd37
Added automated update workflow for Ruby definition
2024-08-02 10:56:23 +09:00
Hiroshi SHIBATA
2a85ffaebd
Use bats-core instead of archived version
2023-12-25 12:29:01 +09:00
dependabot[bot]
0749cd04e6
Bump redhat-plumbers-in-action/differential-shellcheck from 4 to 5
...
Bumps [redhat-plumbers-in-action/differential-shellcheck](https://github.com/redhat-plumbers-in-action/differential-shellcheck ) from 4 to 5.
- [Release notes](https://github.com/redhat-plumbers-in-action/differential-shellcheck/releases )
- [Changelog](https://github.com/redhat-plumbers-in-action/differential-shellcheck/blob/main/docs/CHANGELOG.md )
- [Commits](https://github.com/redhat-plumbers-in-action/differential-shellcheck/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: redhat-plumbers-in-action/differential-shellcheck
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 08:20:52 +00:00
dependabot[bot]
63a306890b
Bump mislav/bump-homebrew-formula-action from 2 to 3
...
Bumps [mislav/bump-homebrew-formula-action](https://github.com/mislav/bump-homebrew-formula-action ) from 2 to 3.
- [Release notes](https://github.com/mislav/bump-homebrew-formula-action/releases )
- [Commits](https://github.com/mislav/bump-homebrew-formula-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: mislav/bump-homebrew-formula-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 08:39:33 +00:00
dependabot[bot]
e2f2c35962
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 09:00:33 +00:00
Mislav Marohnić
b348b7a896
Fix uploading SARIF reports from Differential Shellcheck
2023-04-04 16:58:02 +02:00
Mislav Marohnić
8c7f47a2b8
Avoid shellcheck CI job commenting on every PR
2023-03-30 17:21:45 +02:00
Mislav Marohnić
f3c1ccc335
Remove AWS access key ID from version control ( #2163 )
...
This is to stop people's security software from complaining about it.
2023-03-10 16:24:10 +01:00
Hiroshi SHIBATA
ed75b19188
Merge pull request #2144 from rbenv/dependabot/github_actions/redhat-plumbers-in-action/differential-shellcheck-4
...
Bump redhat-plumbers-in-action/differential-shellcheck from 3 to 4
2023-02-08 07:35:55 +09:00
Hiroshi SHIBATA
158c63702a
Merge pull request #2143 from rbenv/dependabot/github_actions/mislav/bump-homebrew-formula-action-2
...
Bump mislav/bump-homebrew-formula-action from 1 to 2
2023-02-08 07:35:45 +09:00
dependabot[bot]
f9e6b60002
Bump redhat-plumbers-in-action/differential-shellcheck from 3 to 4
...
Bumps [redhat-plumbers-in-action/differential-shellcheck](https://github.com/redhat-plumbers-in-action/differential-shellcheck ) from 3 to 4.
- [Release notes](https://github.com/redhat-plumbers-in-action/differential-shellcheck/releases )
- [Changelog](https://github.com/redhat-plumbers-in-action/differential-shellcheck/blob/main/docs/CHANGELOG.md )
- [Commits](https://github.com/redhat-plumbers-in-action/differential-shellcheck/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: redhat-plumbers-in-action/differential-shellcheck
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-07 21:55:57 +00:00
dependabot[bot]
8b615b837d
Bump mislav/bump-homebrew-formula-action from 1 to 2
...
Bumps [mislav/bump-homebrew-formula-action](https://github.com/mislav/bump-homebrew-formula-action ) from 1 to 2.
- [Release notes](https://github.com/mislav/bump-homebrew-formula-action/releases )
- [Commits](https://github.com/mislav/bump-homebrew-formula-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: mislav/bump-homebrew-formula-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-07 21:55:54 +00:00
dependabot[bot]
398ae2fbce
Bump actions/checkout from 2 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-07 21:55:51 +00:00
Hiroshi SHIBATA
9f6c39aa22
Added dependabot update for GitHub Actions
2023-02-08 06:51:32 +09:00
Mislav Marohnić
ef66bd1f3c
Merge pull request #2042 from jamacku/master
...
ci(lint): add shell linter - Differential ShellCheck
2022-09-16 19:19:06 +02:00
Jan Macku
ecdf0fb391
ci(lint): Add differential-shellcheck action
...
It performs differential ShellCheck scans and report results directly in pull request.
documentation: https://github.com/redhat-plumbers-in-action/differential-shellcheck
Signed-off-by: Jan Macku <jamacku@redhat.com>
2022-09-13 14:11:46 +02:00
Varun Sharma
91da74d88e
Add minimum GitHub token permissions for workflows
...
Signed-off-by: Varun Sharma <varunsh@stepsecurity.io>
2022-09-11 12:35:58 +02:00
Mislav Marohnić
cdc215eba8
Add issue templates ( #1889 )
2022-01-04 11:37:51 +01:00
Mislav Marohnić
1c64778140
Update bump-homebrew-formula action
...
The v1 branch is now fixed
2021-12-27 10:35:36 +01:00
Adrien S
2ab13a9c4f
Fix version of mislav/bump-homebrew-formula-action to avoid bug
2021-12-25 15:45:16 +01:00
Mislav Marohnić
dc047ade1e
Fix mirror job in Actions
...
https://github.com/aws/aws-cli/issues/5234#issuecomment-705831465
2021-07-31 13:38:33 +02:00
Mislav Marohnić
cf9a6fcdad
Use latest bump-homebrew-formula-action
2021-07-29 14:35:18 +02:00
Benoit Daloze
37d7143986
Rename the mirror workflow name for clarity
2021-07-20 20:00:03 +02:00
Mislav Marohnić
57a4f9ce9f
Enable manual dispatch of script/mirror update in Actions
2021-07-16 17:27:36 +02:00
Mislav Marohnić
7f368a7592
Update ruby-build download mirror in GitHub Actions
2021-07-15 20:57:14 +02:00
Benoit Daloze
964e83a039
Run script/mirror verify on GitHub Actions too
...
* So the shasums are checked in PRs.
2021-07-07 20:04:22 +02:00
Benoit Daloze
25e52813b6
Test Linux in GitHub Actions too
2021-07-07 20:04:22 +02:00
Hiroshi SHIBATA
cbc0ddc7db
Split macOS test to GitHub Actions. Because Travis CI add a rate-limit for OSS project
2020-12-09 10:49:54 +09:00
Mislav Marohnić
3aa31bcef5
Bump Homebrew formula on tagged release
2019-10-23 23:41:25 +02:00