Skip to content

Commit e0fc5eb

Browse files
committed
push Tania changes regarding fixing action version
1 parent 42c0fc8 commit e0fc5eb

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

package-lock.json

Lines changed: 13 additions & 12 deletions
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": "run-jtest-action",
3-
"version": "0.0.1b",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "A GitHub Action for running Parasoft Jtest analysis",
66
"main": "lib/main.js",

samples/run-jtest-with-gradle-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Uploads analysis results in the SARIF format, so that they are displayed as GitHub code scanning alerts.
3838
- name: Upload results (SARIF)
3939
if: always()
40-
uses: github/codeql-action/upload-sarif@v1
40+
uses: github/codeql-action/upload-sarif@v2
4141
with:
4242
sarif_file: reports/report.sarif # reports is a default location for reports directory
4343

samples/run-jtest-with-maven-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Uploads analysis results in the SARIF format, so that they are displayed as GitHub code scanning alerts.
3838
- name: Upload results (SARIF)
3939
if: always()
40-
uses: github/codeql-action/upload-sarif@v1
40+
uses: github/codeql-action/upload-sarif@v2
4141
with:
4242
sarif_file: reports/report.sarif # reports is a default location for reports directory
4343

0 commit comments

Comments
 (0)