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 ec4558d + 75a64aa commit ba59707Copy full SHA for ba59707
.github/workflows/codeql.yml
@@ -46,7 +46,7 @@ jobs:
46
47
steps:
48
- name: Checkout repository
49
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
50
51
# Initializes the CodeQL tools for scanning.
52
- name: Initialize CodeQL
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
name: Build
27
28
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
29
- name: Setup .NET
30
uses: actions/setup-dotnet@v5
31
with:
@@ -60,7 +60,7 @@ jobs:
60
environment: ${{ inputs.environment }}
61
if: (inputs.environment == 'Production') || (inputs.environment == 'PreRelease')
62
63
64
- uses: actions/download-artifact@v6
65
66
name: uploads
0 commit comments