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 5 updates #968

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the github-actions group with 5 updates:

Package From To
github/branch-deploy 9.3.0 9.4.0
actions/setup-node 4.0.2 4.0.3
cloudflare/wrangler-action 3.6.1 3.7.0
github/codeql-action 3.25.11 3.25.15
GrantBirki/comment 2.0.10 2.1.0

Updates github/branch-deploy from 9.3.0 to 9.4.0

Release notes

Sourced from github/branch-deploy's releases.

v9.4.0

What's Changed

Full Changelog: github/branch-deploy@v9...v9.4.0

v9.3.1

What's Changed

This release includes a minor bug fix in the way that deployment SHAs treat the auto_merge function on deployments. It also includes better test coverage of existing code and some control flow improvements as well.

Full Changelog: github/branch-deploy@v9...v9.3.1

Commits
  • 91f77d0 release script fixes
  • dd1b9d8 Merge pull request #281 from github/test-improvements
  • a95f851 control flow improvements for unlock-on-merge
  • a4e9c30 typo
  • 4a09c47 improved control flow for post-deploy-message and better unit tests
  • 20381a1 test improvements for outdated-check
  • 0b1186c help method branch coverage
  • b29db54 ensure .trim() is called on inputs.update_branch
  • e114a13 control flow improvements for environment-targets
  • 37cb745 🔒 enforce the most strict code coverage humanly possible 🔒
  • Additional commits viewable in compare view

Updates actions/setup-node from 4.0.2 to 4.0.3

Release notes

Sourced from actions/setup-node's releases.

v4.0.3

What's Changed

Bug fixes:

Documentation changes:

Dependency updates:

New Contributors

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

Commits

Updates cloudflare/wrangler-action from 3.6.1 to 3.7.0

Release notes

Sourced from cloudflare/wrangler-action's releases.

v3.7.0

Minor Changes

Changelog

Sourced from cloudflare/wrangler-action's changelog.

Changelog

3.7.0

Minor Changes

3.6.1

Patch Changes

3.6.0

Minor Changes

3.5.0

Minor Changes

  • #255 31a6263ef3ec73ff2d03cb4c0260379f96f7598c Thanks @​matthewdavidrodgers! - Stop racing secret uploads

    For up to date versions of wrangler, secrets are uploaded via the 'secret:bulk' command, which batches updates in a single API call.

    For versions of wrangler without that capability, the action falls back to the single 'secret put' command for each secret. It races all these with a Promise.all()

    Unfortunately, the single secret API cannot handle concurrency - at best, these calls have to wait on one another, holding requests open all the while. Often it times out and errors.

    This fixes the legacy secret upload errors by making these calls serially instead of concurrently.

3.4.1

Patch Changes

3.4.0

Minor Changes

  • #213 d13856dfc92816473ebf47f66e263a2668a97896 Thanks @​GrantBirki! - This change introduces three new GitHub Actions output variables. These variables are as follows:

    • command-output - contains the string results of stdout
    • command-stderr - contains the string results of stderr
    • deployment-url - contains the string results of the URL that was deployed (ex: https://<your_pages_site>.pages.dev)

... (truncated)

Commits
  • f84a562 Automatic compilation
  • 3ea6e3f Merge pull request #272 from cloudflare/changeset-release/main
  • ea11499 Version Packages
  • 8f2f895 Merge pull request #271 from cloudflare/maximo/fixup-235
  • 66efca2 Invoke wrangler to check if it's installed, but don't auto-install through np...
  • aa5d18d Revert "Revert "(feat): Use existing wrangler installation when appropriate (...
  • See full diff in compare view

Updates github/codeql-action from 3.25.11 to 3.25.15

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

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
  • Update default CodeQL bundle version to 2.17.6. #2352

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

... (truncated)

Commits
  • afb54ba Merge pull request #2391 from github/update-v3.25.15-4b1d7da10
  • 57a4b22 Update changelog for v3.25.15
  • 4b1d7da Merge pull request #2385 from github/update-bundle/codeql-bundle-v2.18.1
  • 97e8f69 Merge branch 'main' into update-bundle/codeql-bundle-v2.18.1
  • f8e94f9 Merge pull request #2389 from github/mergeback/v3.25.14-to-main-5cf07d8b
  • 9e375a8 Update checked-in dependencies
  • 02d73d0 Update changelog and version after v3.25.14
  • 5cf07d8 Merge pull request #2388 from github/update-v3.25.14-1b214db07
  • ecab108 Update changelog for v3.25.14
  • 1b214db Merge pull request #2387 from github/aibaars/remove-set-secret
  • Additional commits viewable in compare view

Updates GrantBirki/comment from 2.0.10 to 2.1.0

Release notes

Sourced from GrantBirki/comment's releases.

v2.1.0

What's Changed

Full Changelog: GrantBirki/comment@v2...v2.1.0

Commits
  • f524ee3 Merge pull request #26 from GrantBirki/issue-number-context
  • 8a5dda3 this node env doesn't support ?.
  • 7f657e1 fetch the issueNumber from the github.context if it is not defined in the...
  • ce03eec Merge pull request #25 from GrantBirki/node-package-updates
  • 5b51e4a npm update
  • ab68759 package cleanup
  • 3971a84 update prettier
  • d1c9a23 Merge pull request #24 from GrantBirki/dependabot/npm_and_yarn/npm_and_yarn-5...
  • 06d9f6f Bump braces in the npm_and_yarn group across 1 directory
  • 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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github/branch-deploy](https://github.com/github/branch-deploy) | `9.3.0` | `9.4.0` |
| [actions/setup-node](https://github.com/actions/setup-node) | `4.0.2` | `4.0.3` |
| [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) | `3.6.1` | `3.7.0` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.25.11` | `3.25.15` |
| [GrantBirki/comment](https://github.com/grantbirki/comment) | `2.0.10` | `2.1.0` |


Updates `github/branch-deploy` from 9.3.0 to 9.4.0
- [Release notes](https://github.com/github/branch-deploy/releases)
- [Commits](github/branch-deploy@v9.3.0...v9.4.0)

Updates `actions/setup-node` from 4.0.2 to 4.0.3
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.2...v4.0.3)

Updates `cloudflare/wrangler-action` from 3.6.1 to 3.7.0
- [Release notes](https://github.com/cloudflare/wrangler-action/releases)
- [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md)
- [Commits](cloudflare/wrangler-action@a08dc76...f84a562)

Updates `github/codeql-action` from 3.25.11 to 3.25.15
- [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...afb54ba)

Updates `GrantBirki/comment` from 2.0.10 to 2.1.0
- [Release notes](https://github.com/grantbirki/comment/releases)
- [Commits](GrantBirki/comment@v2.0.10...v2.1.0)

---
updated-dependencies:
- dependency-name: github/branch-deploy
  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-patch
  dependency-group: github-actions
- dependency-name: cloudflare/wrangler-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: GrantBirki/comment
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 1, 2024 00:39
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 1, 2024
Copy link
Contributor

github-actions bot commented Aug 1, 2024

👋 Thanks for opening a pull request!

If you are new, please check out the trimmed down summary of our deployment process below:

  1. 👀 Observe the CI jobs and tests to ensure they are passing

  2. ✔️ Obtain an approval/review on this pull request

  3. 🚀 Deploy your pull request to the development environment with .deploy to development

  4. 🚀 Deploy your pull request to the production environment with .deploy

    If anything goes wrong, rollback with .deploy main

  5. 🎉 Merge!

Note: If you have a larger change and want to block deployments, you can run .lock --reason <reason> to lock all other deployments (remove with .unlock)

You can view the branch deploy usage guide for additional information

@Razzmatazzz
Copy link
Member

.deploy

Copy link
Contributor

github-actions bot commented Aug 1, 2024

Deployment Triggered 🚀

Razzmatazzz, started a branch deployment to production

You can watch the progress here 🔗

Branch: dependabot/github_actions/github-actions-1ffed3ef49

Copy link
Contributor

github-actions bot commented Aug 1, 2024

Deployment Results ✅

Razzmatazzz successfully deployed branch dependabot/github_actions/github-actions-1ffed3ef49 to production

Environment URL: tarkov.dev

@Razzmatazzz Razzmatazzz merged commit ad539c0 into main Aug 1, 2024
2 checks passed
@Razzmatazzz Razzmatazzz deleted the dependabot/github_actions/github-actions-1ffed3ef49 branch August 1, 2024 11:29
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