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 57619f0 commit d060fd4Copy full SHA for d060fd4
.github/workflows/codeql-analysis.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Checkout repository
19
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
20
21
- name: Initialize CodeQL
22
uses: github/codeql-action/init@v4
.github/workflows/continuous-integration.yml
@@ -31,7 +31,7 @@ jobs:
31
- vue-vite-ts
32
33
- name: Checkout Project
34
35
- name: Use Node.js v20
36
uses: actions/setup-node@v6
37
with:
.github/workflows/labelsync.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
14
15
sparse-checkout: .github/labels.yml
sparse-checkout-cone-mode: false
0 commit comments