Skip to content
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
20 changes: 10 additions & 10 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Install Ruff
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Checkout submodules
Expand All @@ -58,7 +58,7 @@ jobs:
install-linux-dependencies: true
build-type: "Debug"
version: ${{ env.sdl-version }}
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
fetch-depth: ${{ env.git-depth }}
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
sdl-version: ["3.2.16"]
fail-fast: true
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
fetch-depth: ${{ env.git-depth }}
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
fetch-depth: ${{ env.git-depth }}
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
install-linux-dependencies: true
build-type: "Debug"
version: ${{ env.sdl-version }}
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
fetch-depth: ${{ env.git-depth }}
Expand All @@ -213,7 +213,7 @@ jobs:
matrix:
os: ["ubuntu-latest"] # "windows-latest" disabled due to free-threaded build issues
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
fetch-depth: ${{ env.git-depth }}
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
env:
BUILD_DESC: ""
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
fetch-depth: ${{ env.git-depth }}
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
env:
PYTHON_DESC: ""
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
fetch-depth: ${{ env.git-depth }}
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
runs-on: ubuntu-24.04
timeout-minutes: 15
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
fetch-depth: ${{ env.git-depth }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
permissions:
contents: write # Publish GitHub Releases
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Generate body
Expand Down
Loading