We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 453373d + 480d47d commit 3fb26e7Copy full SHA for 3fb26e7
3 files changed
.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout repository
27
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
28
29
- name: Setup .NET
30
uses: actions/setup-dotnet@v5
.github/workflows/dotnet.yml
@@ -33,7 +33,7 @@ jobs:
33
OUTPUTDIR: spamfilter-win-x64
34
35
36
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v6
37
- name: Setup .NET Core
38
39
with:
.github/workflows/sonar.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/setup-java@v5
21
22
java-version: 1.11
23
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Cache SonarCloud packages
0 commit comments