We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d426c31 + 8c1d408 commit bbadc76Copy full SHA for bbadc76
3 files changed
.github/workflows/autofix.yml
@@ -12,7 +12,7 @@ jobs:
12
autofix:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
16
17
- uses: actions/setup-node@v4
18
with:
.github/workflows/codeql-analysis.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
- name: Checkout repository
24
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
25
26
- name: Initialize CodeQL
27
uses: github/codeql-action/init@v4
.github/workflows/issue_label_bot.yaml
label:
- name: Apply labels based on keywords
env:
0 commit comments