Skip to content

Commit 053cb15

Browse files
committed
Update GitHub Actions to the latest versions
1 parent 69e23b2 commit 053cb15

File tree

325 files changed

+120619
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

325 files changed

+120619
-6
lines changed

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
name: "Validation"
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
14-
- uses: gradle/wrapper-validation-action@v1
13+
- uses: actions/checkout@v5
14+
- uses: gradle/actions/wrapper-validation@v4

.github/workflows/windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
Onnxruntime-SCA:
1414
runs-on: windows-2022
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v5
1717
with:
1818
submodules: false
19-
- uses: actions/setup-python@v3
19+
- uses: actions/setup-python@v6
2020
with:
2121
python-version: '3.11.x'
2222
architecture: 'x64'
2323

24-
- uses: actions/setup-node@v3
24+
- uses: actions/setup-node@v5
2525
with:
2626
node-version: 18
2727

@@ -34,7 +34,7 @@ jobs:
3434
run: npm i -g @microsoft/sarif-multitool && mkdir b && cd b && cmake ../c_cxx -DCMAKE_C_FLAGS="/MP /analyze:external- /external:anglebrackets /DWIN32 /D_WINDOWS /DWINVER=0x0A00 /D_WIN32_WINNT=0x0A00 /DNTDDI_VERSION=0x0A000000 /W4 /Ob0 /Od /RTC1 /analyze:autolog:ext .sarif" -DCMAKE_CXX_FLAGS="/EHsc /MP /analyze:external- /external:anglebrackets /DWIN32 /D_WINDOWS /DWINVER=0x0A00 /D_WIN32_WINNT=0x0A00 /DNTDDI_VERSION=0x0A000000 /W4 /Ob0 /Od /RTC1 /analyze:autolog:ext .sarif" -A x64 -T host=x64 -DONNXRUNTIME_ROOTDIR=${{ github.workspace }}\onnxruntimebin && cmake --build . --config Debug && npx @microsoft/sarif-multitool merge *.sarif --recurse --output-directory=${{ github.workspace }}\output --output-file=MergeResult.sarif --merge-runs
3535

3636
- name: Upload SARIF to GitHub
37-
uses: github/codeql-action/upload-sarif@v2
37+
uses: github/codeql-action/upload-sarif@v3
3838
continue-on-error: true
3939
with:
4040
sarif_file: ${{ github.workspace }}\output\MergeResult.sarif

c_cxx/b/ALL_BUILD.vcxproj

Lines changed: 205 additions & 0 deletions
Large diffs are not rendered by default.

c_cxx/b/ALL_BUILD.vcxproj.filters

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<CustomBuild Include="C:\src\onnxruntime-inference-examples\c_cxx\CMakeLists.txt" />
5+
</ItemGroup>
6+
<ItemGroup>
7+
</ItemGroup>
8+
</Project>

0 commit comments

Comments
 (0)