Skip to content

Commit d6ffa2c

Browse files
Merge pull request #1844 from forcedotcom/m2d/v5.2.1
Main2Dev @W-18718646@ Merging main to dev after v5.2.1
2 parents 2814361 + ff3d266 commit d6ffa2c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/heartbeat-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# By default, if any job in a matrix fails, all other jobs are immediately cancelled. This makes the jobs run to completion instead.
1616
fail-fast: false
1717
matrix:
18-
os: [{ vm: ubuntu-latest, exe: .sh }, { vm: windows-2019, exe: .cmd }]
18+
os: [{ vm: ubuntu-latest, exe: .sh }, { vm: windows-latest, exe: .cmd }]
1919
node: ["lts/*"]
2020
runs-on: ${{ matrix.os.vm }}
2121
timeout-minutes: 60

.github/workflows/publish-to-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
# run to completion instead.
9292
fail-fast: false
9393
matrix:
94-
os: [{vm: ubuntu-latest, exe: .sh}, {vm: macos-latest, exe: .sh}, {vm: windows-2019, exe: .cmd}]
94+
os: [{vm: ubuntu-latest, exe: .sh}, {vm: macos-latest, exe: .sh}, {vm: windows-latest, exe: .cmd}]
9595
runs-on: ${{ matrix.os.vm }}
9696
steps:
9797
# We need to checkout the tag to get the smoke tests

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
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.1.0",
4+
"version": "5.2.1",
55
"author": "Salesforce Code Analyzer Team",
66
"bugs": "https://github.com/forcedotcom/code-analyzer/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)