Skip to content

Commit 45589cc

Browse files
authored
Merge branch 'main' into fix-linter-ruff
2 parents a2a9eba + 02d0071 commit 45589cc

File tree

10 files changed

+87
-57
lines changed

10 files changed

+87
-57
lines changed

.github/workflows/addlicense.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
permissions:
4040
contents: read
4141
steps:
42-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
42+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
4343

4444
- name: Fetch git tags
4545
run: |

.github/workflows/build-ci-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
packages: write
3434

3535
steps:
36-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
36+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
3737
with:
3838
persist-credentials: false
3939
fetch-depth: 0

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- cp37-musllinux
3434

3535
steps:
36-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
36+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
3737
with:
3838
persist-credentials: false
3939
fetch-depth: 0
@@ -79,7 +79,7 @@ jobs:
7979
- cp313-musllinux
8080

8181
steps:
82-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
82+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
8383
with:
8484
persist-credentials: false
8585
fetch-depth: 0
@@ -108,7 +108,7 @@ jobs:
108108
build-sdist:
109109
runs-on: ubuntu-24.04
110110
steps:
111-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
111+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
112112
with:
113113
persist-credentials: false
114114
fetch-depth: 0
@@ -156,7 +156,7 @@ jobs:
156156
- build-sdist
157157

158158
steps:
159-
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # 4.3.0
159+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 5.0.0
160160
with:
161161
path: ./dist/
162162
merge-multiple: true

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
# Git Checkout
5050
- name: Checkout Code
51-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
51+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
5252
with:
5353
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
5454

0 commit comments

Comments
 (0)