Skip to content
Closed
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/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v6

- name: Log in to Docker registry
uses: docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f
uses: docker/login-action@3227f5311cb93ffd14d13e65d8cc400d30f4dd8a
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Commit hash mismatch between PR description and code

High Severity

The docker/login-action commit hash in the code (3227f5311cb93ffd14d13e65d8cc400d30f4dd8a) does not match the commit hash stated in the PR description (c94ce9fb468520275223c153574b00df6fe4bcc9). This discrepancy in a Dependabot PR is concerning—either the PR was modified after generation or there's a mismatch that warrants verification. Using an unverified commit hash in CI/CD workflows poses a supply chain security risk.

Fix in Cursor Fix in Web

with:
registry: ${{ env.REGISTRY }}
username: ${{ vars.DOCKER_REGISTRY_USER }}
Expand Down
Loading