diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f1ff011..83c1421 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -35,12 +35,12 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Initialize CodeQL - uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 with: category: "/language:${{matrix.language}}" diff --git a/src/Auth/Auth.csproj b/src/Auth/Auth.csproj index 1d21b40..4db669f 100644 --- a/src/Auth/Auth.csproj +++ b/src/Auth/Auth.csproj @@ -13,18 +13,18 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + - - + + diff --git a/tests/Auth.Tests/Auth.Tests.csproj b/tests/Auth.Tests/Auth.Tests.csproj index 85702db..9358416 100644 --- a/tests/Auth.Tests/Auth.Tests.csproj +++ b/tests/Auth.Tests/Auth.Tests.csproj @@ -9,10 +9,10 @@ - + - +