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.
2 parents 6bb65f3 + bb236e6 commit eeb3d41Copy full SHA for eeb3d41
.github/workflows/ci-cd.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Checkout repository
43
id: checkout_repo
44
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
45
with:
46
token: ${{ secrets.GITHUB_TOKEN }}
47
fetch-depth: 0
.github/workflows/codeql-analysis.yml
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
- name: Setup .NET
uses: actions/[email protected]
.github/workflows/sonarcloud.yml
@@ -42,7 +42,7 @@ jobs:
uses: actions/setup-dotnet@v3
dotnet-version: 7.0.x
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
48
- name: Cache SonarCloud packages
0 commit comments