Skip to content

Commit a7b085c

Browse files
committed
Use tagged version v0.1.0 for danger-pr-comment workflows
1 parent 6583ad7 commit a7b085c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/danger-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ on:
66

77
jobs:
88
comment:
9-
uses: numbata/danger-pr-comment/.github/workflows/danger-comment.yml@main
9+
uses: numbata/danger-pr-comment/.github/workflows/danger-comment.yml@v0.1.0
1010
secrets: inherit

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
danger:
8-
uses: numbata/danger-pr-comment/.github/workflows/danger-run.yml@main
8+
uses: numbata/danger-pr-comment/.github/workflows/danger-run.yml@v0.1.0
99
secrets: inherit
1010
with:
1111
ruby-version: "3.2"

0 commit comments

Comments
 (0)