We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a7264 commit 354758bCopy full SHA for 354758b
2 files changed
README.md
@@ -53,7 +53,7 @@ jobs:
53
steps:
54
- uses: actions/checkout@v2
55
- name: SRM Upload
56
- uses: 'codedx/codedx-github-action@v1.2'
+ uses: 'codedx/codedx-github-action@v1.2.1'
57
with:
58
server-url: ${{ secrets.CDX_SERVER_URL }}
59
api-key: ${{ secrets.CDX_API_KEY }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codedx-upload",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "Analyze your source code and binaries with Code Dx",
5
"main": "index.js",
6
"scripts": {
0 commit comments