Skip to content

Commit 53996ad

Browse files
authored
Bump version to 1.3.0 (#8)
For #7
1 parent 697a580 commit 53996ad

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@v2
6060
- name: SRM Upload
61-
uses: 'codedx/codedx-github-action@v1.2.1'
61+
uses: 'codedx/codedx-github-action@v1.3.0'
6262
with:
6363
server-url: ${{ secrets.CDX_SERVER_URL }}
6464
api-key: ${{ secrets.CDX_API_KEY }}

package-lock.json

Lines changed: 1 addition & 1 deletion
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,6 +1,6 @@
11
{
22
"name": "codedx-upload",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Analyze your source code and binaries with Code Dx",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)