diff --git a/.github/workflows/heartbeat-tests.yml b/.github/workflows/heartbeat-tests.yml index 90686140d..3c9c2a34f 100644 --- a/.github/workflows/heartbeat-tests.yml +++ b/.github/workflows/heartbeat-tests.yml @@ -15,7 +15,7 @@ jobs: # By default, if any job in a matrix fails, all other jobs are immediately cancelled. This makes the jobs run to completion instead. fail-fast: false matrix: - os: [{ vm: ubuntu-latest, exe: .sh }, { vm: windows-2019, exe: .cmd }] + os: [{ vm: ubuntu-latest, exe: .sh }, { vm: windows-latest, exe: .cmd }] node: ["lts/*"] runs-on: ${{ matrix.os.vm }} timeout-minutes: 60 diff --git a/.github/workflows/publish-to-npm.yml b/.github/workflows/publish-to-npm.yml index 9b5156af7..6789a971f 100644 --- a/.github/workflows/publish-to-npm.yml +++ b/.github/workflows/publish-to-npm.yml @@ -91,7 +91,7 @@ jobs: # run to completion instead. fail-fast: false matrix: - os: [{vm: ubuntu-latest, exe: .sh}, {vm: macos-latest, exe: .sh}, {vm: windows-2019, exe: .cmd}] + os: [{vm: ubuntu-latest, exe: .sh}, {vm: macos-latest, exe: .sh}, {vm: windows-latest, exe: .cmd}] runs-on: ${{ matrix.os.vm }} steps: # We need to checkout the tag to get the smoke tests diff --git a/package-lock.json b/package-lock.json index 7ce5e8eac..393f7cfee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@salesforce/plugin-code-analyzer", - "version": "5.1.0", + "version": "5.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@salesforce/plugin-code-analyzer", - "version": "5.1.0", + "version": "5.2.1", "license": "BSD-3-Clause", "dependencies": { "@oclif/core": "3.27.0", diff --git a/package.json b/package.json index 8def51022..03b3e7d7d 100644 --- a/package.json +++ b/package.json @@ -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.1.0", + "version": "5.2.1", "author": "Salesforce Code Analyzer Team", "bugs": "https://github.com/forcedotcom/code-analyzer/issues", "dependencies": {