Skip to content

Commit

Permalink
Updated MSVC Analysis to 0.1.1 and checkout to v3 (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
achristoforides committed Mar 15, 2023
1 parent 7bd1663 commit 5d74868
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: true

Expand All @@ -65,7 +65,7 @@ jobs:
run: cmake --build ${{ env.build }} --config ${{ env.config }}

- name: Run MSVC Code Analysis
uses: microsoft/msvc-code-analysis-action@v0.1.0
uses: microsoft/msvc-code-analysis-action@v0.1.1
# Provide a unique ID to access the sarif output path
id: run-msvc-analysis
with:
Expand Down

0 comments on commit 5d74868

Please sign in to comment.