Skip to content

Commit c9aeb0d

Browse files
committed
ci: pin reusable workflow ref to commit SHA for security
Replace mutable @main ref with pinned SHA 239d0b4 to prevent secret exposure via supply chain attack on pull_request_target trigger. Ref: Mininglamp-OSS/.github#12
1 parent 4d439a7 commit c9aeb0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-add-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ permissions: {}
1111

1212
jobs:
1313
add-to-project:
14-
uses: Mininglamp-OSS/.github/.github/workflows/auto-add-to-project.yml@main
14+
uses: Mininglamp-OSS/.github/.github/workflows/auto-add-to-project.yml@239d0b47cfe1947d5e6de826e795feac4ed90562
1515
secrets:
1616
PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }}

0 commit comments

Comments
 (0)