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

⬆️ (deps-ghaction): Bump the github-actions group across 1 directory with 14 updates #63

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

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

Package From To
step-security/harden-runner 2.7.0 2.8.1
actions/checkout 4.1.2 4.1.7
actions/setup-go 5.0.0 5.0.1
github/codeql-action 3.24.8 3.25.10
actions/dependency-review-action 4.2.3 4.3.3
reviewdog/action-tflint 1.22.0 1.23.0
reviewdog/action-trivy 1.4.0 1.9.0
reviewdog/action-golangci-lint 2.6.1 2.6.2
reviewdog/action-misspell 1.16.0 1.21.0
reviewdog/action-alex 1.7.0 1.11.0
reviewdog/action-markdownlint 0.14.0 0.22.0
reviewdog/action-actionlint 1.43.0 1.51.0
ossf/scorecard-action 2.3.1 2.3.3
actions/upload-artifact 4.3.1 4.3.3

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

Release notes

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

v2.8.1

What's Changed

  • Bug fix: Update isGitHubHosted implementation by @​varunsh-coder in step-security/harden-runner#425 The previous implementation incorrectly identified large GitHub-hosted runners as self-hosted runners. As a result, harden-runner was not executing on these large GitHub-hosted runners.

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

v2.8.0

What's Changed

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

  • File Monitoring Enhancements: Adds the capability to view the name and path of every file written during the build process.
  • Process Tracking Enhancements: Adds the capability to view process names and arguments of processes run during the build process.

These enhancements are based on insights from the XZ Utils incident, aimed at improving observability and detections during the build process.

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

v2.7.1

What's Changed

Release v2.7.1 by @​varunsh-coder, @​h0x0er, @​ashishkurmi in step-security/harden-runner#397 This release:

  • Improves the capability to inspect outbound HTTPS traffic on GitHub-hosted and self-hosted VM runners
  • Updates README to add link to case study video on how Harden-Runner detected a supply chain attack on a Google open-source project
  • Addresses minor bugs

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

Commits
  • 17d0e2b Merge pull request #425 from step-security/rc-9
  • bb112d0 Update isGitHubHosted implementation
  • f4f3f44 Merge pull request #407 from step-security/dependabot/github_actions/actions/...
  • 7a946b5 Bump actions/dependency-review-action from 3.1.3 to 4.3.2
  • 75a01c2 Merge pull request #417 from step-security/dependabot/github_actions/step-sec...
  • 53413f1 Bump step-security/harden-runner from 2.7.1 to 2.8.0
  • f086349 Merge pull request #416 from step-security/rc-8
  • b9c325d Update image
  • 808a771 Add info about file and process events
  • 7171429 Update agent
  • Additional commits viewable in compare view

Updates actions/checkout from 4.1.2 to 4.1.7

Release notes

Sourced from actions/checkout's releases.

v4.1.7

What's Changed

New Contributors

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

v4.1.6

What's Changed

Full Changelog: actions/checkout@v4.1.5...v4.1.6

v4.1.5

What's Changed

Full Changelog: actions/checkout@v4.1.4...v4.1.5

v4.1.4

What's Changed

Full Changelog: actions/checkout@v4.1.3...v4.1.4

v4.1.3

What's Changed

Full Changelog: actions/checkout@v4.1.2...v4.1.3

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

v4.0.0

v3.6.0

v3.5.3

... (truncated)

Commits

Updates actions/setup-go from 5.0.0 to 5.0.1

Release notes

Sourced from actions/setup-go's releases.

v5.0.1

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5.0.0...v5.0.1

Commits

Updates github/codeql-action from 3.24.8 to 3.25.10

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]

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

3.25.10 - 13 Jun 2024

  • Update default CodeQL bundle version to 2.17.5. #2327

3.25.9 - 12 Jun 2024

  • Avoid failing database creation if the database folder already exists and contains some unexpected files. Requires CodeQL 2.18.0 or higher. #2330
  • The init Action will attempt to clean up the database cluster directory before creating a new database and at the end of the job. This will help to avoid issues where the database cluster directory is left in an inconsistent state. #2332

3.25.8 - 04 Jun 2024

  • Update default CodeQL bundle version to 2.17.4. #2321

3.25.7 - 31 May 2024

  • We are rolling out a feature in May/June 2024 that will reduce the Actions cache usage of the Action by keeping only the newest TRAP cache for each language. #2306

3.25.6 - 20 May 2024

  • Update default CodeQL bundle version to 2.17.3. #2295

3.25.5 - 13 May 2024

  • Add a compatibility matrix of supported CodeQL Action, CodeQL CLI, and GitHub Enterprise Server versions to the https://github.com/github/codeql-action/blob/main/README.md. #2273
  • Avoid printing out a warning for a missing on.push trigger when the CodeQL Action is triggered via a workflow_call event. #2274
  • The tools: latest input to the init Action has been renamed to tools: linked. This option specifies that the Action should use the tools shipped at the same time as the Action. The old name will continue to work for backwards compatibility, but we recommend that new workflows use the new name. #2281

3.25.4 - 08 May 2024

  • Update default CodeQL bundle version to 2.17.2. #2270

3.25.3 - 25 Apr 2024

  • Update default CodeQL bundle version to 2.17.1. #2247
  • Workflows running on macos-latest using CodeQL CLI versions before v2.15.1 will need to either upgrade their CLI version to v2.15.1 or newer, or change the platform to an Intel MacOS runner, such as macos-12. ARM machines with SIP disabled, including the newest macos-latest image, are unsupported for CLI versions before 2.15.1. #2261

3.25.2 - 22 Apr 2024

No user facing changes.

... (truncated)

Commits
  • 23acc5c Merge pull request #2337 from github/update-v3.25.10-5bf6dad35
  • 9b72dbd Update changelog for v3.25.10
  • 5bf6dad Merge pull request #2329 from github/henrymercer/csharp-buildless-rollback-me...
  • feec81c Merge branch 'main' into henrymercer/csharp-buildless-rollback-mechanism
  • 789b5f8 Merge pull request #2328 from github/henrymercer/direct-tracing-fix
  • c36b5fc Merge pull request #2327 from github/update-bundle/codeql-bundle-v2.17.5
  • b3642aa Merge branch 'main' into update-bundle/codeql-bundle-v2.17.5
  • 1fc6e20 Merge pull request #2335 from github/mergeback/v3.25.9-to-main-530d4fea
  • 356bee4 Update checked-in dependencies
  • 385808c Update changelog and version after v3.25.9
  • Additional commits viewable in compare view

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

Release notes

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

Notes for v4.3.3

What's Changed

New Contributors

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

v4.3.2

What's Changed

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

v4.3.1

What's Changed

This release fixes some bugs related to package-url parsing that were introduced in 4.3.0. See actions/dependency-review-action#753.

Full Changelog: actions/dependency-review-action@V4.3.0...v4.3.1

v4.3.0

New Features

  • The deny-packages option can now be used without a version number to exclude all versions of a package.

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.2.5...V4.3.0

4.2.5

... (truncated)

Commits

Updates reviewdog/action-tflint from 1.22.0 to 1.23.0

Release notes

Sourced from reviewdog/action-tflint's releases.

Release v1.23.0

What's Changed

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

Commits

Updates reviewdog/action-trivy from 1.4.0 to 1.9.0

Release notes

Sourced from reviewdog/action-trivy's releases.

Release v1.9.0

v1.9.0: PR #50 - chore(deps): update reviewdog to 0.18.1

Release v1.8.0

v1.8.0: PR #49 - chore(deps): update reviewdog to 0.18.0

Release v1.7.0

v1.7.0: PR #40 - feat: use SARIF format

Release v1.6.0

v1.6.0: PR #44 - chore(deps): update reviewdog to 0.17.5

Release v1.5.2

v1.5.2: PR #38 - chore(deps): update terraform aws to ~> 5.51.0

Release v1.5.1

v1.5.1: PR #39 - chore(deps): update terraform azurerm to ~> 3.105.0

Release v1.5.0

v1.5.0: PR #41 - chore(deps): update reviewdog to 0.17.4

Commits
  • 53df306 Merge pull request #50 from reviewdog/depup/reviewdog
  • 77fb9ea chore(deps): update reviewdog to 0.18.1
  • 26a12db Merge pull request #49 from reviewdog/depup/reviewdog
  • a9ddd92 chore(deps): update reviewdog to 0.18.0
  • a0e0a53 Merge pull request #40 from Darwiner/feat-use-sarif
  • f1b5099 Merge pull request #44 from reviewdog/depup/reviewdog
  • ca7ae73 chore(deps): update reviewdog to 0.17.5
  • 382326f Merge pull request #38 from reviewdog/renovate/aws-5.x
  • 022c347 Merge pull request #39 from reviewdog/renovate/azurerm-3.x
  • 0199f6c Merge pull request #41 from reviewdog/depup/reviewdog
  • Additional commits viewable in compare view

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

Release notes

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

Release v2.6.2

What's Changed

New Contributors

Full Changelog: reviewdog/action-golangci-lint@v2.6.1...v2.6.2

Commits
  • 7708105 Merge pull request #694 from reviewdog/renovate/semver-7.x
  • 06ef73a npm run package
  • 302b62a fix(deps): update dependency semver to v7.6.2
  • 151839c Merge pull request #703 from reviewdog/dependabot/npm_and_yarn/undici-5.28.4
  • ac7edb7 npm run package
  • 42b393a Merge pull request #704 from reviewdog/massongit-patch-1
  • 4e7f656 renovate: join @​typescript-eslint/parser and eslint-plugin-jest
  • bace6b9 Merge pull request #702 from reviewdog/dependabot/npm_and_yarn/braces-3.0.3
  • 76e26ef Bump undici from 5.26.3 to 5.28.4
  • 67512a3 Bump braces from 3.0.2 to 3.0.3
  • Additional commits viewable in compare view

Updates reviewdog/action-misspell from 1.16.0 to 1.21.0

Release notes

Sourced from reviewdog/action-misspell's releases.

Release v1.21.0

What's Changed

Full Changelog: reviewdog/action-misspell@v1.20.0...v1.21.0

Release v1.20.0

What's Changed

Full Changelog: reviewdog/action-misspell@v1.19.0...v1.20.0

Release v1.19.0

What's Changed

New Contributors

Full Changelog: reviewdog/action-misspell@v1.18.0...v1.19.0

Release v1.18.0

What's Changed

Full Changelog: reviewdog/action-misspell@v1.17.0...v1.18.0

Release v1.17.0

What's Changed

New Contributors

Full Changelog: reviewdog/action-misspell@v1.16.0...v1.17.0

Commits
  • 30433ca Merge pull request #70 from reviewdog/depup/reviewdog
  • e8ea52e chore(deps): update reviewdog to 0.18.1
  • e4602ab Merge pull request #69 from reviewdog/depup/reviewdog
  • 3bd49a8 chore(deps): update reviewdog to 0.18.0
  • 8cd4a88 Merge pull request #68 from reviewdog/minor_release
  • 28229e4 empty commit
  • e51de88 Merge pull request #67 from talal/golangci-fork
  • a8d4835 Merge pull request #66 from reviewdog/depup/reviewdog
  • 69e05c8 chore(deps): update reviewdog to 0.17.5
  • d43321b feat(misspell): use golangci fork
  • Additional commits viewable in compare view

Updates reviewdog/action-alex from 1.7.0 to 1.11.0

Release notes

Sourced from reviewdog/action-alex's releases.

Release v1.11.0

What's Changed

Full Changelog: reviewdog/action-alex@v1.10.0...v1.11.0

Release v1.10.0

What's Changed

Full Changelog: reviewdog/action-alex@v1.9.1...v1.10.0

Release v1.9.1

What's Changed

Full Changelog: reviewdog/action-alex@v1.9.0...v1.9.1

Release v1.9.0

What's Changed

Full Changelog: reviewdog/action-alex@v1.8.0...v1.9.0

Release v1.8.0

What's Changed

Full Changelog: reviewdog/action-alex@v1.7.0...v1.8.0

Commits
  • cb33600 Merge pull request #29 from reviewdog/depup/reviewdog
  • 04d61da chore(deps): update reviewdog to 0.18.1
  • ac7b702 Merge pull request #28 from reviewdog/depup/reviewdog
  • 2337187 chore(deps): update reviewdog to 0.18.0
  • 4cb2194 Merge pull request #25 from reviewdog/renovate/peter-evans-create-pull-reques...
  • 1714a70 Merge pull request #27 from reviewdog/depup/reviewdog
  • 5ddaf92 chore(deps): update reviewdog to 0.17.5
  • 0f066ba Merge pull request #26 from reviewdog/depup/reviewdog
  • f6a447e chore(deps): update reviewdog to 0.17.3
  • 005d3ba chore(deps): update peter-evans/create-pull-request action to v6
  • Additional commits viewable in compare view

Updates reviewdog/action-markdownlint from 0.14.0 to 0.22.0

Release notes

Sourced from reviewdog/action-markdownlint's releases.

Release v0.22.0

v0.22.0: PR #61 - chore(deps): update reviewdog to 0.18.1

Release v0.21.0

v0.21.0: PR #60 - chore(deps): update reviewdog to 0.18.0

Release v0.20.0

v0.20.0: PR #57 - chore(deps): update...

Description has been truncated

…with 14 updates

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.7.0` | `2.8.1` |
| [actions/checkout](https://github.com/actions/checkout) | `4.1.2` | `4.1.7` |
| [actions/setup-go](https://github.com/actions/setup-go) | `5.0.0` | `5.0.1` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.24.8` | `3.25.10` |
| [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.2.3` | `4.3.3` |
| [reviewdog/action-tflint](https://github.com/reviewdog/action-tflint) | `1.22.0` | `1.23.0` |
| [reviewdog/action-trivy](https://github.com/reviewdog/action-trivy) | `1.4.0` | `1.9.0` |
| [reviewdog/action-golangci-lint](https://github.com/reviewdog/action-golangci-lint) | `2.6.1` | `2.6.2` |
| [reviewdog/action-misspell](https://github.com/reviewdog/action-misspell) | `1.16.0` | `1.21.0` |
| [reviewdog/action-alex](https://github.com/reviewdog/action-alex) | `1.7.0` | `1.11.0` |
| [reviewdog/action-markdownlint](https://github.com/reviewdog/action-markdownlint) | `0.14.0` | `0.22.0` |
| [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) | `1.43.0` | `1.51.0` |
| [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.3.1` | `2.3.3` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.3.1` | `4.3.3` |



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

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

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

Updates `github/codeql-action` from 3.24.8 to 3.25.10
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@05963f4...23acc5c)

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

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

Updates `reviewdog/action-trivy` from 1.4.0 to 1.9.0
- [Release notes](https://github.com/reviewdog/action-trivy/releases)
- [Commits](reviewdog/action-trivy@e3b2989...53df306)

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

Updates `reviewdog/action-misspell` from 1.16.0 to 1.21.0
- [Release notes](https://github.com/reviewdog/action-misspell/releases)
- [Commits](reviewdog/action-misspell@32cdac9...30433ca)

Updates `reviewdog/action-alex` from 1.7.0 to 1.11.0
- [Release notes](https://github.com/reviewdog/action-alex/releases)
- [Commits](reviewdog/action-alex@83d6502...cb33600)

Updates `reviewdog/action-markdownlint` from 0.14.0 to 0.22.0
- [Release notes](https://github.com/reviewdog/action-markdownlint/releases)
- [Commits](reviewdog/action-markdownlint@6e02140...03033f3)

Updates `reviewdog/action-actionlint` from 1.43.0 to 1.51.0
- [Release notes](https://github.com/reviewdog/action-actionlint/releases)
- [Commits](reviewdog/action-actionlint@c6ee1eb...afad3b6)

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

Updates `actions/upload-artifact` from 4.3.1 to 4.3.3
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@5d5d22a...6546280)

---
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-patch
  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-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-patch
  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-patch
  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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 24, 2024
@bendoerr
Copy link
Member

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 25, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 25, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/github-actions-6d226b85a3 branch July 25, 2024 15:58
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