We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dee7f6 commit 5faaa14Copy full SHA for 5faaa14
.github/workflows/dependency-review.yml
@@ -9,6 +9,6 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- name: "Checkout Repository"
12
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
13
- name: "Dependency Review"
14
uses: actions/dependency-review-action@v4
.github/workflows/super-linter.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
- name: Checkout Code
19
20
with:
21
# Full git history is needed to get a proper list of changed files within `super-linter`
22
fetch-depth: 0
0 commit comments