We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0a514 commit 9162966Copy full SHA for 9162966
.github/workflows/dotnet-coverage.yml
@@ -35,6 +35,6 @@ jobs:
35
- name: Test
36
run: dotnet test --no-build --verbosity normal
37
- name: Upload coverage reports to Codecov
38
- uses: codecov/codecov-action@v5.4.3
+ uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24
39
with:
40
token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/snyk-code.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Restore dependencies
28
run: dotnet restore algorithm_exercises_csharp.sln
29
- name: Run Snyk to check for vulnerabilities
30
- uses: snyk/actions/dotnet@master
+ uses: snyk/actions/dotnet@b98d498629f1c368650224d6d212bf7dfa89e4bf
31
continue-on-error: true # To make sure that SARIF upload gets called
32
env:
33
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
0 commit comments