We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7792bf commit e7d0842Copy full SHA for e7d0842
.github/workflows/post-pr-reviews.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- name: Create a .git directory needed by reviewdog
21
run: git init
22
- - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
+ - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
23
id: diff
24
continue-on-error: true
25
with:
0 commit comments