Skip to content

Commit 9162966

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] sonarcloud "security issues" fixed.
1 parent cd0a514 commit 9162966

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
- name: Test
3636
run: dotnet test --no-build --verbosity normal
3737
- name: Upload coverage reports to Codecov
38-
uses: codecov/codecov-action@v5.4.3
38+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/snyk-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Restore dependencies
2828
run: dotnet restore algorithm_exercises_csharp.sln
2929
- name: Run Snyk to check for vulnerabilities
30-
uses: snyk/actions/dotnet@master
30+
uses: snyk/actions/dotnet@b98d498629f1c368650224d6d212bf7dfa89e4bf
3131
continue-on-error: true # To make sure that SARIF upload gets called
3232
env:
3333
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 commit comments

Comments
 (0)