Skip to content

Commit 0d37616

Browse files
Merge pull request #1953 from forcedotcom/release-5.7.1
RELEASE @W-20434655@ Conducting v5.7.1 release
2 parents 2331595 + 879975c commit 0d37616

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/daily-smoke-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
schedule:
55
# Cron syntax is "minute[0-59] hour[0-23] date[1-31] month[1-12] day[0-6]". '*' is 'any value,' and multiple values
66
# can be specified with comma-separated lists. All times are UTC.
7-
# So this expression means "run at 13:30 UTC every day". This time was chosen because it corresponds to
8-
# 8:30AM CDT, meaning that any issues will be surfaced before the start of business.
9-
- cron: "30 13 * * *"
7+
# So this expression means "run at 03:30 UTC every day". This time was chosen because it corresponds to
8+
# 9:00AM IST, meaning that any issues will be surfaced before the start of business in India.
9+
- cron: "30 3 * * *"
1010
jobs:
1111
smoke-test:
1212
# We run the daily smoke tests against 'dev' to validate that the code currently in development is still valid

.github/workflows/heartbeat-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
schedule:
55
# Cron syntax is "minute[0-59] hour[0-23] date[1-31] month[1-12] day[0-6]". '*' is 'any value', and multiple values
66
# can be specified with comma-separated lists. All times are UTC.
7-
# So this expression means "run at 45 minutes past 1, 5, and 9 AM/PM UTC". The hours were chosen so that
8-
# the jobs run only close to business hours of Central Time.
7+
# So this expression means "run at 30 minutes past 3, 6, and 10 UTC" (which is 09:00, 12:00, and 16:00 IST). The hours were chosen so that
8+
# the jobs run during daytime hours of India Standard Time (IST).
99
# Days were chosen to run only from Monday through Friday.
10-
- cron: "45 13,17,21 * * 1,2,3,4,5"
10+
- cron: "30 3,6,10 * * 1,2,3,4,5"
1111

1212
jobs:
1313
production-heartbeat:

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-code-analyzer",
33
"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.",
4-
"version": "5.7.0",
4+
"version": "5.7.1",
55
"author": "Salesforce Code Analyzer Team",
66
"bugs": "https://github.com/forcedotcom/code-analyzer/issues",
77
"type": "module",
@@ -11,7 +11,7 @@
1111
"@salesforce/code-analyzer-core": "0.40.0",
1212
"@salesforce/code-analyzer-engine-api": "0.32.0",
1313
"@salesforce/code-analyzer-eslint-engine": "0.37.1",
14-
"@salesforce/code-analyzer-flow-engine": "0.31.0",
14+
"@salesforce/code-analyzer-flow-engine": "0.31.1",
1515
"@salesforce/code-analyzer-pmd-engine": "0.33.0",
1616
"@salesforce/code-analyzer-regex-engine": "0.30.0",
1717
"@salesforce/code-analyzer-retirejs-engine": "0.29.0",

0 commit comments

Comments
 (0)