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 aee1e76 commit f4f1417Copy full SHA for f4f1417
.github/workflows/codeql-analysis.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout repository
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
24
25
- name: Initialize CodeQL
26
uses: github/codeql-action/init@v3
.github/workflows/go.yml
@@ -18,7 +18,7 @@ jobs:
18
id: go
19
- name: Check out code into the Go module directory
- name: Get dependencies
run: |
@@ -27,7 +27,7 @@ jobs:
27
run: go build -v .
28
29
- name: Checkout test XSD
30
31
with:
32
repository: xuri/xsd
33
path: data
0 commit comments