Skip to content

chore(ci): update notify-docs-release.yml - #2881

Merged
castrojo merged 1 commit into
mainfrom
castrojo-patch-1
Jul 31, 2025
Merged

chore(ci): update notify-docs-release.yml#2881
castrojo merged 1 commit into
mainfrom
castrojo-patch-1

Conversation

@castrojo

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings July 31, 2025 01:41
@castrojo
castrojo merged commit 3b1b220 into main Jul 31, 2025
27 of 28 checks passed
@castrojo
castrojo deleted the castrojo-patch-1 branch July 31, 2025 01:42
@dosubot dosubot Bot added the size/XS This PR changes 0-9 lines, ignoring generated files. label Jul 31, 2025

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the reference to the peter-evans/repository-dispatch action from a specific commit SHA to a version tag.

  • Changes the action reference from a commit SHA (ff45666b9427631e3450e2d310485e434d9f2bbb) to version v2

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants