1 parent 4072d46 commit 0c04316Copy full SHA for 0c04316
1 file changed
.github/workflows/semgrep-move.yaml
@@ -5,6 +5,7 @@ on:
5
branches:
6
- rubujubi/add-semgrep-move-action
7
- main
8
+# TODO: add path restrictions for only .move files here later
9
pull_request:
10
paths:
11
- '**/*.move'
@@ -55,6 +56,6 @@ jobs:
55
56
- name: Upload Semgrep results as artifact
57
uses: actions/upload-artifact@v4
58
with:
- name: semgrep-move-results
59
+ name: semgrep-move-results-${{ github.run_id }}
60
path: semgrep-move-results.sarif
61
if: always()
0 commit comments