diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 10790d187..dcda3c126 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -10,7 +10,7 @@ "rollForward": false }, "verify.tool": { - "version": "0.8.0", + "version": "0.9.1", "commands": [ "dotnet-verify" ], diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f7ea51440..c8b6c4b33 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,7 +23,7 @@ jobs: with: persist-credentials: false - name: Setup mise - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: cache: false - name: Check formatting and lint @@ -37,7 +37,7 @@ jobs: with: persist-credentials: false - name: Setup mise - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: cache: false - name: Run tests @@ -58,7 +58,7 @@ jobs: with: persist-credentials: false - name: Setup mise - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: cache: false - name: Run tests @@ -147,7 +147,7 @@ jobs: with: persist-credentials: false - name: Setup mise - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 with: cache: false - name: Build diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 60c2bd310..cf87ee9bb 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -23,14 +23,14 @@ jobs: with: persist-credentials: false - name: Initialize CodeQL - uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 + uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: languages: "csharp" - name: Setup mise - uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5 + uses: jdx/mise-action@c2a87611a18de5b3828c5652fe268e992400cb5c # v4.3.0 - name: Build run: dotnet build -c Release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 + uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: category: "/language:csharp" diff --git a/mise.toml b/mise.toml index c8e5ee1a3..ec2e1b9da 100644 --- a/mise.toml +++ b/mise.toml @@ -3,10 +3,10 @@ experimental = true [tools] dotnet = "10.0.400" -hk = "1.56.0" +hk = "1.57.0" actionlint = "1.7.12" gitleaks = "8.30.1" -zizmor = "1.29.0" +zizmor = "1.30.0" [env] DOTNET_CLI_TELEMETRY_OPTOUT = "1"