Skip to content

Commit

Permalink
Merge pull request #8 from teamwalnut/sre-800-upload-artifact
Browse files Browse the repository at this point in the history
Upload artifact
  • Loading branch information
olegchorny authored Dec 19, 2023
2 parents 8570315 + c4cc3f1 commit 64961cb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/sobelow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name: Sobelow

on:
schedule:
- cron: '30 11 * * 2'
- cron: '10 15 * * 2'

permissions:
contents: read
Expand All @@ -35,3 +35,8 @@ jobs:
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: results.sarif
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: artifact.sarif
path: results.sarif

0 comments on commit 64961cb

Please sign in to comment.