Skip to content

Commit 354758b

Browse files
committed
Update version to 1.2.1
1 parent 49a7264 commit 354758b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@v2
5555
- name: SRM Upload
56-
uses: 'codedx/codedx-github-action@v1.2'
56+
uses: 'codedx/codedx-github-action@v1.2.1'
5757
with:
5858
server-url: ${{ secrets.CDX_SERVER_URL }}
5959
api-key: ${{ secrets.CDX_API_KEY }}

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.0",
3+
"version": "1.2.1",
44
"description": "Analyze your source code and binaries with Code Dx",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)