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-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
steps:
- id: checkout
name: Checkout repository
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0
with:
fetch-depth: 2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
steps:
- id: checkout
name: 'Checkout Repository'
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0

- id: review-deps
name: 'Dependency Review'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- id: checkout
name: 'Checkout Repository'
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0

- id: filter
name: "Check for changed files"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

steps:
- name: 'Checkout Repository'
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0
# https://github.com/adamralph/minver?tab=readme-ov-file#why-is-the-default-version-sometimes-used-in-github-actions-azure-pipelines-and-travis-ci-when-a-version-tag-exists-in-the-history
with:
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-sweeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# Checkout the repo into the workspace within the VM
steps:
- id: checkout
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0

- id: print-reason
name: "Print manual run reason"
Expand Down
Loading