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 05b48e0 commit 85ef1adCopy full SHA for 85ef1ad
.github/workflows/codeql.yml
@@ -40,7 +40,7 @@ jobs:
40
41
steps:
42
- name: Checkout repository
43
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
44
45
# Initializes the CodeQL tools for scanning.
46
- name: Initialize CodeQL
.github/workflows/dependency-review.yml
@@ -15,6 +15,6 @@ jobs:
15
runs-on: ubuntu-latest
16
17
- name: 'Checkout Repository'
18
19
- name: 'Dependency Review'
20
uses: actions/dependency-review-action@v4
.github/workflows/ruff.yml
@@ -6,7 +6,7 @@ jobs:
6
ruff:
7
8
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
10
- name: Linting
11
uses: chartboost/ruff-action@v1
12
with:
0 commit comments