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 with 12 updates #3

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2024

Bumps the github-actions group with 12 updates:

Package From To
step-security/harden-runner 2.8.1 2.9.1
actions/setup-go 5.0.1 5.0.2
github/codeql-action 3.25.11 3.26.3
actions/dependency-review-action 4.3.3 4.3.4
reviewdog/action-tflint 1.23.0 1.23.2
reviewdog/action-trivy 1.10.0 1.11.0
reviewdog/action-misspell 1.22.0 1.23.0
reviewdog/action-alex 1.12.0 1.13.0
reviewdog/action-markdownlint 0.23.0 0.24.0
reviewdog/action-actionlint 1.53.0 1.54.0
ossf/scorecard-action 2.3.3 2.4.0
actions/upload-artifact 4.3.4 4.3.6

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

Release notes

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

v2.9.1

What's Changed

Release v2.9.1 by @​h0x0er and @​varunsh-coder in #440 This release includes two changes:

  1. Updated markdown displayed in the job summary by the Harden-Runner Action.
  2. Fixed a bug affecting Enterprise Tier customers where the agent attempted to upload telemetry for jobs with disable-telemetry set to true. No telemetry was uploaded as the endpoint was not in the allowed list.

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

v2.9.0

What's Changed

Release v2.9.0 by @​h0x0er and @​varunsh-coder in step-security/harden-runner#435 This release includes:

  • Enterprise Tier - Telemetry Upload Enhancement: For the enterprise tier, this change helps overcome size constraints, allowing for more reliable telemetry uploads from the Harden-Runner agent to the StepSecurity backend API. No configuration change is needed to enable this.
  • Harden-Runner Agent Authentication: The Harden-Runner agent now uses a per-job key to authenticate to the StepSecurity backend API to submit telemetry. This change prevents the submission of telemetry data anonymously for a given job, improving the integrity of the data collection process. No configuration change is needed to enable this.
  • README Update: A Table of Contents has been added to the README file to improve navigation. This makes it easier for users to find the information they need quickly.
  • Dependency Update: Updated the braces npm package dependency to a non-vulnerable version. The vulnerability in braces did not affect the Harden Runner Action

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

Commits
  • 5c7944e Merge pull request #440 from step-security/rc-11
  • c79be45 Merge branch 'main' into rc-11
  • deb3383 Merge pull request #446 from h0x0er/log-step
  • 23c8215 update dist
  • 727d06a logging step
  • f0db2aa Merge pull request #441 from step-security/dependabot/github_actions/github/c...
  • 1938ffc Merge branch 'main' into dependabot/github_actions/github/codeql-action-3.25.13
  • 8e7dd2c Merge pull request #442 from step-security/dependabot/github_actions/step-sec...
  • f2823ee Bump step-security/publish-unit-test-result-action from 1 to 2
  • 5f95e05 Bump github/codeql-action from 2.13.4 to 3.25.13
  • Additional commits viewable in compare view

Updates actions/setup-go from 5.0.1 to 5.0.2

Release notes

Sourced from actions/setup-go's releases.

v5.0.2

What's Changed

Bug fixes:

Dependency updates:

New Contributors

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

Commits

Updates github/codeql-action from 3.25.11 to 3.26.3

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.

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.

[UNRELEASED]

  • Fix an issue where the disk usage system call used for telemetry would fail on MacOS ARM machines with System Integrity Protection disabled, and then surface a warning. The system call is now disabled for these machines. #2434

3.26.3 - 19 Aug 2024

  • Fix an issue where the CodeQL Action could not write diagnostic messages on Windows. This issue did not impact analysis quality. #2430

3.26.2 - 14 Aug 2024

  • Update default CodeQL bundle version to 2.18.2. #2417

3.26.1 - 13 Aug 2024

No user facing changes.

3.26.0 - 06 Aug 2024

  • Deprecation: Swift analysis on Ubuntu runner images is no longer supported. Please migrate to a macOS runner if this affects you. #2403
  • Bump the minimum CodeQL bundle version to 2.13.5. #2408

3.25.15 - 26 Jul 2024

  • Update default CodeQL bundle version to 2.18.1. #2385

3.25.14 - 25 Jul 2024

  • Experimental: add a new start-proxy action which starts the same HTTP proxy as used by github/dependabot-action. Do not use this in production as it is part of an internal experiment and subject to change at any time. #2376

3.25.13 - 19 Jul 2024

  • Add codeql-version to outputs. #2368
  • Add a deprecation warning for customers using CodeQL version 2.13.4 and earlier. These versions of CodeQL were discontinued on 9 July 2024 alongside GitHub Enterprise Server 3.9, and will be unsupported by CodeQL Action versions 3.26.0 and later and versions 2.26.0 and later. #2375
    • If you are using one of these versions, please update to CodeQL CLI version 2.13.5 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
    • Alternatively, if you want to continue using a version of the CodeQL CLI between 2.12.6 and 2.13.4, you can replace github/codeql-action/*@v3 by github/codeql-action/*@v3.25.13 and github/codeql-action/*@v2 by github/codeql-action/*@v2.25.13 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.

3.25.12 - 12 Jul 2024

  • Improve the reliability and performance of analyzing code when analyzing a compiled language with the autobuild build mode on GitHub Enterprise Server. This feature is already available to GitHub.com users. #2353
  • Update default CodeQL bundle version to 2.18.0. #2364

3.25.11 - 28 Jun 2024

  • Avoid failing the workflow run if there is an error while uploading debug artifacts. #2349

... (truncated)

Commits
  • 883d858 Merge pull request #2431 from github/update-v3.26.3-b187c86ce
  • e100ceb Update changelog for v3.26.3
  • b187c86 Merge pull request #2430 from github/henrymercer/windows-diagnostics-fix
  • e2bb5a2 Add changelog note
  • e5a6587 Fix writing diagnostics on Windows
  • 5c681ef Merge pull request #2426 from github/mergeback/v3.26.2-to-main-429e1977
  • 676519a Update checked-in dependencies
  • 25a5b8f Update changelog and version after v3.26.2
  • 429e197 Merge pull request #2425 from github/update-v3.26.2-a93f8c2fd
  • 9eec338 Update changelog for v3.26.2
  • Additional commits viewable in compare view

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

Release notes

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

v4.3.4

What's Changed

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

Commits
  • 5a2ce3f Merge pull request #791 from actions/juxtin/update-version
  • ac6a6ad Prepare even more for v4.3.4
  • 3e2b917 Merge pull request #790 from actions/juxtin/update-version
  • d9ab9c8 Update version in package.json
  • 8c152c7 Merge pull request #769 from actions/dependabot/npm_and_yarn/zod-3.23.8
  • 0085d30 Update dist
  • 08b5bf2 Bump zod from 3.22.4 to 3.23.8
  • 986fce9 Merge pull request #784 from actions/dependabot/npm_and_yarn/got-14.4.1
  • 28743f8 Merge pull request #719 from actions/change-spdx-parser
  • d6f34c3 Merge pull request #789 from actions/dependabot/npm_and_yarn/braces-3.0.3
  • Additional commits viewable in compare view

Updates reviewdog/action-tflint from 1.23.0 to 1.23.2

Release notes

Sourced from reviewdog/action-tflint's releases.

Release v1.23.2

What's Changed

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

Release v1.23.1

What's Changed

New Contributors

Full Changelog: reviewdog/action-tflint@v1.23.0...v1.23.1

Commits
  • 0a8c6a4 Replace --module to --call-module-type=all (#96)
  • 4adc549 Add .tflint.hcl to test case directories and fix the process of getting arch ...
  • See full diff in compare view

Updates reviewdog/action-trivy from 1.10.0 to 1.11.0

Release notes

Sourced from reviewdog/action-trivy's releases.

Release v1.11.0

v1.11.0: PR #54 - chore(deps): update reviewdog to 0.20.1

Commits

Updates reviewdog/action-misspell from 1.22.0 to 1.23.0

Release notes

Sourced from reviewdog/action-misspell's releases.

Release v1.23.0

What's Changed

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

Commits

Updates reviewdog/action-alex from 1.12.0 to 1.13.0

Release notes

Sourced from reviewdog/action-alex's releases.

Release v1.13.0

What's Changed

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

Commits

Updates reviewdog/action-markdownlint from 0.23.0 to 0.24.0

Release notes

Sourced from reviewdog/action-markdownlint's releases.

Release v0.24.0

v0.24.0: PR #63 - chore(deps): update reviewdog to 0.20.1

Commits

Updates reviewdog/action-actionlint from 1.53.0 to 1.54.0

Release notes

Sourced from reviewdog/action-actionlint's releases.

Release v1.54.0

v1.54.0: PR #138 - chore(deps): update reviewdog to 0.20.1

Commits

Updates ossf/scorecard-action from 2.3.3 to 2.4.0

Release notes

Sourced from ossf/scorecard-action's releases.

v2.4.0

What's Changed

This update bumps the Scorecard version to the v5 release. For a complete list of changes, please refer to the v5.0.0 release notes. Of special note to Scorecard Action is the Maintainer Annotation feature, which can be used to suppress some Code Scanning false positives. Alerts will not be generated for any Scorecard Check with an annotation.

Documentation

New Contributors

Full Changelog: ossf/scorecard-action@v2.3.3...v2.4.0

Commits
  • 62b2cac bump docker tag to v2.4.0 for release (#1414)
  • c09630c lower license score alert threshold to 9 (#1411)
  • cf8594c 🌱 Bump github.com/sigstore/cosign/v2 from 2.2.4 to 2.3.0 (#1413)
  • de5fcb9 🌱 Bump the github-actions group with 2 updates (#1412)
  • a46b90b bump scorecard to v5.0.0 release (#1410)
  • 9fc518d 🌱 Bump golang in the docker-images group (#1407)
  • a8eaa1b 🌱 Bump the github-actions group with 2 updates (#1408)
  • 873d5fd 🌱 Bump the github-actions group across 1 directory with 2 updates (#...
  • 54cc1fe 🌱 Bump the docker-images group with 2 updates (#1401)
  • 82bcb91 🌱 Bump golang.org/x/net from 0.26.0 to 0.27.0 (#1400)
  • Additional commits viewable in compare view

Updates actions/upload-artifact from 4.3.4 to 4.3.6

Release notes

Sourced from actions/upload-artifact's releases.

v4.3.6

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.3.6

v4.3.5

What's Changed

Full Changelog: actions/upload-artifact@v4.3.4...v4.3.5

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by CodeRabbit

  • New Features

    • Upgraded multiple GitHub Actions in workflows to enhance security and performance, including the Harden Runner and various analysis and linting tools.
  • Bug Fixes

    • Addressed potential issues by updating action dependencies to their latest versions across various CI/CD workflows.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 21, 2024
Copy link

deepsource-io bot commented Aug 21, 2024

Here's the code health analysis summary for commits 70fc3b7..713f150. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Secrets LogoSecrets✅ SuccessView Check ↗
DeepSource Terraform LogoTerraform✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link
Contributor

coderabbitai bot commented Aug 21, 2024

Walkthrough

The recent updates to the GitHub Actions workflows involve upgrading several actions across multiple YAML files. The primary focus is on enhancing security and performance in the CI/CD pipeline by keeping dependencies current. Key actions like harden-runner, setup-go, and various codeql actions have been updated to their latest versions, ensuring better functionality and improved security practices.

Changes

Files Change Summary
.github/workflows/codeql.yml, .github/workflows/test.yml Upgraded harden-runner to v2.9.1, setup-go to v5.0.2, and codeql actions from v3.25.11 to v3.26.3.
.github/workflows/dependency-review.yml Updated harden-runner to v2.9.1 and dependency-review-action to v4.3.4.
.github/workflows/lint.yml Upgraded harden-runner to v2.9.1 and several reviewdog actions to newer versions.
.github/workflows/scorecard.yml Updated harden-runner to v2.9.1, ossf/scorecard-action to v2.4.0, and other actions for artifact uploading.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant GitHubActions
    participant HardenRunner
    participant SetupGo
    participant CodeQL

    User->>GitHubActions: Trigger workflow
    GitHubActions->>HardenRunner: Execute hardening steps
    GitHubActions->>SetupGo: Set up Go environment
    GitHubActions->>CodeQL: Run CodeQL analysis
    GitHubActions->>User: Workflow complete
Loading

Poem

🐇 In the meadow where rabbits play,
We've polished our tools, hip-hip-hooray!
With each little change, we hop with glee,
Our workflows now dance, as swift as can be!
Upgrades galore, let security shine,
Together we build, oh how divine! 🌼


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>.
    • 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @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 as 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 resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

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

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: ASSERTIVE

Commits

Files that changed from the base of the PR and between e8764ca and 81eefdf.

Files selected for processing (5)
  • .github/workflows/codeql.yml (3 hunks)
  • .github/workflows/dependency-review.yml (1 hunks)
  • .github/workflows/lint.yml (8 hunks)
  • .github/workflows/scorecard.yml (3 hunks)
  • .github/workflows/test.yml (1 hunks)
Additional comments not posted (27)
.github/workflows/test.yml (2)

19-19: Update to step-security/harden-runner is correctly applied.

The version update from v2.8.1 to v2.9.1 is consistent with the PR objectives and should enhance security features.


23-23: Update to actions/setup-go is correctly applied.

The version update from v5.0.1 to v5.0.2 aligns with the PR objectives and may include minor improvements or bug fixes.

.github/workflows/dependency-review.yml (2)

20-20: Update to step-security/harden-runner is correctly applied.

The version update from v2.8.1 to v2.9.1 is consistent with the PR objectives and should enhance security features.


27-27: Update to actions/dependency-review-action is correctly applied.

The version update from v4.3.3 to v4.3.4 aligns with the PR objectives and may include improvements or bug fixes related to dependency analysis.

.github/workflows/codeql.yml (5)

44-44: Update to step-security/harden-runner is correctly applied.

The version update from v2.8.1 to v2.9.1 is consistent with the PR objectives and should enhance security features.


51-51: Update to actions/setup-go is correctly applied.

The version update from v5.0.1 to v5.0.2 aligns with the PR objectives and may include minor improvements or bug fixes.


57-57: Update to github/codeql-action/init is correctly applied.

The version update from v3.25.11 to v3.26.3 is consistent with the PR objectives and may provide new features or optimizations.


67-67: Update to github/codeql-action/autobuild is correctly applied.

The version update from v3.25.11 to v3.26.3 aligns with the PR objectives and may improve the build process for compiled languages.


80-80: Update to github/codeql-action/analyze is correctly applied.

The version update from v3.25.11 to v3.26.3 is consistent with the PR objectives and may enhance analysis capabilities.

.github/workflows/scorecard.yml (4)

36-36: Update to step-security/harden-runner is correctly applied.

The version update from v2.8.1 to v2.9.1 is consistent with the PR objectives and should enhance security features.


46-46: Update to ossf/scorecard-action is correctly applied.

The version update from v2.3.3 to v2.4.0 aligns with the PR objectives and may include enhancements to analysis capabilities.


68-68: Update to actions/upload-artifact is correctly applied.

The version update from v4.3.4 to v4.3.6 is consistent with the PR objectives and may address bugs or improve functionality related to artifact handling.


76-76: Update to github/codeql-action/upload-sarif is correctly applied.

The version update from v3.25.11 to v3.26.3 aligns with the PR objectives and may include improvements to the SARIF file upload process.

.github/workflows/lint.yml (14)

20-20: Update to step-security/harden-runner is correctly applied.

The version update from v2.8.1 to v2.9.1 is consistent with the PR objectives and should enhance security features.


26-26: Update to reviewdog/action-tflint is correctly applied.

The version update from v1.23.0 to v1.23.2 aligns with the PR objectives and may enhance linting capabilities.


41-41: Update to step-security/harden-runner is correctly applied.

The version update from v2.8.1 to v2.9.1 is consistent with the PR objectives and should enhance security features.


47-47: Update to reviewdog/action-trivy is correctly applied.

The version update from v1.10.0 to v1.11.0 aligns with the PR objectives and may enhance security scanning capabilities.


61-61: Update to step-security/harden-runner is correctly applied.

The version update from v2.8.1 to v2.9.1 is consistent with the PR objectives and should enhance security features.


81-81: Update to step-security/harden-runner is correctly applied.

The version update from v2.8.1 to v2.9.1 is consistent with the PR objectives and should enhance security features.


102-102: Update to step-security/harden-runner is correctly applied.

The version update from v2.8.1 to v2.9.1 is consistent with the PR objectives and should enhance security features.


108-108: Update to reviewdog/action-misspell is correctly applied.

The version update from v1.22.0 to v1.23.0 aligns with the PR objectives and may enhance spell-checking capabilities.


123-123: Update to step-security/harden-runner is correctly applied.

The version update from v2.8.1 to v2.9.1 is consistent with the PR objectives and should enhance security features.


129-129: Update to reviewdog/action-alex is correctly applied.

The version update from v1.12.0 to v1.13.0 aligns with the PR objectives and may enhance content analysis capabilities.


143-143: Update to step-security/harden-runner is correctly applied.

The version update from v2.8.1 to v2.9.1 is consistent with the PR objectives and should enhance security features.


149-149: Update to reviewdog/action-markdownlint is correctly applied.

The version update from v0.23.0 to v0.24.0 aligns with the PR objectives and may enhance markdown linting capabilities.


163-163: Update to step-security/harden-runner is correctly applied.

The version update from v2.8.1 to v2.9.1 is consistent with the PR objectives and should enhance security features.


169-169: Update to reviewdog/action-actionlint is correctly applied.

The version update from v1.53.0 to v1.54.0 aligns with the PR objectives and may enhance action linting capabilities.

@bendoerr
Copy link
Member

@dependabot rebase

Bumps the github-actions group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.8.1` | `2.9.1` |
| [actions/setup-go](https://github.com/actions/setup-go) | `5.0.1` | `5.0.2` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.25.11` | `3.26.3` |
| [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.3.3` | `4.3.4` |
| [reviewdog/action-tflint](https://github.com/reviewdog/action-tflint) | `1.23.0` | `1.23.2` |
| [reviewdog/action-trivy](https://github.com/reviewdog/action-trivy) | `1.10.0` | `1.11.0` |
| [reviewdog/action-misspell](https://github.com/reviewdog/action-misspell) | `1.22.0` | `1.23.0` |
| [reviewdog/action-alex](https://github.com/reviewdog/action-alex) | `1.12.0` | `1.13.0` |
| [reviewdog/action-markdownlint](https://github.com/reviewdog/action-markdownlint) | `0.23.0` | `0.24.0` |
| [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) | `1.53.0` | `1.54.0` |
| [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.3.3` | `2.4.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.3.4` | `4.3.6` |


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

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

Updates `github/codeql-action` from 3.25.11 to 3.26.3
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@b611370...883d858)

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

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

Updates `reviewdog/action-trivy` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/reviewdog/action-trivy/releases)
- [Commits](reviewdog/action-trivy@82e31f8...14e16b3)

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

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

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

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

Updates `ossf/scorecard-action` from 2.3.3 to 2.4.0
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@dc50aa9...62b2cac)

Updates `actions/upload-artifact` from 4.3.4 to 4.3.6
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@0b2256b...834a144)

---
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/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-patch
  dependency-group: github-actions
- dependency-name: reviewdog/action-tflint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-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: ossf/scorecard-action
  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-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-c4f85ccb2e branch from 81eefdf to 713f150 Compare August 21, 2024 14:33
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: ASSERTIVE

Commits

Files that changed from the base of the PR and between 81eefdf and 713f150.

Files selected for processing (5)
  • .github/workflows/codeql.yml (3 hunks)
  • .github/workflows/dependency-review.yml (1 hunks)
  • .github/workflows/lint.yml (8 hunks)
  • .github/workflows/scorecard.yml (3 hunks)
  • .github/workflows/test.yml (1 hunks)
Additional comments not posted (20)
.github/workflows/dependency-review.yml (2)

20-20: Update to harden-runner action is correct.

The step-security/harden-runner action has been updated to version v2.9.1, aligning with the PR objectives.


27-27: Update to dependency-review-action is correct.

The actions/dependency-review-action has been updated to version v4.3.4, aligning with the PR objectives.

.github/workflows/test.yml (2)

19-19: Update to harden-runner action is correct.

The step-security/harden-runner action has been updated to version v2.9.1, aligning with the PR objectives.


25-25: Update to setup-go action is correct.

The actions/setup-go action has been updated to version v5.0.2, aligning with the PR objectives.

.github/workflows/codeql.yml (5)

44-44: Update to harden-runner action is correct.

The step-security/harden-runner action has been updated to version v2.9.1, aligning with the PR objectives.


51-51: Update to setup-go action is correct.

The actions/setup-go action has been updated to version v5.0.2, aligning with the PR objectives.


57-57: Update to codeql-action/init is correct.

The github/codeql-action/init action has been updated to version v3.26.3, aligning with the PR objectives.


67-67: Update to codeql-action/autobuild is correct.

The github/codeql-action/autobuild action has been updated to version v3.26.3, aligning with the PR objectives.


80-80: Update to codeql-action/analyze is correct.

The github/codeql-action/analyze action has been updated to version v3.26.3, aligning with the PR objectives.

.github/workflows/scorecard.yml (4)

36-36: Approved: Update to step-security/harden-runner.

The update from v2.8.1 to v2.9.1 aligns with the PR objectives and likely includes important security enhancements.


46-46: Approved: Update to ossf/scorecard-action.

The update from v2.3.3 to v2.4.0 aligns with the PR objectives and likely enhances the analysis capabilities.


68-68: Approved: Update to actions/upload-artifact.

The update from v4.3.4 to v4.3.6 aligns with the PR objectives and likely includes bug fixes or minor enhancements.


76-76: Approved: Update to github/codeql-action/upload-sarif.

The update from v3.25.11 to v3.26.3 aligns with the PR objectives and likely improves the SARIF file upload process.

.github/workflows/lint.yml (7)

20-20: Approved: Update to step-security/harden-runner.

The update from v2.8.1 to v2.9.1 aligns with the PR objectives and likely includes important security enhancements.

Also applies to: 41-41, 61-61, 81-81, 102-102, 123-123, 143-143, 163-163


26-26: Approved: Update to reviewdog/action-tflint.

The update from v1.23.0 to v1.23.2 aligns with the PR objectives and likely includes bug fixes and performance improvements.


47-47: Approved: Update to reviewdog/action-trivy.

The update from v1.10.0 to v1.11.0 aligns with the PR objectives and likely includes security improvements and bug fixes.


108-108: Approved: Update to reviewdog/action-misspell.

The update from v1.22.0 to v1.23.0 aligns with the PR objectives and likely includes bug fixes and performance improvements.


129-129: Approved: Update to reviewdog/action-alex.

The update from v1.12.0 to v1.13.0 aligns with the PR objectives and likely includes bug fixes and performance improvements.


149-149: Approved: Update to reviewdog/action-markdownlint.

The update from v0.23.0 to v0.24.0 aligns with the PR objectives and likely includes bug fixes and performance improvements.


169-169: Approved: Update to reviewdog/action-actionlint.

The update from v1.53.0 to v1.54.0 aligns with the PR objectives and likely includes bug fixes and performance improvements.

@bendoerr bendoerr merged commit e5bfb4e into main Aug 21, 2024
14 checks passed
@bendoerr bendoerr deleted the dependabot/github_actions/github-actions-c4f85ccb2e branch August 21, 2024 14:48
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.

1 participant