Skip to content

Commit 0c04316

Browse files
committed
add timestamp for artifact file
1 parent 4072d46 commit 0c04316

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/semgrep-move.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- rubujubi/add-semgrep-move-action
77
- main
8+
# TODO: add path restrictions for only .move files here later
89
pull_request:
910
paths:
1011
- '**/*.move'
@@ -55,6 +56,6 @@ jobs:
5556
- name: Upload Semgrep results as artifact
5657
uses: actions/upload-artifact@v4
5758
with:
58-
name: semgrep-move-results
59+
name: semgrep-move-results-${{ github.run_id }}
5960
path: semgrep-move-results.sarif
6061
if: always()

0 commit comments

Comments
 (0)