diff --git a/.github/workflows/optimize-images.yml b/.github/workflows/optimize-images.yml new file mode 100644 index 0000000000..26308bb0e9 --- /dev/null +++ b/.github/workflows/optimize-images.yml @@ -0,0 +1,54 @@ +name: Optimize images + +# **What it does**: Optimize images. +# **Why we have it**: Reduce bandwidth needs. +# **Who does it impact**: Docs engineering. + +on: + workflow_dispatch: + schedule: + - cron: '45 17 * * 2' # Run Tuesdays at 17:45 UTC / 9:45 PST + +permissions: + contents: write + pull-requests: write + +jobs: + optimize-images: + if: github.repository == 'github/docs-internal' + runs-on: ubuntu-latest + steps: + - name: Check out repo + uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 + + - name: Install the Optipng package + run: sudo apt-get update && sudo apt-get -y install optipng + + - name: Run the Optipng package + run: find . -name '*.png' -print0 | xargs -0 optipng -nx + + - name: Make a branch, commit, push, and pull request + run: | + echo "If there's no changes, exit" + if [[ `git status --porcelain` ]] + then + else + exit 0 + fi + + echo "Make a new branch" + git checkout -b "optimize-images-$(date +'%Y%m%d%H%M%S')" + + echo "Make a commit" + git config user.name github-actions + git config user.email github-actions@github.com + git add "*.png" + git commit --message="Optimize images" + + echo "Push up changes" + git push + + echo "Open a pull request" + gh pr create --title "Optimize images" --body "Optimize images" + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/assets/images/azure/azure-resources-search.png b/assets/images/azure/azure-resources-search.png index 093792539a..8214e46f15 100644 Binary files a/assets/images/azure/azure-resources-search.png and b/assets/images/azure/azure-resources-search.png differ diff --git a/assets/images/azure/azure-storage-containers.png b/assets/images/azure/azure-storage-containers.png index 96059de04b..5444c08ae0 100644 Binary files a/assets/images/azure/azure-storage-containers.png and b/assets/images/azure/azure-storage-containers.png differ diff --git a/assets/images/azure/azure-storage-permissions.png b/assets/images/azure/azure-storage-permissions.png index 040479bdaa..70ebd55073 100644 Binary files a/assets/images/azure/azure-storage-permissions.png and b/assets/images/azure/azure-storage-permissions.png differ diff --git a/assets/images/azure/azure-storage-shared-access-tokens.png b/assets/images/azure/azure-storage-shared-access-tokens.png index 89a7a206de..0338eeef3b 100644 Binary files a/assets/images/azure/azure-storage-shared-access-tokens.png and b/assets/images/azure/azure-storage-shared-access-tokens.png differ diff --git a/assets/images/enterprise/3.3/organizations/security-and-analysis-disable-or-enable-all-ghas.png b/assets/images/enterprise/3.3/organizations/security-and-analysis-disable-or-enable-all-ghas.png index 5cba482666..09eba14d9a 100644 Binary files a/assets/images/enterprise/3.3/organizations/security-and-analysis-disable-or-enable-all-ghas.png and b/assets/images/enterprise/3.3/organizations/security-and-analysis-disable-or-enable-all-ghas.png differ diff --git a/assets/images/enterprise/3.3/organizations/security-and-analysis-enable-or-disable-feature-checkbox.png b/assets/images/enterprise/3.3/organizations/security-and-analysis-enable-or-disable-feature-checkbox.png index 30b584f5e8..ad81317e16 100644 Binary files a/assets/images/enterprise/3.3/organizations/security-and-analysis-enable-or-disable-feature-checkbox.png and b/assets/images/enterprise/3.3/organizations/security-and-analysis-enable-or-disable-feature-checkbox.png differ diff --git a/assets/images/enterprise/3.3/repository/security-and-analysis-disable-or-enable-ghes.png b/assets/images/enterprise/3.3/repository/security-and-analysis-disable-or-enable-ghes.png index 90ee953ac3..bf0d36f3b9 100644 Binary files a/assets/images/enterprise/3.3/repository/security-and-analysis-disable-or-enable-ghes.png and b/assets/images/enterprise/3.3/repository/security-and-analysis-disable-or-enable-ghes.png differ diff --git a/assets/images/enterprise/site-admin-settings/ecosystem-toggles.png b/assets/images/enterprise/site-admin-settings/ecosystem-toggles.png index c396731c01..8658b84e29 100644 Binary files a/assets/images/enterprise/site-admin-settings/ecosystem-toggles.png and b/assets/images/enterprise/site-admin-settings/ecosystem-toggles.png differ diff --git a/assets/images/enterprise/site-admin-settings/site-admin-link.png b/assets/images/enterprise/site-admin-settings/site-admin-link.png index f30a8357f7..efc5e08c4d 100644 Binary files a/assets/images/enterprise/site-admin-settings/site-admin-link.png and b/assets/images/enterprise/site-admin-settings/site-admin-link.png differ diff --git a/assets/images/help/2fa/2fa-mobile-number-challenge.png b/assets/images/help/2fa/2fa-mobile-number-challenge.png index eded9f1bf4..60b98f8483 100644 Binary files a/assets/images/help/2fa/2fa-mobile-number-challenge.png and b/assets/images/help/2fa/2fa-mobile-number-challenge.png differ diff --git a/assets/images/help/2fa/2fa-select-mobile.png b/assets/images/help/2fa/2fa-select-mobile.png index b90d7a0347..3529354602 100644 Binary files a/assets/images/help/2fa/2fa-select-mobile.png and b/assets/images/help/2fa/2fa-select-mobile.png differ diff --git a/assets/images/help/classroom/assignment-group-hero.png b/assets/images/help/classroom/assignment-group-hero.png index 259f7f40dd..549077b00f 100644 Binary files a/assets/images/help/classroom/assignment-group-hero.png and b/assets/images/help/classroom/assignment-group-hero.png differ diff --git a/assets/images/help/classroom/assignment-individual-hero.png b/assets/images/help/classroom/assignment-individual-hero.png index e4afed815c..50632f6ee7 100644 Binary files a/assets/images/help/classroom/assignment-individual-hero.png and b/assets/images/help/classroom/assignment-individual-hero.png differ diff --git a/assets/images/help/classroom/assignments-click-view-test.png b/assets/images/help/classroom/assignments-click-view-test.png index 23bbff2438..f4e41b04f5 100644 Binary files a/assets/images/help/classroom/assignments-click-view-test.png and b/assets/images/help/classroom/assignments-click-view-test.png differ diff --git a/assets/images/help/codespaces/add-constraint-dropdown.png b/assets/images/help/codespaces/add-constraint-dropdown.png index eeeb1a2441..66489a72da 100644 Binary files a/assets/images/help/codespaces/add-constraint-dropdown.png and b/assets/images/help/codespaces/add-constraint-dropdown.png differ diff --git a/assets/images/help/codespaces/browser-console-log-save.png b/assets/images/help/codespaces/browser-console-log-save.png index d594aed0cf..f7f69b9dd6 100644 Binary files a/assets/images/help/codespaces/browser-console-log-save.png and b/assets/images/help/codespaces/browser-console-log-save.png differ diff --git a/assets/images/help/codespaces/change-machine-type-choice.png b/assets/images/help/codespaces/change-machine-type-choice.png index c6c8ff0408..2f46c2e61d 100644 Binary files a/assets/images/help/codespaces/change-machine-type-choice.png and b/assets/images/help/codespaces/change-machine-type-choice.png differ diff --git a/assets/images/help/codespaces/choose-custom-machine-type.png b/assets/images/help/codespaces/choose-custom-machine-type.png index 55a46548af..49657712c7 100644 Binary files a/assets/images/help/codespaces/choose-custom-machine-type.png and b/assets/images/help/codespaces/choose-custom-machine-type.png differ diff --git a/assets/images/help/codespaces/codespace-overview-annotated.png b/assets/images/help/codespaces/codespace-overview-annotated.png index d777c47ab2..168aa37be5 100644 Binary files a/assets/images/help/codespaces/codespace-overview-annotated.png and b/assets/images/help/codespaces/codespace-overview-annotated.png differ diff --git a/assets/images/help/codespaces/delete-codespace-vscode.png b/assets/images/help/codespaces/delete-codespace-vscode.png index 2e3189caa9..9708c976c2 100644 Binary files a/assets/images/help/codespaces/delete-codespace-vscode.png and b/assets/images/help/codespaces/delete-codespace-vscode.png differ diff --git a/assets/images/help/codespaces/edit-machine-constraint.png b/assets/images/help/codespaces/edit-machine-constraint.png index f5ea9fdc71..842dcea61a 100644 Binary files a/assets/images/help/codespaces/edit-machine-constraint.png and b/assets/images/help/codespaces/edit-machine-constraint.png differ diff --git a/assets/images/help/codespaces/machine-types-limited-choice.png b/assets/images/help/codespaces/machine-types-limited-choice.png index 42c83dfccd..780db1c2a5 100644 Binary files a/assets/images/help/codespaces/machine-types-limited-choice.png and b/assets/images/help/codespaces/machine-types-limited-choice.png differ diff --git a/assets/images/help/codespaces/new-codespace-button.png b/assets/images/help/codespaces/new-codespace-button.png index 344728946a..883e79447e 100644 Binary files a/assets/images/help/codespaces/new-codespace-button.png and b/assets/images/help/codespaces/new-codespace-button.png differ diff --git a/assets/images/help/codespaces/org-user-permission-settings-outside-collaborators.png b/assets/images/help/codespaces/org-user-permission-settings-outside-collaborators.png index 9549da5209..6a258cce27 100644 Binary files a/assets/images/help/codespaces/org-user-permission-settings-outside-collaborators.png and b/assets/images/help/codespaces/org-user-permission-settings-outside-collaborators.png differ diff --git a/assets/images/help/codespaces/policy-delete.png b/assets/images/help/codespaces/policy-delete.png index 5c3e7d8a08..b5a7508272 100644 Binary files a/assets/images/help/codespaces/policy-delete.png and b/assets/images/help/codespaces/policy-delete.png differ diff --git a/assets/images/help/codespaces/policy-edit.png b/assets/images/help/codespaces/policy-edit.png index d2dd720450..64a8572a77 100644 Binary files a/assets/images/help/codespaces/policy-edit.png and b/assets/images/help/codespaces/policy-edit.png differ diff --git a/assets/images/help/codespaces/policy-select-repos.png b/assets/images/help/codespaces/policy-select-repos.png index 01978088ab..c7d43b7132 100644 Binary files a/assets/images/help/codespaces/policy-select-repos.png and b/assets/images/help/codespaces/policy-select-repos.png differ diff --git a/assets/images/help/desktop/reorder-drag-and-drop.png b/assets/images/help/desktop/reorder-drag-and-drop.png index fa814a0130..0a66abb1a0 100644 Binary files a/assets/images/help/desktop/reorder-drag-and-drop.png and b/assets/images/help/desktop/reorder-drag-and-drop.png differ diff --git a/assets/images/help/discussions/discussions-dashboard-date-selctor.png b/assets/images/help/discussions/discussions-dashboard-date-selctor.png index ddb8d49b86..a46ea21faf 100644 Binary files a/assets/images/help/discussions/discussions-dashboard-date-selctor.png and b/assets/images/help/discussions/discussions-dashboard-date-selctor.png differ diff --git a/assets/images/help/discussions/discussions-dashboard.png b/assets/images/help/discussions/discussions-dashboard.png index bddd6e63c5..97ff464f76 100644 Binary files a/assets/images/help/discussions/discussions-dashboard.png and b/assets/images/help/discussions/discussions-dashboard.png differ diff --git a/assets/images/help/docs/header-dotcom.png b/assets/images/help/docs/header-dotcom.png index a1bc7e4fbf..77147504fd 100644 Binary files a/assets/images/help/docs/header-dotcom.png and b/assets/images/help/docs/header-dotcom.png differ diff --git a/assets/images/help/docs/header-ghae.png b/assets/images/help/docs/header-ghae.png index ba71e27507..3275e575ce 100644 Binary files a/assets/images/help/docs/header-ghae.png and b/assets/images/help/docs/header-ghae.png differ diff --git a/assets/images/help/docs/header-ghes.png b/assets/images/help/docs/header-ghes.png index 57e38e27d5..b81e76a01b 100644 Binary files a/assets/images/help/docs/header-ghes.png and b/assets/images/help/docs/header-ghes.png differ diff --git a/assets/images/help/docs/version-picker.png b/assets/images/help/docs/version-picker.png index 24b0bfb13b..83b8f49a52 100644 Binary files a/assets/images/help/docs/version-picker.png and b/assets/images/help/docs/version-picker.png differ diff --git a/assets/images/help/enterprises/audit-stream-add-azureblob.png b/assets/images/help/enterprises/audit-stream-add-azureblob.png index 21f4bf0cdf..72e7e71d12 100644 Binary files a/assets/images/help/enterprises/audit-stream-add-azureblob.png and b/assets/images/help/enterprises/audit-stream-add-azureblob.png differ diff --git a/assets/images/help/enterprises/audit-stream-choice-azure.png b/assets/images/help/enterprises/audit-stream-choice-azure.png index 206d236942..44a49244af 100644 Binary files a/assets/images/help/enterprises/audit-stream-choice-azure.png and b/assets/images/help/enterprises/audit-stream-choice-azure.png differ diff --git a/assets/images/help/enterprises/audit-stream-choice-azureblob.png b/assets/images/help/enterprises/audit-stream-choice-azureblob.png index d7d08c51d4..50260d79c1 100644 Binary files a/assets/images/help/enterprises/audit-stream-choice-azureblob.png and b/assets/images/help/enterprises/audit-stream-choice-azureblob.png differ diff --git a/assets/images/help/enterprises/audit-stream-choice-google-cloud-storage.png b/assets/images/help/enterprises/audit-stream-choice-google-cloud-storage.png index 036ebc0383..d1555a1806 100644 Binary files a/assets/images/help/enterprises/audit-stream-choice-google-cloud-storage.png and b/assets/images/help/enterprises/audit-stream-choice-google-cloud-storage.png differ diff --git a/assets/images/help/enterprises/audit-stream-choice-s3.png b/assets/images/help/enterprises/audit-stream-choice-s3.png index 0b0d6e3107..1b62a95bce 100644 Binary files a/assets/images/help/enterprises/audit-stream-choice-s3.png and b/assets/images/help/enterprises/audit-stream-choice-s3.png differ diff --git a/assets/images/help/enterprises/audit-stream-choice-splunk.png b/assets/images/help/enterprises/audit-stream-choice-splunk.png index 69708a399b..28ded196d9 100644 Binary files a/assets/images/help/enterprises/audit-stream-choice-splunk.png and b/assets/images/help/enterprises/audit-stream-choice-splunk.png differ diff --git a/assets/images/help/enterprises/emu-login-submit.png b/assets/images/help/enterprises/emu-login-submit.png index bbb69545fa..f36637cbed 100644 Binary files a/assets/images/help/enterprises/emu-login-submit.png and b/assets/images/help/enterprises/emu-login-submit.png differ diff --git a/assets/images/help/enterprises/emu-login-username.png b/assets/images/help/enterprises/emu-login-username.png index bbb65cdde7..5eb19bb93a 100644 Binary files a/assets/images/help/enterprises/emu-login-username.png and b/assets/images/help/enterprises/emu-login-username.png differ diff --git a/assets/images/help/enterprises/idp-groups-team-switcher.png b/assets/images/help/enterprises/idp-groups-team-switcher.png index 44f0575449..f00a8e4b8a 100644 Binary files a/assets/images/help/enterprises/idp-groups-team-switcher.png and b/assets/images/help/enterprises/idp-groups-team-switcher.png differ diff --git a/assets/images/help/enterprises/select-idp-group.png b/assets/images/help/enterprises/select-idp-group.png index 4819532280..d6f64d4aae 100644 Binary files a/assets/images/help/enterprises/select-idp-group.png and b/assets/images/help/enterprises/select-idp-group.png differ diff --git a/assets/images/help/enterprises/view-suspended-members.png b/assets/images/help/enterprises/view-suspended-members.png index 4322ff1bb9..699ba5823c 100644 Binary files a/assets/images/help/enterprises/view-suspended-members.png and b/assets/images/help/enterprises/view-suspended-members.png differ diff --git a/assets/images/help/images/workflow-dispatch-inputs.png b/assets/images/help/images/workflow-dispatch-inputs.png index 93e0ef4cc5..111c580411 100644 Binary files a/assets/images/help/images/workflow-dispatch-inputs.png and b/assets/images/help/images/workflow-dispatch-inputs.png differ diff --git a/assets/images/help/issues/quickstart-collaborating-on-issue.png b/assets/images/help/issues/quickstart-collaborating-on-issue.png index 19206b9be9..29d1d74d7e 100644 Binary files a/assets/images/help/issues/quickstart-collaborating-on-issue.png and b/assets/images/help/issues/quickstart-collaborating-on-issue.png differ diff --git a/assets/images/help/issues/quickstart-creating-readme.png b/assets/images/help/issues/quickstart-creating-readme.png index d45863bdb3..0a03eca146 100644 Binary files a/assets/images/help/issues/quickstart-creating-readme.png and b/assets/images/help/issues/quickstart-creating-readme.png differ diff --git a/assets/images/help/notifications-v2/unsubscribe-from-all-repos.png b/assets/images/help/notifications-v2/unsubscribe-from-all-repos.png index 60913fb588..3dd66edcf6 100644 Binary files a/assets/images/help/notifications-v2/unsubscribe-from-all-repos.png and b/assets/images/help/notifications-v2/unsubscribe-from-all-repos.png differ diff --git a/assets/images/help/notifications-v2/unwatch-repo-dialog.png b/assets/images/help/notifications-v2/unwatch-repo-dialog.png index e791ba2552..7691c09130 100644 Binary files a/assets/images/help/notifications-v2/unwatch-repo-dialog.png and b/assets/images/help/notifications-v2/unwatch-repo-dialog.png differ diff --git a/assets/images/help/organizations/codespaces-policy-sidebar.png b/assets/images/help/organizations/codespaces-policy-sidebar.png index 6f0912bb66..b9c8c8c504 100644 Binary files a/assets/images/help/organizations/codespaces-policy-sidebar.png and b/assets/images/help/organizations/codespaces-policy-sidebar.png differ diff --git a/assets/images/help/organizations/codespaces-sidebar-tab.png b/assets/images/help/organizations/codespaces-sidebar-tab.png index 558205a2eb..b3f472e176 100644 Binary files a/assets/images/help/organizations/codespaces-sidebar-tab.png and b/assets/images/help/organizations/codespaces-sidebar-tab.png differ diff --git a/assets/images/help/organizations/create-dns-txt-record-instructions.png b/assets/images/help/organizations/create-dns-txt-record-instructions.png index 7e5d51d53c..d3e61ecf75 100644 Binary files a/assets/images/help/organizations/create-dns-txt-record-instructions.png and b/assets/images/help/organizations/create-dns-txt-record-instructions.png differ diff --git a/assets/images/help/organizations/enterprise-owners-list-on-org-page.png b/assets/images/help/organizations/enterprise-owners-list-on-org-page.png index b5117e8597..6233f3c713 100644 Binary files a/assets/images/help/organizations/enterprise-owners-list-on-org-page.png and b/assets/images/help/organizations/enterprise-owners-list-on-org-page.png differ diff --git a/assets/images/help/organizations/enterprise-owners-sidebar.png b/assets/images/help/organizations/enterprise-owners-sidebar.png index 37c1b490a8..0dbebfb39b 100644 Binary files a/assets/images/help/organizations/enterprise-owners-sidebar.png and b/assets/images/help/organizations/enterprise-owners-sidebar.png differ diff --git a/assets/images/help/organizations/secret-scanning-filter-alerts.png b/assets/images/help/organizations/secret-scanning-filter-alerts.png index 755751c8cc..5e8deb8c9d 100644 Binary files a/assets/images/help/organizations/secret-scanning-filter-alerts.png and b/assets/images/help/organizations/secret-scanning-filter-alerts.png differ diff --git a/assets/images/help/organizations/security-and-analysis-disable-or-enable-all-ghas-ghec.png b/assets/images/help/organizations/security-and-analysis-disable-or-enable-all-ghas-ghec.png index 508bd4661d..f5265d4b71 100644 Binary files a/assets/images/help/organizations/security-and-analysis-disable-or-enable-all-ghas-ghec.png and b/assets/images/help/organizations/security-and-analysis-disable-or-enable-all-ghas-ghec.png differ diff --git a/assets/images/help/organizations/security-and-analysis-enable-or-disable-feature-checkbox-fpt.png b/assets/images/help/organizations/security-and-analysis-enable-or-disable-feature-checkbox-fpt.png index 7bb0428203..abb3b91ca2 100644 Binary files a/assets/images/help/organizations/security-and-analysis-enable-or-disable-feature-checkbox-fpt.png and b/assets/images/help/organizations/security-and-analysis-enable-or-disable-feature-checkbox-fpt.png differ diff --git a/assets/images/help/organizations/security-and-analysis-enable-or-disable-feature-checkbox-ghec.png b/assets/images/help/organizations/security-and-analysis-enable-or-disable-feature-checkbox-ghec.png index e679608686..e924a12c2e 100644 Binary files a/assets/images/help/organizations/security-and-analysis-enable-or-disable-feature-checkbox-ghec.png and b/assets/images/help/organizations/security-and-analysis-enable-or-disable-feature-checkbox-ghec.png differ diff --git a/assets/images/help/organizations/security-overview-code-scanning-alerts.png b/assets/images/help/organizations/security-overview-code-scanning-alerts.png index 599086321c..6bccec1669 100644 Binary files a/assets/images/help/organizations/security-overview-code-scanning-alerts.png and b/assets/images/help/organizations/security-overview-code-scanning-alerts.png differ diff --git a/assets/images/help/organizations/verify-domain-final-button.png b/assets/images/help/organizations/verify-domain-final-button.png index 9b6e15ab12..9d2d51891d 100644 Binary files a/assets/images/help/organizations/verify-domain-final-button.png and b/assets/images/help/organizations/verify-domain-final-button.png differ diff --git a/assets/images/help/organizations/view-alert-subset.png b/assets/images/help/organizations/view-alert-subset.png index ade9f11404..e17402630a 100644 Binary files a/assets/images/help/organizations/view-alert-subset.png and b/assets/images/help/organizations/view-alert-subset.png differ diff --git a/assets/images/help/overview/sign-in-pattern.png b/assets/images/help/overview/sign-in-pattern.png index aa25512acb..14f52309f7 100644 Binary files a/assets/images/help/overview/sign-in-pattern.png and b/assets/images/help/overview/sign-in-pattern.png differ diff --git a/assets/images/help/pull_requests/commit-squashing-diagram.png b/assets/images/help/pull_requests/commit-squashing-diagram.png index e197d830b1..8878459e18 100644 Binary files a/assets/images/help/pull_requests/commit-squashing-diagram.png and b/assets/images/help/pull_requests/commit-squashing-diagram.png differ diff --git a/assets/images/help/pull_requests/standard-merge-commit-diagram.png b/assets/images/help/pull_requests/standard-merge-commit-diagram.png index 72360c1b7a..81b2c440d1 100644 Binary files a/assets/images/help/pull_requests/standard-merge-commit-diagram.png and b/assets/images/help/pull_requests/standard-merge-commit-diagram.png differ diff --git a/assets/images/help/repository/actions-general-tab.png b/assets/images/help/repository/actions-general-tab.png index 52d7c24fd1..e71f87f55e 100644 Binary files a/assets/images/help/repository/actions-general-tab.png and b/assets/images/help/repository/actions-general-tab.png differ diff --git a/assets/images/help/repository/allow-force-pushes-specify-who.png b/assets/images/help/repository/allow-force-pushes-specify-who.png index dbe6e02639..316a2eb6bf 100644 Binary files a/assets/images/help/repository/allow-force-pushes-specify-who.png and b/assets/images/help/repository/allow-force-pushes-specify-who.png differ diff --git a/assets/images/help/repository/branching.png b/assets/images/help/repository/branching.png index 918bf4c28b..dba4452bb7 100644 Binary files a/assets/images/help/repository/branching.png and b/assets/images/help/repository/branching.png differ diff --git a/assets/images/help/repository/citation-link.png b/assets/images/help/repository/citation-link.png index aeb0083660..6fb3220c5a 100644 Binary files a/assets/images/help/repository/citation-link.png and b/assets/images/help/repository/citation-link.png differ diff --git a/assets/images/help/repository/repo-code-scanning-filter-and-search.png b/assets/images/help/repository/repo-code-scanning-filter-and-search.png index faa709d1b9..6a48c45327 100644 Binary files a/assets/images/help/repository/repo-code-scanning-filter-and-search.png and b/assets/images/help/repository/repo-code-scanning-filter-and-search.png differ diff --git a/assets/images/help/repository/repo-security-side-panel.png b/assets/images/help/repository/repo-security-side-panel.png index b3979a861b..611e1e4cf0 100644 Binary files a/assets/images/help/repository/repo-security-side-panel.png and b/assets/images/help/repository/repo-security-side-panel.png differ diff --git a/assets/images/help/repository/security-and-analysis-disable-or-enable-fpt-private.png b/assets/images/help/repository/security-and-analysis-disable-or-enable-fpt-private.png index 0ee92b9aa7..6e03206abb 100644 Binary files a/assets/images/help/repository/security-and-analysis-disable-or-enable-fpt-private.png and b/assets/images/help/repository/security-and-analysis-disable-or-enable-fpt-private.png differ diff --git a/assets/images/help/repository/security-and-analysis-disable-or-enable-fpt-public.png b/assets/images/help/repository/security-and-analysis-disable-or-enable-fpt-public.png index b950af5eba..5ff4f34ee5 100644 Binary files a/assets/images/help/repository/security-and-analysis-disable-or-enable-fpt-public.png and b/assets/images/help/repository/security-and-analysis-disable-or-enable-fpt-public.png differ diff --git a/assets/images/help/repository/security-and-analysis-disable-or-enable-ghec-private.png b/assets/images/help/repository/security-and-analysis-disable-or-enable-ghec-private.png index 51a3427a13..46819a2541 100644 Binary files a/assets/images/help/repository/security-and-analysis-disable-or-enable-ghec-private.png and b/assets/images/help/repository/security-and-analysis-disable-or-enable-ghec-private.png differ diff --git a/assets/images/help/repository/security-tab.png b/assets/images/help/repository/security-tab.png index 678e380f82..009cc51c47 100644 Binary files a/assets/images/help/repository/security-tab.png and b/assets/images/help/repository/security-tab.png differ diff --git a/assets/images/help/saml/okta-provisioning-enable-options.png b/assets/images/help/saml/okta-provisioning-enable-options.png index 114532a138..01df932e67 100644 Binary files a/assets/images/help/saml/okta-provisioning-enable-options.png and b/assets/images/help/saml/okta-provisioning-enable-options.png differ diff --git a/assets/images/help/saml/okta-provisioning-tab.png b/assets/images/help/saml/okta-provisioning-tab.png index 206b128a0e..ceea49ee2e 100644 Binary files a/assets/images/help/saml/okta-provisioning-tab.png and b/assets/images/help/saml/okta-provisioning-tab.png differ diff --git a/assets/images/help/saml/okta-provisioning-to-app-edit-button.png b/assets/images/help/saml/okta-provisioning-to-app-edit-button.png index 9ec796059d..391e27829f 100644 Binary files a/assets/images/help/saml/okta-provisioning-to-app-edit-button.png and b/assets/images/help/saml/okta-provisioning-to-app-edit-button.png differ diff --git a/assets/images/help/saml/okta-sign-on-tab.png b/assets/images/help/saml/okta-sign-on-tab.png index e907d72d14..a3f436fa6d 100644 Binary files a/assets/images/help/saml/okta-sign-on-tab.png and b/assets/images/help/saml/okta-sign-on-tab.png differ diff --git a/assets/images/help/settings/actions-access-settings.png b/assets/images/help/settings/actions-access-settings.png index e88371dcaa..3af28a9f33 100644 Binary files a/assets/images/help/settings/actions-access-settings.png and b/assets/images/help/settings/actions-access-settings.png differ diff --git a/assets/images/help/support/add-comment.png b/assets/images/help/support/add-comment.png index dc75ab19cd..1430aa591d 100644 Binary files a/assets/images/help/support/add-comment.png and b/assets/images/help/support/add-comment.png differ diff --git a/assets/images/help/support/close-ticket.png b/assets/images/help/support/close-ticket.png index e223ea1d6b..10ff0a8365 100644 Binary files a/assets/images/help/support/close-ticket.png and b/assets/images/help/support/close-ticket.png differ diff --git a/assets/images/help/support/installation-field.png b/assets/images/help/support/installation-field.png index 9190c09941..d07e6d6bed 100644 Binary files a/assets/images/help/support/installation-field.png and b/assets/images/help/support/installation-field.png differ diff --git a/assets/images/help/support/my-tickets-header.png b/assets/images/help/support/my-tickets-header.png index cc73c4335e..e76c58dbf1 100644 Binary files a/assets/images/help/support/my-tickets-header.png and b/assets/images/help/support/my-tickets-header.png differ diff --git a/assets/images/help/support/my-tickets-list.png b/assets/images/help/support/my-tickets-list.png index 749331c7df..8afbbca4d3 100644 Binary files a/assets/images/help/support/my-tickets-list.png and b/assets/images/help/support/my-tickets-list.png differ diff --git a/assets/images/help/support/new-comment-field.png b/assets/images/help/support/new-comment-field.png index 2ae833e845..771d6fe0bc 100644 Binary files a/assets/images/help/support/new-comment-field.png and b/assets/images/help/support/new-comment-field.png differ diff --git a/assets/images/help/support/product-field-ghec.png b/assets/images/help/support/product-field-ghec.png index 43eba4d21a..fe2c6f7455 100644 Binary files a/assets/images/help/support/product-field-ghec.png and b/assets/images/help/support/product-field-ghec.png differ diff --git a/assets/images/help/support/support-recent-response.png b/assets/images/help/support/support-recent-response.png index 4bf1a7dd73..32916b79c2 100644 Binary files a/assets/images/help/support/support-recent-response.png and b/assets/images/help/support/support-recent-response.png differ diff --git a/assets/images/help/support/ticket-context.png b/assets/images/help/support/ticket-context.png index dd589daa8b..057b373418 100644 Binary files a/assets/images/help/support/ticket-context.png and b/assets/images/help/support/ticket-context.png differ diff --git a/assets/images/help/writing/enable-fixed-width.png b/assets/images/help/writing/enable-fixed-width.png index da9ca99a3d..a0df973eb0 100644 Binary files a/assets/images/help/writing/enable-fixed-width.png and b/assets/images/help/writing/enable-fixed-width.png differ diff --git a/assets/images/help/writing/fixed-width-example.png b/assets/images/help/writing/fixed-width-example.png index b3dc3e698d..d956911c57 100644 Binary files a/assets/images/help/writing/fixed-width-example.png and b/assets/images/help/writing/fixed-width-example.png differ