Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/notify-docs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Notify bluefin-docs repository
uses: peter-evans/repository-dispatch@ff45666b9427631e3450e2d310485e434d9f2bbb # v3
uses: peter-evans/repository-dispatch@v2

Copilot AI Jul 31, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using a version tag (v2) instead of a commit SHA reduces security by allowing the action maintainer to potentially modify the code behind the tag. Consider using the commit SHA for better supply chain security, or at minimum use a more specific version like v2.2.0.

Suggested change
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@<commit-SHA>

Copilot uses AI. Check for mistakes.
with:
token: ${{ secrets.ORG_GITHUB_TOKEN }}
repository: ublue-os/bluefin-docs
Expand Down