Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
steps:
- id: checkout_repository
name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
lfs: false
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devenv-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
steps:
- id: checkout_repository
name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
lfs: false
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devenv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
steps:
- id: checkout_repository
name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
lfs: false
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
steps:
- id: checkout_repository
name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
lfs: false
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
- id: checkout_repository
name: Checkout repository with all history and tags
uses: actions/checkout@v4
uses: actions/checkout@v5
env:
GITHUB_TOKEN: ${{ secrets.SUPER_LINTER_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nancy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
steps:
- id: checkout_repository
name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
lfs: false
submodules: recursive
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- id: checkout_repository
name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
lfs: false
submodules: none
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:

- id: checkout_repository
name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
lfs: false
submodules: none
Expand Down Expand Up @@ -426,7 +426,7 @@ jobs:
steps:
- id: checkout_repository
name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
lfs: false
submodules: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
steps:
- id: checkout_repository
name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
lfs: false
submodules: recursive
Expand Down
Loading