Skip to content

Commit 3b264e2

Browse files
authored
Upgrade SCA (#76)
1 parent 4d381b5 commit 3b264e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sca.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
workflow_call:
1212
workflow_dispatch:
1313
schedule:
14-
# Runs at 00:00 every Monday
15-
- cron: '0 0 * * 1'
14+
# Runs at 00:00 every day
15+
- cron: '0 0 * * *'
1616

1717
env:
1818
SOLUTION_NAME: benchmarkdotnetanalyser.sln
@@ -26,6 +26,6 @@ jobs:
2626
- uses: actions/checkout@v4
2727

2828
- name: Dependency scan
29-
uses: tonycknight/[email protected].19
29+
uses: tonycknight/[email protected].22
3030
with:
3131
project-path: ${{ env.SOLUTION_NAME }}

0 commit comments

Comments
 (0)