We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e99615 commit 0b0d041Copy full SHA for 0b0d041
.github/workflows/golang.yaml
@@ -152,7 +152,7 @@ jobs:
152
- uses: actions/checkout@v4
153
if: ${{ steps.golang-test.outcome == 'success' }}
154
- name: Create PR comment
155
- uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
+ uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3
156
with:
157
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
158
number: ${{ github.event.pull_request.number }}
0 commit comments