diff options
| author | Joe Rogers <1337joe@gmail.com> | 2023-12-17 00:12:11 -0500 |
|---|---|---|
| committer | Joe Rogers <1337joe@gmail.com> | 2023-12-17 00:12:11 -0500 |
| commit | 49cc4d1dabf23602d775f194b75402d65e0722b8 (patch) | |
| tree | e6337ecdd4c508433ef192b8de7498284b3e8ae8 | |
| parent | f7122d21809e527a9a9d64f1ef7e6e4613f98ec4 (diff) | |
Add full version tags for consistency with other files
| -rw-r--r-- | .github/workflows/ci-tests.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 323d92045..0dacbc5c6 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -19,9 +19,9 @@ jobs: runs-on: "${{ matrix.os }}" steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4 + - uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0 with: dotnet-version: ${{ env.SDK_VERSION }} @@ -34,7 +34,7 @@ jobs: --verbosity minimal - name: Merge code coverage results - uses: danielpalme/ReportGenerator-GitHub-Action@4d510cbed8a05af5aefea46c7fd6e05b95844c89 # 5 + uses: danielpalme/ReportGenerator-GitHub-Action@4d510cbed8a05af5aefea46c7fd6e05b95844c89 # 5.2.0 with: reports: "**/coverage.cobertura.xml" targetdir: "merged/" |
