From e88629692cfaeaaa90517bba768f98abbe18c5e4 Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Thu, 13 Jun 2024 19:35:02 -0400 Subject: [PATCH] chore: Update packages, GH templates (#1204) --- .github/PULL_REQUEST_TEMPLATE.md | 30 +++--------------------- .github/workflows/test-indicators.yml | 13 +++++----- docs/GemFile.lock | 22 ++++++++--------- tests/indicators/Tests.Indicators.csproj | 4 ++-- tests/other/Tests.Other.csproj | 4 ++-- 5 files changed, 23 insertions(+), 50 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5b8a789a5..5a6581a38 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,32 +1,17 @@ ---- -title: "" ---- - - -### description of change - - +- #1234 <-- add related issue number(s) as bullet list - - - diff --git a/.github/workflows/test-indicators.yml b/.github/workflows/test-indicators.yml index 8ef1d4afc..2ca582345 100644 --- a/.github/workflows/test-indicators.yml +++ b/.github/workflows/test-indicators.yml @@ -14,7 +14,8 @@ jobs: permissions: contents: read - pull-requests: write + actions: read + checks: write strategy: matrix: @@ -82,14 +83,12 @@ jobs: --results-directory ./test-other - name: Post test summary - uses: bibipkins/dotnet-test-reporter@v1.4.1 + uses: dorny/test-reporter@v1 if: env.IS_PRIMARY == 'true' && always() with: - github-token: ${{ secrets.GITHUB_TOKEN }} - comment-title: "" - results-path: ./test-indicators/**/*.trx - coverage-path: ./test-indicators/**/coverage.cobertura.xml - coverage-type: cobertura + name: Test results + path: ./test-indicators/**/*.trx + reporter: dotnet-trx - name: Publish coverage to Codacy uses: codacy/codacy-coverage-reporter-action@v1 diff --git a/docs/GemFile.lock b/docs/GemFile.lock index 2278453a8..7933fc67c 100644 --- a/docs/GemFile.lock +++ b/docs/GemFile.lock @@ -8,7 +8,7 @@ GIT GEM remote: https://rubygems.org/ specs: - activesupport (7.1.3.3) + activesupport (7.1.3.4) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -28,7 +28,7 @@ GEM coffee-script-source (1.12.2) colorator (1.1.0) commonmarker (0.23.10) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.3) connection_pool (2.4.1) cssminify2 (2.0.1) dnsruby (1.72.1) @@ -40,14 +40,14 @@ GEM ethon (0.16.0) ffi (>= 1.15.0) execjs (2.9.1) - faraday (2.9.0) + faraday (2.9.1) faraday-net_http (>= 2.0, < 3.2) faraday-net_http (3.1.0) net-http faraday-retry (2.2.1) faraday (~> 2.0) - ffi (1.16.3) - ffi (1.16.3-x64-mingw-ucrt) + ffi (1.17.0-x64-mingw-ucrt) + ffi (1.17.0-x86_64-linux-gnu) forwardable-extended (2.6.0) gemoji (4.1.0) github-pages (231) @@ -144,9 +144,8 @@ GEM octokit (>= 4, < 7, != 4.4.0) jekyll-include-cache (0.2.1) jekyll (>= 3.7, < 5.0) - jekyll-last-modified-at (1.3.0) + jekyll-last-modified-at (1.3.2) jekyll (>= 3.7, < 5.0) - posix-spawn (~> 0.3.9) jekyll-mentions (1.6.0) html-pipeline (~> 2.3) jekyll (>= 3.7, < 5.0) @@ -245,23 +244,22 @@ GEM mutex_m (0.2.0) net-http (0.4.1) uri - nokogiri (1.16.5-x64-mingw-ucrt) + nokogiri (1.16.6-x64-mingw-ucrt) racc (~> 1.4) - nokogiri (1.16.5-x86_64-linux) + nokogiri (1.16.6-x86_64-linux) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) sawyer (~> 0.9) pathutil (0.16.2) forwardable-extended (~> 2.6) - posix-spawn (0.3.15) public_suffix (5.0.5) racc (1.8.0) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rexml (3.2.8) - strscan (>= 3.0.9) + rexml (3.3.0) + strscan rouge (3.30.0) rubyzip (2.3.2) safe_yaml (1.0.5) diff --git a/tests/indicators/Tests.Indicators.csproj b/tests/indicators/Tests.Indicators.csproj index e2d407959..43d896e29 100644 --- a/tests/indicators/Tests.Indicators.csproj +++ b/tests/indicators/Tests.Indicators.csproj @@ -15,8 +15,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/other/Tests.Other.csproj b/tests/other/Tests.Other.csproj index f0757385a..d36287d56 100644 --- a/tests/other/Tests.Other.csproj +++ b/tests/other/Tests.Other.csproj @@ -15,8 +15,8 @@ - - + +