Skip to content

Commit 2a7dd9c

Browse files
authored
Merge branch 'develop' into ASK-802/mitre-script-schema-tests
2 parents 52562ae + 9f4366a commit 2a7dd9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-packs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
panther_analysis_tool check-packs || echo "errors=`cat errors.txt`" >> $GITHUB_OUTPUT
4343
4444
- name: Comment PR
45-
uses: thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6
45+
uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9
4646
if: ${{ steps.check-packs.outputs.errors }}
4747
with:
4848
mode: upsert
@@ -54,7 +54,7 @@ jobs:
5454
```
5555
comment_tag: check-packs
5656
- name: Delete comment
57-
uses: thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6
57+
uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9
5858
if: ${{ !steps.check-packs.outputs.errors }}
5959
with:
6060
mode: delete

0 commit comments

Comments
 (0)