-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Bump js-yaml from 3.13.1 to 4.1.1 in /script/sync-ghes #3109
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
base: main
Are you sure you want to change the base?
Bump js-yaml from 3.13.1 to 4.1.1 in /script/sync-ghes #3109
Conversation
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.1 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.13.1...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
This workflow uses actions that are not certified by GitHub.They are provided by a third-party and are governed byseparate terms of service, privacy policy, and supportdocumentation. |
ev-max2024
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good
diogojoaquim
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
+966559603906 open Whatsapp account automatically thanks |
|
#!/usr/bin/env bash destroy_github_all.sh- Dry-run by default: daftar semua resource yang akan dihapus.- Untuk benar-benar menjalankan penghapusan, atur EXECUTE="YES_I_UNDERSTAND_DELETE_PERMANENTLY"- Requires: curl, jqUsage (dry-run):GITHUB_TOKEN="ghp_xxx" ./destroy_github_all.shTo perform destructive actions:GITHUB_TOKEN="ghp_xxx" EXECUTE="YES_I_UNDERSTAND_DELETE_PERMANENTLY" ./destroy_github_all.shset -euo pipefail Safety checksif ! command -v curl >/dev/null 2>&1; then : "${GITHUB_TOKEN:?GITHUB_TOKEN environment variable must be set (PAT with appropriate scopes)}" API="https://api.github.com" Execution guard: must set EXECUTE env to the exact phrase to actually delete.EXECUTE="${EXECUTE:-}" is_execute_run() { echo "===== GitHub Mass-Delete Script (dry-run by default) =====" Helper: paginated GETpaged_get() { 1) List user info (for safety)user_login=$(curl -sS -H "$AUTH_HEADER" "$API/user" | jq -r .login) Confirm interactive prompt before any destructive run (extra guard)if is_execute_run; then FUNCTIONS TO COLLECT AND (optionally) DELETEDelete repositories owned by the authenticated userhandle_repos() { echo "Repositories found (owner):" if is_execute_run; then Delete gistshandle_gists() { Delete public SSH keys for authenticated userhandle_user_keys() { For each repo: delete deploy keys, webhooks, secrets, releases, artifactshandle_repo_level() { |
1 similar comment
|
#!/usr/bin/env bash destroy_github_all.sh- Dry-run by default: daftar semua resource yang akan dihapus.- Untuk benar-benar menjalankan penghapusan, atur EXECUTE="YES_I_UNDERSTAND_DELETE_PERMANENTLY"- Requires: curl, jqUsage (dry-run):GITHUB_TOKEN="ghp_xxx" ./destroy_github_all.shTo perform destructive actions:GITHUB_TOKEN="ghp_xxx" EXECUTE="YES_I_UNDERSTAND_DELETE_PERMANENTLY" ./destroy_github_all.shset -euo pipefail Safety checksif ! command -v curl >/dev/null 2>&1; then : "${GITHUB_TOKEN:?GITHUB_TOKEN environment variable must be set (PAT with appropriate scopes)}" API="https://api.github.com" Execution guard: must set EXECUTE env to the exact phrase to actually delete.EXECUTE="${EXECUTE:-}" is_execute_run() { echo "===== GitHub Mass-Delete Script (dry-run by default) =====" Helper: paginated GETpaged_get() { 1) List user info (for safety)user_login=$(curl -sS -H "$AUTH_HEADER" "$API/user" | jq -r .login) Confirm interactive prompt before any destructive run (extra guard)if is_execute_run; then FUNCTIONS TO COLLECT AND (optionally) DELETEDelete repositories owned by the authenticated userhandle_repos() { echo "Repositories found (owner):" if is_execute_run; then Delete gistshandle_gists() { Delete public SSH keys for authenticated userhandle_user_keys() { For each repo: delete deploy keys, webhooks, secrets, releases, artifactshandle_repo_level() { |
Bumps js-yaml from 3.13.1 to 4.1.1.
Changelog
Sourced from js-yaml's changelog.
... (truncated)
Commits
cc482e74.1.1 released50968b8dist rebuildd092d86lint fix383665ffix prototype pollution in merge (<<)0d3ca7aREADME.md: HTTP => HTTPS (#678)49baadddoc: 'empty' style option for !!nullba3460eFix demo link (#618)2cef47b4.1.0 released810b149dist rebuild2b5620eExport built-in types, type override now preserves orderDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.