Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 687b266

Browse files
committedJan 12, 2024
Merge remote-tracking branch 'origin/main' into sajandhy/webgpu_uniforms_skiplayernorm
2 parents ecc5ce4 + acba63c commit 687b266

File tree

642 files changed

+43893
-10477
lines changed

Some content is hidden

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

642 files changed

+43893
-10477
lines changed
 

‎.github/actions/rust-toolchain-setup/action.yml

-44
This file was deleted.

‎.github/workflows/codeql.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
# Initializes the CodeQL tools for scanning.
3939
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@v2
40+
uses: github/codeql-action/init@v3
4141
with:
4242
languages: ${{ matrix.language }}
4343
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -51,7 +51,7 @@ jobs:
5151
# If this step fails, then you should remove it and run the build manually (see below)
5252
- if: ${{ matrix.language != 'cpp' }}
5353
name: Autobuild
54-
uses: github/codeql-action/autobuild@v2
54+
uses: github/codeql-action/autobuild@v3
5555

5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze@v2
57+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)