Skip to content

Commit

Permalink
Merge branch 'main' into d/typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vilkinsons authored Dec 15, 2024
2 parents 9d86ec5 + 516e08b commit 5786235
Show file tree
Hide file tree
Showing 74 changed files with 440 additions and 395 deletions.
2 changes: 1 addition & 1 deletion .github/actions/warm-up-repo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
# cache: yarn ## Currently disabled because of frequent timeouts

- name: Install WASM tools
uses: taiki-e/install-action@8c39981484df4e7ba41af8e8e078ac546d5e1b11 # v2.46.8
uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2 # v2.46.9
with:
tool: wasm-pack@0.12.1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Install Rust tools
if: steps.benches.outputs.has-rust == 'true'
uses: taiki-e/install-action@8c39981484df4e7ba41af8e8e078ac546d5e1b11 # v2.46.8
uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2 # v2.46.9
with:
tool: just@1.34.0,critcmp@0.1.8

Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
- name: Install Rust tools
if: steps.benches.outputs.has-rust == 'true'
uses: taiki-e/install-action@8c39981484df4e7ba41af8e8e078ac546d5e1b11 # v2.46.8
uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2 # v2.46.9
with:
tool: just@1.34.0,critcmp@0.1.8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Install Rust tools
if: always() && steps.lints.outputs.has-rust == 'true'
uses: taiki-e/install-action@8c39981484df4e7ba41af8e8e078ac546d5e1b11 # v2.46.8
uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2 # v2.46.9
with:
tool: just@1.34.0,cargo-hack@0.6.30,clippy-sarif@0.6.5,sarif-fmt@0.6.5

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: returntocorp/semgrep:1.99.0@sha256:ae27024c16f7848cdbfd49c24ed0b78b13f13b85fcd7b87c679aaa8b0c0dce98
image: returntocorp/semgrep:1.100.0@sha256:7acf76eaa621465588fdfcc84f46fd7ea1e8337ebb1aa1ed6f4685f6eedaec25

# Skip any PR created by Dependabot to avoid permission issues:
if: (github.actor != 'dependabot[bot]')
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:

- name: Install Rust tools
if: always() && steps.tests.outputs.has-rust == 'true'
uses: taiki-e/install-action@8c39981484df4e7ba41af8e8e078ac546d5e1b11 # v2.46.8
uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2 # v2.46.9
with:
tool: just@1.34.0,cargo-hack@0.6.30,cargo-nextest@0.9.72,cargo-llvm-cov@0.6.11

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

- name: Install Rust tools
if: steps.tests.outputs.has-rust == 'true'
uses: taiki-e/install-action@8c39981484df4e7ba41af8e8e078ac546d5e1b11 # v2.46.8
uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2 # v2.46.9
with:
tool: just@1.34.0,cargo-hack@0.6.30,cargo-nextest@0.9.72,cargo-llvm-cov@0.6.11

Expand Down
66 changes: 33 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ once_cell = { version = "=1.20.2", default-features = false }
opentelemetry = { version = "=0.27.1", default-features = false }
opentelemetry-otlp = { version = "=0.27.0", default-features = false }
opentelemetry_sdk = { version = "=0.27.1", default-features = false }
orx-concurrent-vec = { version = "=3.0.2", default-features = false }
orx-concurrent-vec = { version = "=3.1.0", default-features = false }
owo-colors = { version = "=4.1.0", default-features = false }
paste = { version = "=1.0.15", default-features = false }
pin-project = { version = "=1.1.7", default-features = false }
Expand Down Expand Up @@ -220,7 +220,7 @@ temporal-sdk-core-protos = { git = "https://github.com/temporalio/sdk-core", rev
test-fuzz = { version = "=7.0.1", default-features = false }
test-log = { version = "=0.2.16", default-features = false }
test-strategy = { version = "=0.4.0", default-features = false }
thiserror = { version = "=2.0.6", default-features = false }
thiserror = { version = "=2.0.7", default-features = false }
tokio-stream = { version = "=0.1.17", default-features = false }
tokio-test = { version = "=0.4.4", default-features = false }
tower = { version = "=0.5.2", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion apps/hash-ai-worker-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"@types/papaparse": "5.3.15",
"@types/sanitize-html": "2.13.0",
"@vitest/coverage-istanbul": "2.1.8",
"eslint": "9.16.0",
"eslint": "9.17.0",
"rimraf": "6.0.1",
"typescript": "5.6.3",
"vite-tsconfig-paths": "5.1.4",
Expand Down
14 changes: 7 additions & 7 deletions apps/hash-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
},
"dependencies": {
"@apps/hash-graph": "0.0.0-private",
"@aws-sdk/client-s3": "3.709.0",
"@aws-sdk/client-ses": "3.709.0",
"@aws-sdk/credential-provider-node": "3.709.0",
"@aws-sdk/s3-presigned-post": "3.709.0",
"@aws-sdk/s3-request-presigner": "3.709.0",
"@aws-sdk/client-s3": "3.712.0",
"@aws-sdk/client-ses": "3.712.0",
"@aws-sdk/credential-provider-node": "3.712.0",
"@aws-sdk/s3-presigned-post": "3.712.0",
"@aws-sdk/s3-request-presigner": "3.712.0",
"@blockprotocol/core": "0.1.3",
"@blockprotocol/type-system": "0.1.2-canary.0",
"@graphql-tools/schema": "8.5.1",
Expand Down Expand Up @@ -73,7 +73,7 @@
"cors": "2.8.5",
"cross-env": "7.0.3",
"dedent": "0.7.0",
"effect": "3.11.5",
"effect": "3.11.7",
"exponential-backoff": "3.1.1",
"express": "4.21.2",
"express-handlebars": "7.1.3",
Expand Down Expand Up @@ -124,7 +124,7 @@
"@types/mime-types": "2.1.4",
"@types/nodemailer": "6.4.17",
"@vitest/coverage-istanbul": "2.1.8",
"eslint": "9.16.0",
"eslint": "9.17.0",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"typescript": "5.6.3",
Expand Down
Loading

0 comments on commit 5786235

Please sign in to comment.