Skip to content

Commit c93bb05

Browse files
authored
build(deps): bump microsoft/sarif-actions from v0.1 to 0.2 (#8025)
1 parent 98fa933 commit c93bb05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
6868
run: mvn -V -s settings.xml -Prelease clean package verify source:jar javadoc:jar gpg:sign deploy -DreleaseTesting --no-transfer-progress --batch-mode
6969
- name: SARIF Multitool
70-
uses: microsoft/sarif-actions@v0.1
70+
uses: microsoft/sarif-actions@v0.2
7171
with:
7272
# Command to be sent to SARIF Multitool
7373
command: 'validate core/target/test-reports/Report.sarif'

.github/workflows/pull_requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
mvn -V -s settings.xml -pl utils,core,cli,ant,archetype -am compile verify --no-transfer-progress --batch-mode
4242
- name: SARIF Multitool
43-
uses: microsoft/sarif-actions@v0.1
43+
uses: microsoft/sarif-actions@v0.2
4444
with:
4545
# Command to be sent to SARIF Multitool
4646
command: 'validate core/target/test-reports/Report.sarif'

0 commit comments

Comments
 (0)