Skip to content

Commit 5a4fa9f

Browse files
author
AU_gdev_19
authored
Merge branch 'thirdweb-dev:main' into main
2 parents 37f86c3 + 818189e commit 5a4fa9f

File tree

1,138 files changed

+71073
-8070
lines changed

Some content is hidden

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

1,138 files changed

+71073
-8070
lines changed

.changeset/open-ends-melt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/orange-icons-hide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/purple-bats-march.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

.changeset/quick-bugs-remain.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

.changeset/ready-tigers-pump.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

.changeset/tired-windows-clean.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wicked-pianos-carry.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

.changeset/yummy-toys-hug.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@ jobs:
8181
uses: ./.github/composite-actions/install
8282

8383
- name: Set up foundry
84-
uses: foundry-rs/foundry-toolchain@de808b1eea699e761c404bda44ba8f21aba30b2c # v1.3.1
84+
uses: foundry-rs/foundry-toolchain@82dee4ba654bd2146511f85f0d013af94670c4de # v1.4.0
8585
with:
8686
cache: false
8787
version: nightly-c4a984fbf2c48b793c8cd53af84f56009dd1070c
8888

8989
- run: pnpm test
9090

9191
- name: Code Coverage
92-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
92+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
9393
with:
9494
directory: packages/
9595
flags: packages

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
# Initializes the CodeQL tools for scanning.
4848
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
49+
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
5050
with:
5151
languages: ${{ matrix.language }}
5252
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -59,7 +59,7 @@ jobs:
5959
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6060
# If this step fails, then you should remove it and run the build manually (see below)
6161
- name: Autobuild
62-
uses: github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
62+
uses: github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
6363

6464
# ℹ️ Command-line programs to run using the OS shell.
6565
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -72,4 +72,4 @@ jobs:
7272
# ./location_of_script_within_repo/buildscript.sh
7373

7474
- name: Perform CodeQL Analysis
75-
uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
75+
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16

0 commit comments

Comments
 (0)