Skip to content

Commit 79bb3b4

Browse files
authored
Merge pull request #244 from sir-gon/develop
Develop
2 parents 5739e3e + d14c40e commit 79bb3b4

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
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@18283e04ce6e62d37312384ff67231eb8fd56d24
38+
uses: codecov/codecov-action@39a2af19d997be74586469d4062e173ecae614f6
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/gitleaks.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
32
name: gitleaks
43

54
on: # yamllint disable-line rule:truthy
@@ -22,10 +21,10 @@ jobs:
2221
name: gitleaks
2322
runs-on: ubuntu-24.04
2423
steps:
25-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2625
with:
2726
fetch-depth: 0
28-
- uses: gitleaks/gitleaks-action@v2
27+
- uses: gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7
2928
env:
3029
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3130
# Only required for Organizations, not personal accounts.

.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@b98d498629f1c368650224d6d212bf7dfa89e4bf
30+
uses: snyk/actions/dotnet@86b1cee1b8e110a78d528b3e1328a80e218111d2
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)