diff --git a/.github/workflows/build-and-analyze-fork.yml b/.github/workflows/build-and-analyze-fork.yml index d78b5d52..d8f92193 100644 --- a/.github/workflows/build-and-analyze-fork.yml +++ b/.github/workflows/build-and-analyze-fork.yml @@ -15,7 +15,7 @@ jobs: dotnet-version: | 7.0.x 3.1.x - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis diff --git a/.github/workflows/build-and-analyze.yml b/.github/workflows/build-and-analyze.yml index 4ea8f387..f95c778e 100644 --- a/.github/workflows/build-and-analyze.yml +++ b/.github/workflows/build-and-analyze.yml @@ -12,7 +12,7 @@ jobs: if: ((github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false) || github.event_name == 'push') && github.repository_owner == 'Altinn' && github.actor != 'dependabot[bot]' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set inotify watchers run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p - name: Set inotify instances @@ -41,7 +41,7 @@ jobs: with: distribution: 'microsoft' java-version: 17 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Cache SonarCloud packages diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 73724dea..6cc82c6f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup .NET 7.0.* SDK uses: actions/setup-dotnet@v3 with: diff --git a/.github/workflows/container-scan.yml b/.github/workflows/container-scan.yml index 57e95e02..e9cf7a77 100644 --- a/.github/workflows/container-scan.yml +++ b/.github/workflows/container-scan.yml @@ -18,7 +18,7 @@ jobs: scan: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build the Docker image run: docker build . --tag altinn-authentication:${{github.sha}} diff --git a/src/Authentication/Altinn.Platform.Authentication.csproj b/src/Authentication/Altinn.Platform.Authentication.csproj index 930921ed..ba43d91e 100644 --- a/src/Authentication/Altinn.Platform.Authentication.csproj +++ b/src/Authentication/Altinn.Platform.Authentication.csproj @@ -16,13 +16,13 @@ - + - + diff --git a/src/jwtcookie/Authentication/Altinn.Common.Authentication.csproj b/src/jwtcookie/Authentication/Altinn.Common.Authentication.csproj index 3d8cf913..4eaf46e9 100644 --- a/src/jwtcookie/Authentication/Altinn.Common.Authentication.csproj +++ b/src/jwtcookie/Authentication/Altinn.Common.Authentication.csproj @@ -31,7 +31,7 @@ - + diff --git a/test/Altinn.Platform.Authentication.Tests/Altinn.Platform.Authentication.Tests.csproj b/test/Altinn.Platform.Authentication.Tests/Altinn.Platform.Authentication.Tests.csproj index 25853453..0f2ed3bb 100644 --- a/test/Altinn.Platform.Authentication.Tests/Altinn.Platform.Authentication.Tests.csproj +++ b/test/Altinn.Platform.Authentication.Tests/Altinn.Platform.Authentication.Tests.csproj @@ -7,7 +7,7 @@ - +