Skip to content
Open
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/bandit-sarif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- # Checkout repository code
name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- # Load central tool-version pins, overriding the env: fallbacks above.
name: Load tool versions
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
- # Checkout repository code
name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- # Load central tool-version pins, overriding the env: fallbacks above.
name: Load tool versions
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Python
uses: actions/setup-python@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

# Add any setup steps before running the `github/codeql-action/init` action.
# This includes steps like installing compilers or runtimes (`actions/setup-node`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- # Checkout repository code
name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- # Setup Python for MkDocs build
name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- # Checkout repository code
name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- # Load central tool-version pins, overriding the env: fallbacks above.
name: Load tool versions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- # Checkout repository code
name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- # Load central tool-version pins, overriding the env: fallbacks above.
name: Load tool versions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Python
uses: actions/setup-python@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vibe-coded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# rejected by the protected branch. Falls back to GITHUB_TOKEN if the
# secret is unset (push will then be skipped, not fail the run).
name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
token: ${{ secrets.VIBE_BADGE_TOKEN || secrets.GITHUB_TOKEN }}
Expand Down
Loading