Commit graph

28 commits

Author SHA1 Message Date
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