Skip to content

Commit 77080a6

Browse files
authored
Merge pull request #1722 from forcedotcom/m2d/v5.0.0-beta.0
Main2Dev @W-17291574@ Merging main to dev after v5.0.0-beta.0
2 parents f862a4e + 751ef10 commit 77080a6

File tree

3 files changed

+1534
-1420
lines changed

3 files changed

+1534
-1420
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
shell: bash
116116
run: |
117117
# We need to determine the Tarball's name first.
118-
TARBALL_NAME=$(ls ~/downloads/tarball | grep salesforce-plugin-code-analyzer-5\\.0\\.0-alpha\\.[0-9]*\\.tgz)
118+
TARBALL_NAME=$(ls ~/downloads/tarball | grep salesforce-plugin-code-analyzer-5\\.0\\.0-beta\\.[0-9]*\\.tgz)
119119
# We need to determine the Tarball's location in an installable way.
120120
# Get the path to the download folder. Swap out backslashes for forward slashes to ensure Windows compatibility.
121121
RAW_TARBALL_PATH=`echo '${{ steps.download.outputs.download-path }}' | tr '\\' '/'`

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": "Static code scanner that applies quality and security rules to Apex code, and provides feedback.",
4-
"version": "5.0.0-alpha.3",
4+
"version": "5.0.0-beta.0",
55
"author": "Salesforce Code Analyzer Team",
66
"bugs": "https://github.com/forcedotcom/sfdx-scanner/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)