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.
1 parent a01e376 commit b20b33aCopy full SHA for b20b33a
.github/workflows/codeql-analysis.yml
@@ -36,7 +36,7 @@ jobs:
36
37
steps:
38
- name: Checkout repository
39
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
40
41
# Initializes the CodeQL tools for scanning.
42
- name: Initialize CodeQL
.github/workflows/docgen.yml
@@ -10,13 +10,13 @@ jobs:
10
11
12
- name: Checkout Docs
13
14
with:
15
path: documentation
16
ref: ${{ github.ref_name }}
17
18
- name: Checkout DevExtreme
19
20
21
path: devextreme
22
repository: devexpress/devextreme
0 commit comments