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 2bfe8b7 commit 1f777c9Copy full SHA for 1f777c9
.github/workflows/auto-set-labels.yml
@@ -7,7 +7,7 @@ jobs:
7
contents: read
8
pull-requests: write
9
steps:
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
11
- name: Setting labels
12
uses: FiligranHQ/[email protected]
13
with:
.github/workflows/codeql-analysis.yml
@@ -42,7 +42,7 @@ jobs:
42
43
44
- name: Checkout repository
45
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
46
47
# Initializes the CodeQL tools for scanning.
48
- name: Initialize CodeQL
0 commit comments