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

build(dependencies): bump the github-actions group across 1 directory with 4 updates #69

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps the github-actions group with 4 updates in the / directory: wearefrank/ci-cd-templates, step-security/harden-runner, actions/checkout and actions/setup-node.

Updates wearefrank/ci-cd-templates from 1.0.3 to 1.0.12

Release notes

Sourced from wearefrank/ci-cd-templates's releases.

v1.0.12

1.0.12 (2024-12-02)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 5 updates (#33) (03612e9)

v1.0.11

1.0.11 (2024-10-28)

🐛 Bug Fixes

  • ff-version-auto-bumper workflow pr creation failing due to wrong branchname (b97427b)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 4 updates (#28) (86dec0a)

v1.0.10

1.0.10 (2024-10-16)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 7 updates (4e77754)

v1.0.9

1.0.9 (2024-09-13)

🤖 Build System

  • dependencies: bump the github-actions group with 2 updates (9ece1f8)

v1.0.8

1.0.8 (2024-09-09)

🤖 Build System

  • dependencies: bump the github-actions group with 2 updates (b4a68ed)

v1.0.7

1.0.7 (2024-08-30)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 2 updates (#19) (067eb8b)

v1.0.6

1.0.6 (2024-08-20)

🐛 Bug Fixes

... (truncated)

Changelog

Sourced from wearefrank/ci-cd-templates's changelog.

conventional commits semantic versioning

1.0.12 (2024-12-02)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 5 updates (#33) (03612e9)

1.0.11 (2024-10-28)

🐛 Bug Fixes

  • ff-version-auto-bumper workflow pr creation failing due to wrong branchname (b97427b)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 4 updates (#28) (86dec0a)

1.0.10 (2024-10-16)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 7 updates (4e77754)

1.0.9 (2024-09-13)

🤖 Build System

  • dependencies: bump the github-actions group with 2 updates (9ece1f8)

1.0.8 (2024-09-09)

🤖 Build System

  • dependencies: bump the github-actions group with 2 updates (b4a68ed)

1.0.7 (2024-08-30)

🤖 Build System

  • dependencies: bump the github-actions group across 1 directory with 2 updates (#19) (067eb8b)

1.0.6 (2024-08-20)

🐛 Bug Fixes

  • print docker debugging commands step not triggered on failure (9f7329f)

🤖 Build System

... (truncated)

Commits
  • bdd980e chore(patch): release 1.0.12 [skip ci]
  • 03612e9 build(dependencies): bump the github-actions group across 1 directory with 5 ...
  • b9f96c7 chore(patch): release 1.0.11 [skip ci]
  • b97427b fix: ff-version-auto-bumper workflow pr creation failing due to wrong branchname
  • 86dec0a build(dependencies): bump the github-actions group across 1 directory with 4 ...
  • 0d3a4a1 chore: introduction architecture decision records
  • 5abb5d1 chore(patch): release 1.0.10 [skip ci]
  • 4e77754 build(dependencies): bump the github-actions group across 1 directory with 7 ...
  • 5f916d5 chore(patch): release 1.0.9 [skip ci]
  • 9ece1f8 build(dependencies): bump the github-actions group with 2 updates
  • Additional commits viewable in compare view

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

Release notes

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

v2.10.2

What's Changed

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

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

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

v2.10.1

What's Changed

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

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

v2.10.0

What's Changed

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

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

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

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

Updates actions/checkout from 4.1.7 to 4.2.2

Release notes

Sourced from actions/checkout's releases.

v4.2.2

What's Changed

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

v4.2.1

What's Changed

New Contributors

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

v4.2.0

What's Changed

New Contributors

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

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

... (truncated)

Commits

Updates actions/setup-node from 4.0.3 to 4.1.0

Release notes

Sourced from actions/setup-node's releases.

v4.1.0

What's Changed

New Contributors

Full Changelog: actions/setup-node@v4...v4.1.0

v4.0.4

What's Changed

Documentation changes:

New Contributors

Full Changelog: actions/setup-node@v4...v4.0.4

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 2, 2024
… with 4 updates

Bumps the github-actions group with 4 updates in the / directory: [wearefrank/ci-cd-templates](https://github.com/wearefrank/ci-cd-templates), [step-security/harden-runner](https://github.com/step-security/harden-runner), [actions/checkout](https://github.com/actions/checkout) and [actions/setup-node](https://github.com/actions/setup-node).


Updates `wearefrank/ci-cd-templates` from 1.0.3 to 1.0.12
- [Release notes](https://github.com/wearefrank/ci-cd-templates/releases)
- [Changelog](https://github.com/wearefrank/ci-cd-templates/blob/main/CHANGELOG.md)
- [Commits](wearefrank/ci-cd-templates@v1.0.3...bdd980e)

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

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

Updates `actions/setup-node` from 4.0.3 to 4.1.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@1e60f62...39370e3)

---
updated-dependencies:
- dependency-name: wearefrank/ci-cd-templates
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: step-security/harden-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-e5b5c1f51a branch from 41fbd95 to 55da1ac Compare December 9, 2024 10:19
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