Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/automated-release-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
schedule:
# Cron syntax is "minute[0-59] hour[0-23] date[1-31] month[1-12] day[0-6]". '*' is 'any value,' and multiple values
# can be specified with comma-separated lists. All times are UTC.
# So this expression means "run at 12 PM UTC, every Friday".
- cron: "0 12 * * 5"
# So this expression means "run at 4:30 AM UTC (10:00 AM IST), every Friday".
- cron: "30 4 * * 5"

jobs:
# Depending on circumstances, we may want to exit early instead of running the workflow to completion.
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-code-analyzer",
"description": "Salesforce Code Analyzer is a unified tool to help Salesforce developers analyze their source code for security vulnerabilities, performance issues, best practices, and more.",
"version": "5.10.0",
"version": "5.10.1",
"author": "Salesforce Code Analyzer Team",
"bugs": "https://github.com/forcedotcom/code-analyzer/issues",
"type": "module",
Expand All @@ -13,7 +13,7 @@
"@oclif/table": "^0.5.1",
"@salesforce/code-analyzer-core": "0.43.0",
"@salesforce/code-analyzer-engine-api": "0.35.0",
"@salesforce/code-analyzer-eslint-engine": "0.40.0",
"@salesforce/code-analyzer-eslint-engine": "0.40.1",
"@salesforce/code-analyzer-flow-engine": "0.34.0",
"@salesforce/code-analyzer-pmd-engine": "0.36.0",
"@salesforce/code-analyzer-regex-engine": "0.33.0",
Expand Down
Loading