Closed dependabot[bot] closed 1 month ago
If you are new, please check out the trimmed down summary of our deployment process below:
👀 Observe the CI jobs and tests to ensure they are passing
✔️ Obtain an approval/review on this pull request
🚀 Deploy your pull request to the development environment with .deploy to development
🚀 Deploy your pull request to the production environment with .deploy
If anything goes wrong, rollback with
.deploy main
🎉 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
Bumps the github-actions group with 3 updates: github/branch-deploy, actions/setup-node and github/codeql-action.
Updates
github/branch-deploy
from 9.7.0 to 9.8.1Release notes
Sourced from github/branch-deploy's releases.
... (truncated)
Commits
368e17c
Merge pull request #308 from github/node-updates11ee5ec
runnpm update
ef4f017
Merge pull request #307 from github/latest-deployments-paginatione583b76
sprinkle in some debug statementsa6d2b24
add pagination logic tolatestActiveDeployment()
to make it more robustd806f9d
bundle4788222
rename method for clarity60d5a42
move comment for clarity409f6de
Merge pull request #305 from github/node-updates0bc9873
update all node packages withnpm update
Updates
actions/setup-node
from 4.0.3 to 4.0.4Release notes
Sourced from actions/setup-node's releases.
Commits
0a44ba7
Correct version string (#1124)97ca147
Merge pull request #1125 from actions/add-is-release-workflowaa363de
Create publish-immutable-action.yml1c7b2db
Fix: windows arm64 setup (#1126)26961cf
Documentation update in the README file (#1106)Updates
github/codeql-action
from 3.26.6 to 3.26.10Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
e2b3eaf
Merge pull request #2507 from github/update-v3.26.10-2617ff2d37dbbf6d
Update changelog for v3.26.102617ff2
Merge pull request #2502 from github/henrymercer/zstd-experiment46e0c78
Merge pull request #2504 from github/mergeback/v3.26.9-to-main-461ef6c7da7be78
Update checked-in dependenciesae1c6a2
Update changelog and version after v3.26.9461ef6c
Merge pull request #2503 from github/update-v3.26.9-f861efb2b00b1146
Update changelog for v3.26.9f861efb
Merge pull request #2498 from github/dependabot/npm_and_yarn/npm-9874b37b586b2f7e7
Run PR checks using JS onlyDependabot 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