diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02d5a2c..1cb9f6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,12 +29,12 @@ jobs: buildConfig: [ "Release", "Debug" ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: 'recursive' fetch-depth: 0 - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: '6.0.x' # SDK Version to use. include-prerelease: true @@ -56,12 +56,12 @@ jobs: buildConfig: [ "Release", "Debug" ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: 'recursive' fetch-depth: 0 - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: '6.0.x' # SDK Version to use. include-prerelease: true diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index aa671cf..b5d43b9 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -23,19 +23,19 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: 'recursive' fetch-depth: 0 - name: Setup DotNet - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: '6.0.x' include-prerelease: true - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: config-file: 'lgtm.yml' languages: 'csharp' @@ -47,4 +47,4 @@ jobs: run: dotnet build --no-incremental -p:UseSharedCompilation=false SPV3.csproj - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 diff --git a/.github/workflows/conv-pull-requests.yml b/.github/workflows/conv-pull-requests.yml index 8d8e2ed..71c6d69 100644 --- a/.github/workflows/conv-pull-requests.yml +++ b/.github/workflows/conv-pull-requests.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: conventional-pr - uses: Namchee/conventional-pr@v0.14.1 + uses: Namchee/conventional-pr@v0.15.4 with: access_token: ${{ secrets.GITHUB_TOKEN }} ignored_users: snyk-bot diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8bad440..6afb42a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,16 +27,16 @@ jobs: ################ # SETUP ################ - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # Required by GitVersion submodules: "recursive" - name: Setup Node - uses: actions/setup-node@v4.0.0 + uses: actions/setup-node@v4.0.3 - run: npm install # Required by Semantic Release - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: "6.0.x" include-prerelease: true @@ -72,7 +72,7 @@ jobs: NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_BOT_NPM_TOKEN }} - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: publish-artifacts path: bin/Release/${{ env.TFM }}/${{ env.RID }}/publish diff --git a/src/SPV3.csproj b/src/SPV3.csproj index b3c9c18..5175b95 100644 --- a/src/SPV3.csproj +++ b/src/SPV3.csproj @@ -123,18 +123,18 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + runtime; build; native; contentfiles; analyzers; buildtransitive all - 2.4.9 + 2.4.10 - +