We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb7e9fe + 2cb9d19 commit bb649dbCopy full SHA for bb649db
.github/workflows/codeql.yml
@@ -40,7 +40,7 @@ jobs:
40
41
steps:
42
- name: Checkout repository
43
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
44
45
# Initializes the CodeQL tools for scanning.
46
- name: Initialize CodeQL
.github/workflows/dotnet-commit-build.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
- name: Checkout repo
12
13
- name: Setup MSBuild
14
uses: microsoft/setup-msbuild@v2
15
with:
0 commit comments