Skip to content

Commit

Permalink
Fixed: Crone job in workflows. codeql.yml (#247)
Browse files Browse the repository at this point in the history
* Update codeql.yml

Unification of build and scan schedules.
Set to cron:  `0 18 * * 1-5`

Signed-off-by: Miłosz Linkiewicz <milosz.linkiewicz@intel.com>

* Fix: Cron jon update in coverity.yml

Fix: Cron jon update in coverity.yml
Scan Coverity on Ubuntu set to schedule:
`cron: '0 18 * * *'`

Signed-off-by: Miłosz Linkiewicz <milosz.linkiewicz@intel.com>

* Fix: Cron jon update in scorecard.yml

Fix: Cron jon update in scorecard.yml
Scan Coverity on Ubuntu set to schedule:
`cron: '0 18 * * *'`

Signed-off-by: Miłosz Linkiewicz <milosz.linkiewicz@intel.com>

---------

Signed-off-by: Miłosz Linkiewicz <milosz.linkiewicz@intel.com>
  • Loading branch information
Mionsz authored Nov 4, 2024
1 parent 463c54a commit 91461e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:
branches: [ "main", "dev" ]
schedule:
- cron: '42 8 * * 1'
- cron: '0 18 * * 1-5'

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Scan Coverity Ubuntu Scan

on:
schedule:
- cron: "0 0 * * *"
- cron: '0 18 * * *'
workflow_dispatch:
inputs:
branch:
description: 'branch to run scans on'
description: 'Branch to run scans on'
default: 'main'
type: string

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
# To guarantee Maintained check is occasionally updated. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
schedule:
- cron: '16 4 * * 6'
- cron: '0 18 * * *'
workflow_dispatch:
push:
branches: [ "main" ]
Expand Down

0 comments on commit 91461e5

Please sign in to comment.