Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ gha: Bump the github-actions group across 1 directory with 14 updates #123

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps the github-actions group with 14 updates in the / directory:

Package From To
step-security/harden-runner 2.9.1 2.10.4
actions/checkout 4.1.7 4.2.2
actions/setup-go 5.0.2 5.2.0
github/codeql-action 3.26.6 3.28.1
actions/dependency-review-action 4.3.4 4.5.0
reviewdog/action-tflint 1.23.2 1.24.0
reviewdog/action-trivy 1.11.3 1.13.5
reviewdog/action-golangci-lint 2.6.2 2.7.0
reviewdog/action-misspell 1.23.0 1.26.1
reviewdog/action-alex 1.13.0 1.15.0
reviewdog/action-markdownlint 0.24.0 0.26.0
reviewdog/action-actionlint 1.54.0 1.63.0
softprops/action-gh-release 2.0.8 2.2.1
actions/upload-artifact 4.4.0 4.6.0

Updates step-security/harden-runner from 2.9.1 to 2.10.4

Release notes

Sourced from step-security/harden-runner's releases.

v2.10.4

What's Changed

Fixed a potential Harden-Runner post step failure that could occur when printing agent service logs. The fix gracefully handles failures without failing the post step.

Full Changelog: step-security/harden-runner@v2...v2.10.4

v2.10.3

What's Changed

Fixed an issue where DNS requests using uppercase characters (e.g., EXAMPLE.com) were blocked even when the domain was present in the allowed list. This update standardizes domain names to lowercase for consistent comparison.

Full Changelog: step-security/harden-runner@v2...v2.10.3

v2.10.2

What's Changed

  1. Fixes low-severity command injection weaknesses The advisory is here: GHSA-g85v-wf27-67xc

  2. Bug fix to improve detection of whether Harden-Runner is running in a container

Full Changelog: step-security/harden-runner@v2...v2.10.2

v2.10.1

What's Changed

Release v2.10.1 by @​varunsh-coder in step-security/harden-runner#463 Bug fix: Resolves an issue where DNS resolution of .local domains was failing when using a Kind cluster in a GitHub Actions workflow.

Full Changelog: step-security/harden-runner@v2...v2.10.1

v2.10.0

What's Changed

Release v2.10.0 by @​h0x0er and @​varunsh-coder in step-security/harden-runner#455

ARM Support: Harden-Runner Enterprise tier now supports GitHub-hosted ARM runners. This includes all the features that apply to previously supported GitHub-hosted x64 Linux runners.

Full Changelog: step-security/harden-runner@v2...v2.10.0

Commits

Updates actions/checkout from 4.1.7 to 4.2.2

Release notes

Sourced from actions/checkout's releases.

v4.2.2

What's Changed

Full Changelog: actions/checkout@v4.2.1...v4.2.2

v4.2.1

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.2.0...v4.2.1

v4.2.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.1.7...v4.2.0

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

... (truncated)

Commits

Updates actions/setup-go from 5.0.2 to 5.2.0

Release notes

Sourced from actions/setup-go's releases.

v5.2.0

What's Changed

  • Leveraging the raw API to retrieve the version-manifest, as it does not impose a rate limit and hence facilitates unrestricted consumption without the need for a token for Github Enterprise Servers by @​Shegox in actions/setup-go#496

New Contributors

Full Changelog: actions/setup-go@v5...v5.2.0

v5.1.0

What's Changed

Bug Fixes

New Contributors

Full Changelog: actions/setup-go@v5...v5.1.0

Commits
  • 3041bf5 feat: fallback to "raw" endpoint for manifest when rate limit is reached (#496)
  • 41dfa10 Enhance workflows and Upgrade micromatch Dependency (#510)
  • 9419772 Revise isGhes logic (#511)
  • d60b41a Merge pull request #502 from actions/Jcambass-patch-1
  • e09f57f Upgrade IA Publish
  • df1a117 Merge pull request #500 from actions/Jcambass-patch-1
  • 49582f6 Add workflow file for publishing releases to immutable action package
  • b26d402 fix: add arch to cache key (#493)
  • See full diff in compare view

Updates github/codeql-action from 3.26.6 to 3.28.1

Release notes

Sourced from github/codeql-action's releases.

v3.28.1

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.1 - 10 Jan 2025

  • CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see this changelog post. #2677
  • Update default CodeQL bundle version to 2.20.1. #2678

See the full CHANGELOG.md for more information.

v3.28.0

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.28.0 - 20 Dec 2024

  • Bump the minimum CodeQL bundle version to 2.15.5. #2655
  • Don't fail in the unusual case that a file is on the search path. #2660.

See the full CHANGELOG.md for more information.

v3.27.9

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.9 - 12 Dec 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.7

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.7 - 10 Dec 2024

  • We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. #2631
  • Update default CodeQL bundle version to 2.20.0. #2636

... (truncated)

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

3.28.1 - 10 Jan 2025

  • CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see this changelog post. #2677
  • Update default CodeQL bundle version to 2.20.1. #2678

3.28.0 - 20 Dec 2024

  • Bump the minimum CodeQL bundle version to 2.15.5. #2655
  • Don't fail in the unusual case that a file is on the search path. #2660.

3.27.9 - 12 Dec 2024

No user facing changes.

3.27.8 - 12 Dec 2024

  • Fixed an issue where streaming the download and extraction of the CodeQL bundle did not respect proxy settings. #2624

3.27.7 - 10 Dec 2024

  • We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. #2631
  • Update default CodeQL bundle version to 2.20.0. #2636

3.27.6 - 03 Dec 2024

  • Update default CodeQL bundle version to 2.19.4. #2626

3.27.5 - 19 Nov 2024

No user facing changes.

3.27.4 - 14 Nov 2024

No user facing changes.

3.27.3 - 12 Nov 2024

No user facing changes.

3.27.2 - 12 Nov 2024

  • Fixed an issue where setting up the CodeQL tools would sometimes fail with the message "Invalid value 'undefined' for header 'authorization'". #2590

... (truncated)

Commits
  • b6a472f Merge pull request #2681 from github/update-v3.28.1-ea6acbfea
  • bb999b4 Update changelog for v3.28.1
  • ea6acbf Merge pull request #2677 from github/angelapwen/deprecate-action-v2
  • 4df151e Merge branch 'main' into angelapwen/deprecate-action-v2
  • a05a7eb Fix PR number in changenote
  • 8d2753b Add public changelog blog post link
  • e83e0a4 Merge pull request #2673 from github/dependabot/npm_and_yarn/npm-877f465710
  • b7ff308 Merge pull request #2678 from github/update-bundle/codeql-bundle-v2.20.1
  • 1aa16c2 Merge branch 'main' into update-bundle/codeql-bundle-v2.20.1
  • fb65b6c Merge pull request #2672 from github/mbg/start-proxy/include-type-in-urls-output
  • Additional commits viewable in compare view

Updates actions/dependency-review-action from 4.3.4 to 4.5.0

Release notes

Sourced from actions/dependency-review-action's releases.

v4.5.0

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4...v4.5.0

v4.4.0

What's Changed

Full Changelog: actions/dependency-review-action@v4.3.5...v4.4.0

v4.3.5

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.3.4...v4.3.5

Commits
  • 3b139cf Merge pull request #851 from actions/ahmed3lmallah/prepare-for-4.5.0-release
  • d6807b6 updating generated code
  • c89b41f addressing lint issues
  • eee97d8 incrementing project version
  • 9d10182 Merge pull request #827 from ebickle/fix/comment-warn-only
  • 9192be9 Merge pull request #850 from actions/ahmed3lmallah/adressing-CVE-2024-21538
  • 2fc8e23 Using cross-spawn safe version
  • fb86db2 fix: resolve race conditions in async core.group calls
  • 0a198ab fix: replace integer failureCount with boolean
  • fc499fc Merge branch 'main' into fix/comment-warn-only
  • Additional commits viewable in compare view

Updates reviewdog/action-tflint from 1.23.2 to 1.24.0

Release notes

Sourced from reviewdog/action-tflint's releases.

Release v1.24.0

What's Changed

New Contributors

Full Changelog: reviewdog/action-tflint@v1.23.2...v1.24.0

Commits
  • f17a66a Update reviewdog and add fail_level and deduplicate fail_on_error (#100)
  • f9cb738 README: Fix CI status badges (#92)
  • b61e666 docs(README): add documents about input parameters (#98)
  • See full diff in compare view

Updates reviewdog/action-trivy from 1.11.3 to 1.13.5

Release notes

Sourced from reviewdog/action-trivy's releases.

Release v1.13.5

v1.13.5: PR #77 - chore(deps): update terraform aws to ~> 5.84.0

Release v1.13.4

v1.13.4: PR #72 - Support reviewdog command line argument changes (--fail-level)

Release v1.13.3

v1.13.3: PR #75 - chore(deps): update terraform aws to ~> 5.83.0

Release v1.13.2

v1.13.2: PR #71 - chore(deps): update terraform aws to ~> 5.82.0

Release v1.13.1

v1.13.1: PR #69 - chore(deps): update terraform aws to ~> 5.81.0

Release v1.13.0

v1.13.0: PR #67 - chore(deps): update reviewdog to 0.20.3

Release v1.12.6

v1.12.6: PR #68 - chore(deps): update terraform aws to ~> 5.80.0

Release v1.12.5

v1.12.5: PR #66 - chore(deps): update terraform aws to ~> 5.79.0

Release v1.12.4

v1.12.4: PR #65 - chore(deps): update terraform aws to ~> 5.78.0

Release v1.12.3

v1.12.3: PR #62 - chore(deps): update terraform aws to ~> 5.77.0

Release v1.12.2

v1.12.2: PR #63 - Support for aarch64 architecture (which is equivalent to arm64)

Release v1.12.1

v1.12.1: PR #58 - chore(deps): update terraform aws to ~> 5.72.0

Release v1.12.0

v1.12.0: PR #60 - chore(deps): update reviewdog to 0.20.2

Release v1.11.4

v1.11.4: PR #56 - chore(deps): update terraform azurerm to v4

Commits
  • e6cd771 Merge pull request #77 from reviewdog/renovate/aws-5.x
  • 840ef8a chore(deps): update terraform aws to ~> 5.84.0
  • c505a00 Merge pull request #72 from nayuta/support_reviewdog_parameter_changes
  • 990ec84 Merge pull request #75 from reviewdog/renovate/aws-5.x
  • 914851f Pass fail flag directory
  • 740dc6a Update README.md
  • 7b6389b chore(deps): update terraform aws to ~> 5.83.0
  • 0b9d098 Update action.yml
  • 7e82a5e Update action.yml
  • f88d654 Merge pull request #71 from reviewdog/renovate/aws-5.x
  • Additional commits viewable in compare view

Updates reviewdog/action-golangci-lint from 2.6.2 to 2.7.0

Release notes

Sourced from reviewdog/action-golangci-lint's releases.

Release v2.7.0

v2.7.0: PR #754 - Add fail_level and deduplicate fail_on_error

Commits

Updates reviewdog/action-misspell from 1.23.0 to 1.26.1

Release notes

Sourced from reviewdog/action-misspell's releases.

Release v1.26.1

What's Changed

Full Changelog: reviewdog/action-misspell@v1.26.0...v1.26.1

Release v1.26.0

What's Changed

Full Changelog: reviewdog/action-misspell@v1.25.0...v1.26.0

Release v1.25.0

What's Changed

Full Changelog: reviewdog/action-misspell@v1.24.0...v1.25.0

Release v1.24.0

What's Changed

Full Changelog: reviewdog/action-misspell@v1.23.0...v1.24.0

Commits
  • 18ffb61 Merge pull request #73 from reviewdog/renovate/peter-evans-create-pull-reques...
  • b277a94 Merge pull request #76 from reviewdog/depup/reviewdog
  • 364a050 chore(deps): update reviewdog to 0.20.3
  • 6dbb2a0 Merge pull request #75 from reviewdog/add_fail_level
  • c60dcb0 Add line break
  • bb00978 Merge branch 'master' into add_fail_level
  • 8bc2cae Merge pull request #74 from reviewdog/depup/reviewdog
  • 9a8c4db Add fail_level and deduplicate fail_on_error
  • fcb6dfd chore(deps): update reviewdog to 0.20.2
  • 65e0ad4 chore(deps): update peter-evans/create-pull-request action to v7
  • See full diff in compare view

Updates reviewdog/action-alex from 1.13.0 to 1.15.0

Release notes

Sourced from reviewdog/action-alex's releases.

Release v1.15.0

What's Changed

New Contributors

Full Changelog: reviewdog/action-alex@v1.14.0...v1.15.0

Release v1.14.0

What's Changed

Full Changelog: reviewdog/action-alex@v1.13.0...v1.14.0

Commits
  • 986cf7d Merge pull request #34 from reviewdog/add_fail_level
  • dbddc92 Add line break
  • 871b9b5 Disable SC2086
  • 8a1cbbe Add fail_level and deduplicate fail_on_error
  • 73756e0 Merge pull request #33 from reviewdog/depup/reviewdog
  • c099d35 chore(deps): update reviewdog to 0.20.2
  • See full diff in compare view

Updates reviewdog/action-markdownlint from 0.24.0 to 0.26.0

Release notes

Sourced from reviewdog/action-markdownlint's releases.

Release v0.26.0

v0.26.0: PR #68 - Add fail_level and deduplicate fail_on_error

Release v0.25.0

v0.25.0: PR #65 - chore(deps): update reviewdog to 0.20.2

Commits
  • f901468 Merge pull request #68 from reviewdog/add_fail_level
  • adf21b3 Add disable comment
  • 95d9d62 Add line break
  • 450f900 Add fail_level and deduplicate fail_on_error
  • 28fb422 Merge pull request #65 from reviewdog/depup/reviewdog
  • 0daa209 chore(deps): update reviewdog to 0.20.2
  • See full diff in compare view

Updates reviewdog/action-actionlint from 1.54.0 to 1.63.0

Release notes

Sourced from reviewdog/action-actionlint's releases.

Release v1.63.0

v1.63.0: PR #153 - Parse the severity if the output is from shellcheck

Release v1.62.0

v1.62.0: PR #151 - chore(deps): update actionlint to 1.7.6

Release v1.61.0

v1.61.0: PR #150 - chore(deps): update actionlint to 1.7.5

Release v1.60.0

v1.60.0: PR #148 - chore(deps): update reviewdog to 0.20.3

Release v1.59.0

v1.59.0: PR #146 - chore(deps): update actionlint to 1.7.4

Release v1.58.0

v1.58.0: PR #147 - Add fail_level and deduplicate fail_on_error

Release v1.57.0

v1.57.0: PR #144 - chore(deps): update actionlint to 1.7.3

Release v1.56.0

v1.56.0: PR #141 - chore(deps): update actionlint to 1.7.2

Release v1.55.0

v1.55.0: PR #140 - chore(deps): update reviewdog to 0.20.2

Commits
  • f3dcc52 bump v1.63.0
  • 7133125 Merge branch 'main' into releases/v1
  • 9be0e56 Merge pull request #153 from reviewdog/massongit-patch-2
  • c8034a3 Parse the severity if the output is from shellcheck
  • af17f9e bump v1.62.0

Bumps the github-actions group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.9.1` | `2.10.4` |
| [actions/checkout](https://github.com/actions/checkout) | `4.1.7` | `4.2.2` |
| [actions/setup-go](https://github.com/actions/setup-go) | `5.0.2` | `5.2.0` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.26.6` | `3.28.1` |
| [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.3.4` | `4.5.0` |
| [reviewdog/action-tflint](https://github.com/reviewdog/action-tflint) | `1.23.2` | `1.24.0` |
| [reviewdog/action-trivy](https://github.com/reviewdog/action-trivy) | `1.11.3` | `1.13.5` |
| [reviewdog/action-golangci-lint](https://github.com/reviewdog/action-golangci-lint) | `2.6.2` | `2.7.0` |
| [reviewdog/action-misspell](https://github.com/reviewdog/action-misspell) | `1.23.0` | `1.26.1` |
| [reviewdog/action-alex](https://github.com/reviewdog/action-alex) | `1.13.0` | `1.15.0` |
| [reviewdog/action-markdownlint](https://github.com/reviewdog/action-markdownlint) | `0.24.0` | `0.26.0` |
| [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) | `1.54.0` | `1.63.0` |
| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.0.8` | `2.2.1` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.4.0` | `4.6.0` |



Updates `step-security/harden-runner` from 2.9.1 to 2.10.4
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@5c7944e...cb605e5)

Updates `actions/checkout` from 4.1.7 to 4.2.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@692973e...11bd719)

Updates `actions/setup-go` from 5.0.2 to 5.2.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@0a12ed9...3041bf5)

Updates `github/codeql-action` from 3.26.6 to 3.28.1
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@4dd1613...b6a472f)

Updates `actions/dependency-review-action` from 4.3.4 to 4.5.0
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@5a2ce3f...3b139cf)

Updates `reviewdog/action-tflint` from 1.23.2 to 1.24.0
- [Release notes](https://github.com/reviewdog/action-tflint/releases)
- [Commits](reviewdog/action-tflint@0a8c6a4...f17a66a)

Updates `reviewdog/action-trivy` from 1.11.3 to 1.13.5
- [Release notes](https://github.com/reviewdog/action-trivy/releases)
- [Commits](reviewdog/action-trivy@0e0d85c...e6cd771)

Updates `reviewdog/action-golangci-lint` from 2.6.2 to 2.7.0
- [Release notes](https://github.com/reviewdog/action-golangci-lint/releases)
- [Commits](reviewdog/action-golangci-lint@7708105...dd3fda9)

Updates `reviewdog/action-misspell` from 1.23.0 to 1.26.1
- [Release notes](https://github.com/reviewdog/action-misspell/releases)
- [Commits](reviewdog/action-misspell@ef8b22c...18ffb61)

Updates `reviewdog/action-alex` from 1.13.0 to 1.15.0
- [Release notes](https://github.com/reviewdog/action-alex/releases)
- [Commits](reviewdog/action-alex@f95df9e...986cf7d)

Updates `reviewdog/action-markdownlint` from 0.24.0 to 0.26.0
- [Release notes](https://github.com/reviewdog/action-markdownlint/releases)
- [Commits](reviewdog/action-markdownlint@e9f3ab4...f901468)

Updates `reviewdog/action-actionlint` from 1.54.0 to 1.63.0
- [Release notes](https://github.com/reviewdog/action-actionlint/releases)
- [Commits](reviewdog/action-actionlint@4f8f996...f3dcc52)

Updates `softprops/action-gh-release` from 2.0.8 to 2.2.1
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@c062e08...c95fe14)

Updates `actions/upload-artifact` from 4.4.0 to 4.6.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@5076954...65c4c4a)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: reviewdog/action-tflint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: reviewdog/action-trivy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: reviewdog/action-golangci-lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: reviewdog/action-misspell
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: reviewdog/action-alex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: reviewdog/action-markdownlint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: reviewdog/action-actionlint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 20, 2025
Copy link
Contributor

coderabbitai bot commented Jan 20, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [alex] reported by reviewdog 🐶
simply may be insensitive, try not to use it simple retext-equality

# For most projects, this workflow file will not need changing; you simply need

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants