Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-container-security-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
ref: ${{ needs.validate.outputs.source_sha }}

- name: Set up an attestation-capable BuildKit builder
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
with:
driver: docker-container

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-first-cohort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
ref: ${{ needs.validate.outputs.source_sha }}

- name: Set up an attestation-capable BuildKit builder
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
with:
driver: docker-container

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-worker-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
ref: ${{ needs.validate.outputs.source_sha }}

- name: Set up an attestation-capable BuildKit builder
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
with:
driver: docker-container

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.52.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask" Version="1.18.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.DurableTask" Version="1.19.0" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore" Version="2.1.1" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.Sdk" Version="2.1.0" OutputItemType="Analyzer" PrivateAssets="all" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"Microsoft.Azure.Functions.Worker.Extensions.DurableTask": {
"type": "Direct",
"requested": "[1.18.0, )",
"resolved": "1.18.0",
"contentHash": "Y8xSOFJ8m+PYAixnvJJuPj2O4d7SYc10Bkm4gh4cnt3QXCozKRVvbcpwVJKI8uG/qioVPY/Kel71aY/tqk/1cQ==",
"requested": "[1.19.0, )",
"resolved": "1.19.0",
"contentHash": "2j1MHOLOOI8g3MC79NV+stBmK6q+4XuAZ5ks3ZZYD9XB53Q3IiZQJLbmQMGQWXGQndR90ZSX/8NcJPedl7sqbA==",
"dependencies": {
"Grpc.Net.Client": "2.76.0",
"Microsoft.Azure.Functions.Worker.Core": "2.51.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/verify-container-security-release.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def main() -> int:
"packages: write",
"attestations: write",
"id-token: write",
"docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435",
"docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e",
"driver: docker-container",
"docker/login-action@dbcb813823bdd20940b903addbd779551569679f",
"docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a",
Expand Down
2 changes: 1 addition & 1 deletion scripts/verify-publication-policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def main() -> int:
"NuGet/login@8d196754b4036150537f80ac539e15c2f1028841",
"pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33",
"skip-existing: true",
"docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435",
"docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e",
"driver: docker-container",
"docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a",
"ghcr.io/univeracity/vyral-server:0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/verify-worker-container-release.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def main() -> int:
"packages: write",
"attestations: write",
"id-token: write",
"docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435",
"docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e",
"driver: docker-container",
"docker/login-action@dbcb813823bdd20940b903addbd779551569679f",
"docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a",
Expand Down
6 changes: 3 additions & 3 deletions src/Vyral.Aws/Vyral.Aws.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.103.1" />
<PackageReference Include="AWSSDK.S3" Version="4.0.102.1" />
<PackageReference Include="AWSSDK.Signin" Version="4.0.101.5" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.103.4" />
<PackageReference Include="AWSSDK.S3" Version="4.0.102.3" />
<PackageReference Include="AWSSDK.Signin" Version="4.0.101.7" />
<PackageReference Include="System.Numerics.Tensors" Version="10.0.11" />
</ItemGroup>

Expand Down
26 changes: 13 additions & 13 deletions src/Vyral.Aws/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
"net10.0": {
"AWSSDK.DynamoDBv2": {
"type": "Direct",
"requested": "[4.0.103.1, )",
"resolved": "4.0.103.1",
"contentHash": "lWjDWid4uPdgi1b5dARsvvsFDUmgJf+uAnInD3yGSdNXZoEPd2nDZfVTKFxi9ny4BdlmV4znmVFf2uQoqPPIfg==",
"requested": "[4.0.103.4, )",
"resolved": "4.0.103.4",
"contentHash": "uXH67JhaTnD64vnX6DfNsRk/KSCdw9npdhsreWi33MZE0pdzr6KDj5m6iWsd+PDkI1tAjB7ht2S20rwdwhuppA==",
"dependencies": {
"AWSSDK.Core": "[4.0.101, 5.0.0)"
"AWSSDK.Core": "[4.0.102, 5.0.0)"
}
},
"AWSSDK.S3": {
"type": "Direct",
"requested": "[4.0.102.1, )",
"resolved": "4.0.102.1",
"contentHash": "zGP3FW4D0wfbmYxoOWgNoPcwoA8E+kWH6KezOBPiLpAOi3l4cygFF15jiWdma6R7D+M9qu3DzdpWq/VlyIJX+Q==",
"requested": "[4.0.102.3, )",
"resolved": "4.0.102.3",
"contentHash": "3UBPFahEW62lNqHutA94if/9YguOXswDkz+CMh8fo3qCl7PUdynwSEvE0rhHnRPok0rDkDEDpwddfk7h8Mg0gw==",
"dependencies": {
"AWSSDK.Core": "[4.0.101, 5.0.0)"
"AWSSDK.Core": "[4.0.102, 5.0.0)"
}
},
"AWSSDK.Signin": {
"type": "Direct",
"requested": "[4.0.101.5, )",
"resolved": "4.0.101.5",
"contentHash": "+XVnd+4efxEkdC74RTdHmxwJ2VhyPLT5TeGBoDTQ8LSQXYTfsN4Q2JWcS/ZAw151xjS5W89+i8FyvCM8Z7zGQg==",
"requested": "[4.0.101.7, )",
"resolved": "4.0.101.7",
"contentHash": "TcmZZ9fQVjfuhnCKs1r/DUN5jDkKH7AOwLv7GOv8Jlx2j81iviOhN5SGyiyJwLR5hJGVHiYsDIgGUHIyWuKLOQ==",
"dependencies": {
"BouncyCastle.Cryptography": "2.6.2"
}
Expand All @@ -37,8 +37,8 @@
},
"AWSSDK.Core": {
"type": "Transitive",
"resolved": "4.0.101",
"contentHash": "7Q0z0fLpy+w6h4G5z/qZ6PYGzZ0DgYjYkVdGMnhtjkgQaKX+Sjm0YxfFxFILRewxC4o6wwnrbvwaSj41LgRRfg=="
"resolved": "4.0.102",
"contentHash": "sjkYreyNPlYTnAxdnqd3MBoeTNZHXOzV9lKULS5VAn+6MJIqu87aZLlm56KhDANOBXRxwDJIW668ZlsFhaB6Zw=="
},
"BouncyCastle.Cryptography": {
"type": "Transitive",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.VectorData.Abstractions" Version="10.9.0" />
<PackageReference Include="Microsoft.SemanticKernel.Abstractions" Version="1.79.0" />
<PackageReference Include="Microsoft.SemanticKernel.Abstractions" Version="1.80.0" />
</ItemGroup>

<PropertyGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Vyral.Bridge.SemanticKernel/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
},
"Microsoft.SemanticKernel.Abstractions": {
"type": "Direct",
"requested": "[1.79.0, )",
"resolved": "1.79.0",
"contentHash": "Ls9yuHB24uX6Q2fhMuREZLvVZjihy5x25OP5P2WYixKqJkL5j3+nqugLgV+hh4GInzRl+O5dyZKdGt/A7ePHsA==",
"requested": "[1.80.0, )",
"resolved": "1.80.0",
"contentHash": "l0MnUvjXGYWEUEbJ+pD9796+p4lGWDhe787WhNaP7mcG4d9z6apNuSZQEI0WrI9aiWgee6tPngBwRrP7In40xg==",
"dependencies": {
"Microsoft.Bcl.HashCode": "1.1.1",
"Microsoft.Extensions.AI": "10.5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Vyral.Cloudflare/Vyral.Cloudflare.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.S3" Version="4.0.102.1" />
<PackageReference Include="AWSSDK.S3" Version="4.0.102.3" />
</ItemGroup>

<PropertyGroup>
Expand Down
28 changes: 14 additions & 14 deletions src/Vyral.Cloudflare/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@
"net10.0": {
"AWSSDK.S3": {
"type": "Direct",
"requested": "[4.0.102.1, )",
"resolved": "4.0.102.1",
"contentHash": "zGP3FW4D0wfbmYxoOWgNoPcwoA8E+kWH6KezOBPiLpAOi3l4cygFF15jiWdma6R7D+M9qu3DzdpWq/VlyIJX+Q==",
"requested": "[4.0.102.3, )",
"resolved": "4.0.102.3",
"contentHash": "3UBPFahEW62lNqHutA94if/9YguOXswDkz+CMh8fo3qCl7PUdynwSEvE0rhHnRPok0rDkDEDpwddfk7h8Mg0gw==",
"dependencies": {
"AWSSDK.Core": "[4.0.101, 5.0.0)"
"AWSSDK.Core": "[4.0.102, 5.0.0)"
}
},
"AWSSDK.Core": {
"type": "Transitive",
"resolved": "4.0.101",
"contentHash": "7Q0z0fLpy+w6h4G5z/qZ6PYGzZ0DgYjYkVdGMnhtjkgQaKX+Sjm0YxfFxFILRewxC4o6wwnrbvwaSj41LgRRfg=="
"resolved": "4.0.102",
"contentHash": "sjkYreyNPlYTnAxdnqd3MBoeTNZHXOzV9lKULS5VAn+6MJIqu87aZLlm56KhDANOBXRxwDJIW668ZlsFhaB6Zw=="
},
"AWSSDK.DynamoDBv2": {
"type": "Transitive",
"resolved": "4.0.103.1",
"contentHash": "lWjDWid4uPdgi1b5dARsvvsFDUmgJf+uAnInD3yGSdNXZoEPd2nDZfVTKFxi9ny4BdlmV4znmVFf2uQoqPPIfg==",
"resolved": "4.0.103.4",
"contentHash": "uXH67JhaTnD64vnX6DfNsRk/KSCdw9npdhsreWi33MZE0pdzr6KDj5m6iWsd+PDkI1tAjB7ht2S20rwdwhuppA==",
"dependencies": {
"AWSSDK.Core": "[4.0.101, 5.0.0)"
"AWSSDK.Core": "[4.0.102, 5.0.0)"
}
},
"AWSSDK.Signin": {
"type": "Transitive",
"resolved": "4.0.101.5",
"contentHash": "+XVnd+4efxEkdC74RTdHmxwJ2VhyPLT5TeGBoDTQ8LSQXYTfsN4Q2JWcS/ZAw151xjS5W89+i8FyvCM8Z7zGQg==",
"resolved": "4.0.101.7",
"contentHash": "TcmZZ9fQVjfuhnCKs1r/DUN5jDkKH7AOwLv7GOv8Jlx2j81iviOhN5SGyiyJwLR5hJGVHiYsDIgGUHIyWuKLOQ==",
"dependencies": {
"BouncyCastle.Cryptography": "2.6.2"
}
Expand All @@ -51,9 +51,9 @@
"vyral.aws": {
"type": "Project",
"dependencies": {
"AWSSDK.DynamoDBv2": "[4.0.103.1, )",
"AWSSDK.S3": "[4.0.102.1, )",
"AWSSDK.Signin": "[4.0.101.5, )",
"AWSSDK.DynamoDBv2": "[4.0.103.4, )",
"AWSSDK.S3": "[4.0.102.3, )",
"AWSSDK.Signin": "[4.0.101.7, )",
"System.Numerics.Tensors": "[10.0.11, )",
"Vyral.Abstractions": "[0.3.0, )"
}
Expand Down
4 changes: 2 additions & 2 deletions src/Vyral.Execution.Aws/Vyral.Execution.Aws.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.103.1" />
<PackageReference Include="AWSSDK.SQS" Version="4.0.100.8" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.103.4" />
<PackageReference Include="AWSSDK.SQS" Version="4.0.100.10" />
</ItemGroup>

<PropertyGroup>
Expand Down
20 changes: 10 additions & 10 deletions src/Vyral.Execution.Aws/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
"net10.0": {
"AWSSDK.DynamoDBv2": {
"type": "Direct",
"requested": "[4.0.103.1, )",
"resolved": "4.0.103.1",
"contentHash": "lWjDWid4uPdgi1b5dARsvvsFDUmgJf+uAnInD3yGSdNXZoEPd2nDZfVTKFxi9ny4BdlmV4znmVFf2uQoqPPIfg==",
"requested": "[4.0.103.4, )",
"resolved": "4.0.103.4",
"contentHash": "uXH67JhaTnD64vnX6DfNsRk/KSCdw9npdhsreWi33MZE0pdzr6KDj5m6iWsd+PDkI1tAjB7ht2S20rwdwhuppA==",
"dependencies": {
"AWSSDK.Core": "[4.0.101, 5.0.0)"
"AWSSDK.Core": "[4.0.102, 5.0.0)"
}
},
"AWSSDK.SQS": {
"type": "Direct",
"requested": "[4.0.100.8, )",
"resolved": "4.0.100.8",
"contentHash": "6WZzJc+1T6VJuFDorQmGbhLabJhkFIp2zTK9y6fbGprCqUCtnzF/FufmpjKcAJZ17xxDpxpgo/wQ0leZHHTQ8g==",
"requested": "[4.0.100.10, )",
"resolved": "4.0.100.10",
"contentHash": "u2IjUITEZgsz2zoBL4MSgsy3TrUuvmLxiQOp0uBzqYckyMcth8XB7Td4lFVY8Be8rwygsl671Jta1GyRLE098w==",
"dependencies": {
"AWSSDK.Core": "[4.0.101, 5.0.0)"
"AWSSDK.Core": "[4.0.102, 5.0.0)"
}
},
"AWSSDK.Core": {
"type": "Transitive",
"resolved": "4.0.101",
"contentHash": "7Q0z0fLpy+w6h4G5z/qZ6PYGzZ0DgYjYkVdGMnhtjkgQaKX+Sjm0YxfFxFILRewxC4o6wwnrbvwaSj41LgRRfg=="
"resolved": "4.0.102",
"contentHash": "sjkYreyNPlYTnAxdnqd3MBoeTNZHXOzV9lKULS5VAn+6MJIqu87aZLlm56KhDANOBXRxwDJIW668ZlsFhaB6Zw=="
},
"vyral.abstractions": {
"type": "Project",
Expand Down
4 changes: 2 additions & 2 deletions src/Vyral.Google/Vyral.Google.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Google.Apis.Auth" Version="1.75.0" />
<PackageReference Include="Google.Apis.Core" Version="1.75.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.76.0" />
<PackageReference Include="Google.Apis.Core" Version="1.76.0" />
<PackageReference Include="Google.Cloud.Firestore" Version="4.4.0" />
<PackageReference Include="Google.Cloud.Storage.V1" Version="4.15.0" />
<PackageReference Include="Google.Cloud.Tasks.V2" Version="3.6.0" />
Expand Down
22 changes: 11 additions & 11 deletions src/Vyral.Google/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"net10.0": {
"Google.Apis.Auth": {
"type": "Direct",
"requested": "[1.75.0, )",
"resolved": "1.75.0",
"contentHash": "hzuGwUBIQYdFkChXm62E5Suxe+q5PHt2uE5EunGBco2j01uQJGlUgzNujZvGHMlAIEHaytzhdn3v3v52ZPgv2Q==",
"requested": "[1.76.0, )",
"resolved": "1.76.0",
"contentHash": "WzRCykQ0OApOEFdUYYBJ6riIxs+xk635s0KsGb83zJcABa66DCgaAXiWZuZjSqnwA3hjm7u8mmzR4EUHpJ1UfQ==",
"dependencies": {
"Google.Apis": "1.75.0",
"Google.Apis.Core": "1.75.0",
"Google.Apis": "1.76.0",
"Google.Apis.Core": "1.76.0",
"System.Management": "7.0.2"
}
},
"Google.Apis.Core": {
"type": "Direct",
"requested": "[1.75.0, )",
"resolved": "1.75.0",
"contentHash": "7AuI44XP4LzMFiOjdk4GCtCxJTIWZcjrXLeGjLYYSpTHHbiPkvm76XNym7zPOnD90sIg+zdTulg+I6D5W5spTQ==",
"requested": "[1.76.0, )",
"resolved": "1.76.0",
"contentHash": "P2nFbC0SsnUe8sGjhpCLs6CHIWFzURgUS2M9l9aUV1vJjVXpesRbegEYZS/dLKehcgx8twDP7xA5OMGygMD55g==",
"dependencies": {
"Newtonsoft.Json": "13.0.4"
}
Expand Down Expand Up @@ -105,10 +105,10 @@
},
"Google.Apis": {
"type": "Transitive",
"resolved": "1.75.0",
"contentHash": "ZqODi2IvyTBezeGztemXv6U/+VinyqxxPiyoW2CZbzIrUp+a35Rt5tzUjXHPXK9nA1YQi/w8ABpYQpBm31ditw==",
"resolved": "1.76.0",
"contentHash": "sIhJW2vT1cXE/yUFp1q1Mv7EUgbGu2uMIcqqv+BgElRdGQApxiYpZ/jG6hFkQB8/AG9kGurJOzLOM9PZ++GEtA==",
"dependencies": {
"Google.Apis.Core": "1.75.0"
"Google.Apis.Core": "1.76.0"
}
},
"Google.Apis.Storage.v1": {
Expand Down
Loading
Loading