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

Bump the github-actions group with 10 updates #13626

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps the github-actions group with 10 updates:

Package From To
step-security/harden-runner 2.7.0 2.7.1
actions/checkout 4.1.2 4.1.4
preactjs/compressed-size-action 2.5.0 2.6.0
oven-sh/setup-bun 1.2.0 1.2.1
peter-evans/find-comment 3.0.0 3.1.0
ataylorme/eslint-annotate-action 2.2.0 3.0.0
actions/upload-artifact 4.3.1 4.3.3
actions/download-artifact 4.1.4 4.1.7
codecov/codecov-action 4.1.1 4.3.1
peter-evans/create-pull-request 6.0.2 6.0.5

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

Release notes

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

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
  • a4aa98b Release v2.7.1 (#397)
  • 6c3b1c9 Merge pull request #379 from step-security/dependabot/github_actions/step-sec...
  • 3498091 Bump step-security/harden-runner from 2.6.1 to 2.7.0
  • 63a88e2 Merge pull request #378 from step-security/update-readme3
  • 07e5965 Update README
  • See full diff in compare view

Updates actions/checkout from 4.1.2 to 4.1.4

Release notes

Sourced from actions/checkout's releases.

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

v3.5.0

v3.4.0

... (truncated)

Commits

Updates preactjs/compressed-size-action from 2.5.0 to 2.6.0

Release notes

Sourced from preactjs/compressed-size-action's releases.

2.6.0

New Features / Improvements

Action Maintenance

Repo Maintenance

New Contributors

Full Changelog: preactjs/compressed-size-action@2.5.0...2.6.0

Commits

Updates oven-sh/setup-bun from 1.2.0 to 1.2.1

Release notes

Sourced from oven-sh/setup-bun's releases.

v1.2.1

setup-bun v1.2.1

Download, install, and setup Bun in GitHub Actions.

Usage

- uses: oven-sh/setup-bun@v1
  with:
    bun-version: latest

Using a custom NPM registry

- uses: oven-sh/setup-bun@v1
  with:
    registry-url: "https://npm.pkg.github.com/"
    scope: "@foo"

If you need to authenticate with a private registry, you can set the BUN_AUTH_TOKEN environment variable.

- name: Install Dependencies
  env:
    BUN_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
  run: bun install --frozen-lockfile

Node.js not needed

In most cases, you shouldn't need to use the setup-node GitHub Action.

Inputs

Name Description Default Examples
bun-version The version of Bun to download and install. latest canary, 1.0.0, 1.0.x
registry-url Registry URL where some private package is stored. undefined "https://npm.pkg.github.com/"
scope Scope for private packages. undefined "@foo", "@orgname"
no-cache Disable caching of the downloaded executable. false true, false

Outputs

Name Description Example
cache-hit If the Bun executable was read from cache. true
bun-version The output from bun --version. 1.0.0

... (truncated)

Commits

Updates peter-evans/find-comment from 3.0.0 to 3.1.0

Release notes

Sourced from peter-evans/find-comment's releases.

v3.1.0

What's Changed

New Contributors

Full Changelog: peter-evans/find-comment@v3.0.0...v3.1.0

Commits
  • 3eae4d3 feat: add the node_id to the available output (#299)
  • 82ff6db build(deps-dev): bump @​types/node from 18.19.26 to 18.19.28 (#300)
  • 12c311c build(deps-dev): bump @​types/node from 18.19.24 to 18.19.26 (#298)
  • 7ec5a30 build(deps-dev): bump @​types/node from 18.19.22 to 18.19.24 (#297)
  • caddf81 build(deps-dev): bump @​types/node from 18.19.21 to 18.19.22 (#295)
  • ab44313 build(deps-dev): bump eslint-plugin-github from 4.10.1 to 4.10.2 (#294)
  • 0470bb8 build(deps-dev): bump @​types/node from 18.19.18 to 18.19.21 (#293)
  • b5a4628 build(deps-dev): bump @​types/node from 18.19.17 to 18.19.18 (#292)
  • 8186d8a build(deps-dev): bump eslint from 8.56.0 to 8.57.0 (#291)
  • 99388f0 build(deps-dev): bump @​types/node from 18.19.15 to 18.19.17 (#290)
  • Additional commits viewable in compare view

Updates ataylorme/eslint-annotate-action from 2.2.0 to 3.0.0

Release notes

Sourced from ataylorme/eslint-annotate-action's releases.

3.0.0 - CONTAINS BREAKING CHANGES

3.0.0 - CONTAINS BREAKING CHANGES

  • Rename the repo-token input to GITHUB_TOKEN
  • Run the Action itself on Node 20 instead of Node 16
  • Truncate summary if too long
  • Only add changed file to markdown summary if only changed files is true
  • Use @octokit/action instead of actions-toolkit
  • Use ESLint types from @types/eslint instead of custom types
  • Default line to 1 if it's not present
Changelog

Sourced from ataylorme/eslint-annotate-action's changelog.

3.0.0 - CONTAINS BREAKING CHANGES

  • Rename the repo-token input to GITHUB_TOKEN
  • Run the Action itself on Node 20 instead of Node 16
  • Truncate summary if too long
  • Only add changed file to markdown summary if only changed files is true
  • Use @octokit/action instead of actions-toolkit
  • Use ESLint types from @types/eslint instead of custom types
  • Default line to 1 if it's not present
Commits

Updates actions/upload-artifact from 4.3.1 to 4.3.3

Release notes

Sourced from actions/upload-artifact's releases.

v4.3.3

What's Changed

Full Changelog: actions/upload-artifact@v4.3.2...v4.3.3

v4.3.2

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4.3.1...v4.3.2

Commits
  • 6546280 updating package version
  • c004fb4 Merge branch 'main' into eggyhead/use-artifact-v2.1.6
  • 90aba49 updating toolkit artifact dependency to 2.1.6
  • b06cde3 Merge pull request #563 from actions/eggyhead/release-4.3.2
  • 1746f4a Revert "updating to release 4.3.2"
  • 31685d0 updating to release 4.3.2
  • 18bf333 Merge pull request #562 from actions/eggyhead/update-artifact-v215
  • dac413b update package lock version
  • bb3b4a3 updating package version
  • 3e3da83 updating artifact and core dependencies
  • Additional commits viewable in compare view

Updates actions/download-artifact from 4.1.4 to 4.1.7

Release notes

Sourced from actions/download-artifact's releases.

v4.1.7

What's Changed

Full Changelog: actions/download-artifact@v4.1.6...v4.1.7

v4.1.6

What's Changed

Full Changelog: actions/download-artifact@v4.1.5...v4.1.6

v4.1.5

What's Changed

Full Changelog: actions/download-artifact@v4.1.4...v4.1.5

Commits
  • 65a9edc Merge pull request #325 from bethanyj28/main
  • fdd1595 licensed
  • c13dba1 update @​actions/artifact dependency
  • 0daa75e Merge pull request #324 from actions/eggyhead/use-artifact-v2.1.6
  • 9c19ed7 Merge branch 'main' into eggyhead/use-artifact-v2.1.6
  • 3d3ea87 updating license
  • 89af5db updating artifact package v2.1.6
  • b4aefff Merge pull request #323 from actions/eggyhead/update-artifact-v215
  • 8caf195 package lock update
  • d7a2ec4 updating package version
  • Additional commits viewable in compare view

Updates codecov/codecov-action from 4.1.1 to 4.3.1

Release notes

Sourced from codecov/codecov-action's releases.

v4.3.1

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v4.3.0...v4.3.1

v4.3.0

What's Changed

Full Changelog: codecov/codecov-action@v4.2.0...v4.3.0

v4.2.0

What's Changed

... (truncated)

Commits
  • 5ecb98a chore(release): 4.3.1. (#1405)
  • 5a299d1 fix: bypass token checks for forks and OIDC (#1404)
  • dad251d docs: main branch (#1396)
  • e8bbe5f docs: Type Annotations (#1397)
  • a6fd87f build(deps-dev): bump @​typescript-eslint/parser from 7.7.1 to 7.8.0 (#1401)
  • 76c8cd6 build(deps-dev): bump @​typescript-eslint/eslint-plugin from 7.7.1 to 7.8.0 (#...
  • 1290bdd style: Node Packages (#1394)
  • 951ef79 build(deps): bump github/codeql-action from 3.25.1 to 3.25.3 (#1391)
  • bb71c1b build(deps): bump actions/checkout from 4.1.3 to 4.1.4 (#1392)
  • acc5d43 build(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3 (#1393)
  • Additional commits viewable in compare view

Updates peter-evans/create-pull-request from 6.0.2 to 6.0.5

Release notes

Sourced from peter-evans/create-pull-request's releases.

Create Pull Request v6.0.5

⚙️ Fixes an issue with proxy support for users that run self-hosted behind a proxy.

What's Changed

Full Changelog: peter-evans/create-pull-request@v6.0.4...v6.0.5

Create Pull Request v6.0.4

⚡ Improves performance in some cases for very large git repositories.

What's Changed

Full Changelog: peter-evans/create-pull-request@v6.0.3...v6.0.4

Create Pull Request v6.0.3

⚡ Improves performance of the push-to-fork feature.

What's Changed

Full Changelog: peter-evans/create-pull-request@v6.0.2...v6.0.3

Commits
  • 6d6857d fix: update proxy support to follow octokit change to fetch api (#2867)
  • 9153d83 perf: limit the fetch depth of pr branch (#2857)
  • c55203c fix: drop unnecessary fetch with unshallow on push-to-fork (#2849)
  • 6ce4eca build(deps-dev): bump @​types/node from 18.19.28 to 18.19.31 (#2842)
  • 36ef0ed build(deps-dev): bump @​types/node from 18.19.26 to 18.19.28 (#2836)
  • 8500972 build(deps-dev): bump @​types/node from 18.19.25 to 18.19.26 (#2831)
  • bda5ade build(deps-dev): bump @​types/node from 18.19.23 to 18.19.25 (#2826)
  • See full diff in compare view

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

Bumps the github-actions group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.7.0` | `2.7.1` |
| [actions/checkout](https://github.com/actions/checkout) | `4.1.2` | `4.1.4` |
| [preactjs/compressed-size-action](https://github.com/preactjs/compressed-size-action) | `2.5.0` | `2.6.0` |
| [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) | `1.2.0` | `1.2.1` |
| [peter-evans/find-comment](https://github.com/peter-evans/find-comment) | `3.0.0` | `3.1.0` |
| [ataylorme/eslint-annotate-action](https://github.com/ataylorme/eslint-annotate-action) | `2.2.0` | `3.0.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.3.1` | `4.3.3` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.4` | `4.1.7` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action) | `4.1.1` | `4.3.1` |
| [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `6.0.2` | `6.0.5` |


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

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

Updates `preactjs/compressed-size-action` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/preactjs/compressed-size-action/releases)
- [Commits](preactjs/compressed-size-action@8119d3d...f780fd1)

Updates `oven-sh/setup-bun` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/oven-sh/setup-bun/releases)
- [Commits](oven-sh/setup-bun@d360327...8f24390)

Updates `peter-evans/find-comment` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/peter-evans/find-comment/releases)
- [Commits](peter-evans/find-comment@d5fe376...3eae4d3)

Updates `ataylorme/eslint-annotate-action` from 2.2.0 to 3.0.0
- [Release notes](https://github.com/ataylorme/eslint-annotate-action/releases)
- [Changelog](https://github.com/ataylorme/eslint-annotate-action/blob/v3/CHANGELOG.md)
- [Commits](ataylorme/eslint-annotate-action@2.2.0...3.0.0)

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)

Updates `actions/download-artifact` from 4.1.4 to 4.1.7
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@c850b93...65a9edc)

Updates `codecov/codecov-action` from 4.1.1 to 4.3.1
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@c16abc2...5ecb98a)

Updates `peter-evans/create-pull-request` from 6.0.2 to 6.0.5
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@70a41ab...6d6857d)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: preactjs/compressed-size-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: oven-sh/setup-bun
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: peter-evans/find-comment
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: ataylorme/eslint-annotate-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: peter-evans/create-pull-request
  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 the Dependencies Pull requests that update a dependency file label May 1, 2024
@swissspidy swissspidy merged commit d851340 into main May 1, 2024
45 of 46 checks passed
@swissspidy swissspidy deleted the dependabot/github_actions/github-actions-41c5848e55 branch May 1, 2024 20:47
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant