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 13 updates #60

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
step-security/harden-runner 2.7.0 2.8.1
actions/checkout 4.1.2 4.1.6
actions/setup-go 5.0.0 5.0.1
github/codeql-action 3.24.8 3.25.8
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.7.0
reviewdog/action-misspell 1.16.0 1.19.0
reviewdog/action-alex 1.7.0 1.9.1
reviewdog/action-markdownlint 0.14.0 0.20.0
reviewdog/action-actionlint 1.43.0 1.48.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.6

Release notes

Sourced from actions/checkout's releases.

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.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

v3.5.2

v3.5.1

... (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.8

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]

No user facing changes.

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.

3.25.1 - 17 Apr 2024

  • We are rolling out a feature in April/May 2024 that improves the reliability and performance of analyzing code when analyzing a compiled language with the autobuild build mode. #2235
  • Fix a bug where the init Action would fail if --overwrite was specified in CODEQL_ACTION_EXTRA_OPTIONS. #2245

3.25.0 - 15 Apr 2024

  • The deprecated feature for extracting dependencies for a Python analysis has been removed. #2224

... (truncated)

Commits
  • 2e230e8 Merge pull request #2323 from github/update-v3.25.8-18b06dd1d
  • 66ad891 Update changelog for v3.25.8
  • 18b06dd Merge pull request #2322 from github/dependabot/npm_and_yarn/npm-10d82c2911
  • 200dd0c Update checked-in dependencies
  • 2bb35ea bump the npm group with 4 updates
  • 9c15e42 Merge pull request #2321 from github/update-bundle/codeql-bundle-v2.17.4
  • 98e7922 Merge branch 'main' into update-bundle/codeql-bundle-v2.17.4
  • 440350b Add changelog note
  • d4fcc8b Update default bundle to codeql-bundle-v2.17.4
  • add199b Merge pull request #2320 from github/angelapwen/use-linked-in-tests
  • 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.7.0

Release notes

Sourced from reviewdog/action-trivy's releases.

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
  • 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
  • f22f088 chore(deps): update terraform azurerm to ~> 3.105.0
  • e5c27b4 chore(deps): update terraform aws to ~> 5.51.0
  • cd63f9d chore(deps): update reviewdog to 0.17.4
  • c5e6c53 feat: use sarif format
  • Additional commits viewable in compare view

Updates reviewdog/action-misspell from 1.16.0 to 1.19.0

Release notes

Sourced from reviewdog/action-misspell's releases.

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
  • 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
  • 5bd7be2 Merge pull request #64 from reviewdog/depup/reviewdog
  • d56874c Merge pull request #65 from reviewdog/feature/chage_base_image
  • fd70428 change base image to debian
  • 54ff0f0 chore(deps): update reviewdog to 0.17.2
  • See full diff in compare view

Updates reviewdog/action-alex from 1.7.0 to 1.9.1

Release notes

Sourced from reviewdog/action-alex's releases.

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
  • 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
  • 8edc83e Merge pull request #24 from reviewdog/renovate/actions-checkout-digest
  • de597b8 use actions/checkout@v4 tag
  • fe8664a chore(deps): update actions/checkout digest to 8ade135
  • See full diff in compare view

Updates reviewdog/action-markdownlint from 0.14.0 to 0.20.0

Release notes

Sourced from reviewdog/action-markdownlint's releases.

Release v0.20.0

v0.20.0: PR #57 - chore(deps): update markdownlint-cli to 0.41.0

Release v0.19.0

v0.19.0: PR #58 - chore(deps): update reviewdog to 0.17.5

Release v0.18.0

What's Changed

Full Changelog: reviewdog/action-markdownlint@v0.17.0...v0.18.0

Release v0.17.0

No release notes provided.

Release v0.16.0

What's Changed

Full Changelog: reviewdog/action-markdownlint@v0.15.0...v0.16.0

Release v0.15.0

v0.15.0: PR #52 - chore(deps): update reviewdog to 0.17.2

Commits
  • 8a1ef8f Merge pull request #57 from reviewdog/depup/markdownlint-cli
  • 041aaea Merge pull request #58 from reviewdog/depup/reviewdog
  • 8a50bba chore(deps): update reviewdog to 0.17.5
  • 6167966 chore(deps): update markdownlint-cli to 0.41.0
  • 5bc6ad5 Merge pull request #56 from reviewdog/depup/markdownlint-cli
  • 74af2e6 Merge pull request #55 from reviewdog/depup/reviewdog
  • 09e6552 chore(deps): update markdownlint-cli to 0.40.0
  • fce1449 chore(deps): update reviewdog to 0.17.4
  • 7c94517 Merge pull request #54 from reviewdog/renovate/node-20.x
  • fa7923f Merge pull request #53 from reviewdog/depup/markdownlint-cli
  • Additional commits viewable in compare view

Updates reviewdog/action-actionlint from 1.43.0 to 1.48.0

Release notes

Sourced from reviewdog/action-actionlint's releases.

Release v1.48.0

v1.48.0: PR #131 - chore(deps): update reviewdog to 0.17.5

Release v1.47.0

v1.47.0: PR #128 - chore(deps): update actionlint to 1.7.1

Release v1.46.0

v1.46.0: PR #126 - Bump actionlint to 1.7.0

Release v1.45.0

v1.45.0: PR #123 - chore(deps): update reviewdog to 0.17.4

Release v1.44.0

v1.44.0: PR #121 - chore(deps): update reviewdog to 0.17.3

Commits
  • fd62799 bump v1.48.0
  • bff239f Merge branch 'main' into releases/v1
  • c48c575 Merge pull request #131 from reviewdog/depup/reviewdog
  • 976384b chore(deps): update reviewdog to 0.17.5
  • 4797143 bump v1.47.0
  • 7f90566 Merge branch 'main' into releases/v1
  • 3708f80 Merge pull request #128 from reviewdog/depup/actionlint
  • 2ed6662 chore(deps): update actionlint to 1.7.1
  • 89a03f6 bump v1.46.0
  • 6a477cc Merge branch 'main' into releases/v1
  • Additional commits viewable in compare view

Updates ossf/scorecard-action from 2.3.1 to 2.3.3

Release notes

Sourced from ossf/scorecard-action's releases.

v2.3.3

[!NOTE]
There is no v2.3.2 release as a step was skipped in the release process. This was fixed and re-released under the v2.3.3 tag

What's Changed

For a full changelist of what these include, see the v5.0.0-rc1 and v5.0.0-rc2 release notes.

Documentation

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

Commits
  • dc50aa9 🌱 Bump docker tag for v2.3.3 release (#1368)
  • 8ff5700 🌱 Bump github.com/ossf/scorecard/v5 from v5.0.0-rc2 to v5.0.0-rc2.0....
  • 8ba5e73 update api links to new scorecard.dev site (#1376)
  • 92ddde3 Bump github.com/ossf/scorecard/v5 from v5.0.0-rc1 to v5.0.0-rc2 (#1374)
  • 6c55905 🌱 Bump golang.org/x/net from 0.24.0 to 0.25.0 (#1373)
  • 09bb953 🌱 Bump distroless/base in the docker-images group (#1372)
  • 1511e13 🌱 Bump the github-actions group across 1 directory with 6 updates (#...
  • df66cd8 🌱 Bump the docker-images group with 2 updates (#1370)
  • fad9a3c 🌱 Bump distroless/base in the docker-images group (#1364)

…with 13 updates

Bumps the github-actions group with 13 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.6` |
| [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.8` |
| [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.7.0` |
| [reviewdog/action-misspell](https://github.com/reviewdog/action-misspell) | `1.16.0` | `1.19.0` |
| [reviewdog/action-alex](https://github.com/reviewdog/action-alex) | `1.7.0` | `1.9.1` |
| [reviewdog/action-markdownlint](https://github.com/reviewdog/action-markdownlint) | `0.14.0` | `0.20.0` |
| [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) | `1.43.0` | `1.48.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.6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@9bb5618...a5ac7e5)

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.8
- [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...2e230e8)

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.7.0
- [Release notes](https://github.com/reviewdog/action-trivy/releases)
- [Commits](reviewdog/action-trivy@e3b2989...a0e0a53)

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

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

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

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

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-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 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 17, 2024

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

@dependabot dependabot bot closed this Jun 17, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/github-actions-840da8bc86 branch June 17, 2024 14:05
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