Skip to content
Merged
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
# yamllint enable rule:line-length
steps:
- name: Checkout repository
uses: actions/checkout@v6.0.0
uses: actions/checkout@v6.0.1

- name: Check Tools
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: gitleaks
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6.0.0
- uses: actions/checkout@v6.0.1
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Directory where build-wrapper output will be placed
BUILD_WRAPPER_OUT_DIR: build
steps:
- uses: actions/checkout@v6.0.0
- uses: actions/checkout@v6.0.1
with:
# Shallow clones should be disabled for a better relevancy of analysis
fetch-depth: 0
Expand Down