Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR introduces automated dependency management and maintenance updates for the site’s Ruby/Jekyll toolchain and external links.
Changes:
- Add Dependabot configuration for Bundler and GitHub Actions.
- Pin GitHub Actions workflow dependencies to commit SHAs.
- Update Ruby gems (Gemfile.lock) and maintain external URLs (posts + HTMLProofer ignore list), plus add local setup/cleanup scripts.
Reviewed changes
Copilot reviewed 9 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
clean.sh |
Adds a cleanup helper for resetting local Ruby/Jekyll artifacts and lockfile. |
bootstrap.sh |
Adds a bootstrap helper to configure/install bundled gems (including CI group). |
_posts/2012-10-25-appsec-usa-2012.md |
Replaces dead link with archived URL. |
_posts/2012-07-11-information-safety-basics.md |
Replaces dead 1Password link with archived URL. |
_posts/2012-06-06-linked-passwords.md |
Replaces dead 1Password link with archived URL. |
_posts/2011-11-17-appsec-usa-2011-video.md |
Replaces dead AppSec USA links with archived URLs. |
_posts/2011-09-26-bsm-presentation.md |
Replaces dead AppSec USA links with archived URLs. |
_posts/2011-09-21-appsec-usa-2011.md |
Replaces dead AppSec USA links with archived URLs (including image link target). |
Rakefile |
Adds a URL to HTMLProofer’s ignore list. |
Gemfile.lock |
Updates gem versions via bundle update. |
.github/workflows/ruby.yml |
Pins action versions to commit SHAs. |
.github/dependabot.yml |
Adds weekly Dependabot updates for Bundler and GitHub Actions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
dependabot.ymlbundle update