Skip to content

Commit 775a4ed

Browse files
authored
Merge branch 'main' into dependabot/github_actions/astral-sh/setup-uv-7.2.1
2 parents d0a1394 + c146755 commit 775a4ed

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# run static analysis on bleeding and trailing edges
2727
python-version: [ '3.9', '3.14' ]
2828
steps:
29-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
29+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3030
with:
3131
persist-credentials: false
3232
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
PACKAGE_NAME: ${{ steps.set-package.outputs.package_name }}
4040
RELEASE_VERSION: ${{ steps.set-package.outputs.release_version }}
4141
steps:
42-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
42+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
4343
with:
4444
persist-credentials: true
4545
- name: Set up Python

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: "Checkout code"
24-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
24+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2525
with:
2626
persist-credentials: false
2727

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: ${{ github.event.inputs.clear_cache == 'true' }}
4040
run: sudo rm -rf /opt/hostedtoolcache
4141

42-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
42+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
4343
with:
4444
persist-credentials: false
4545
- name: Set up Python ${{ matrix.python-version }}
@@ -95,7 +95,7 @@ jobs:
9595
if: ${{ github.event.inputs.clear_cache == 'true' }}
9696
run: sudo rm -rf /Users/runner/hostedtoolcache
9797

98-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
98+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
9999
with:
100100
persist-credentials: false
101101
- name: Set up Python ${{ matrix.python-version }}
@@ -150,7 +150,7 @@ jobs:
150150
- name: Clear GitHub Actions cache
151151
if: ${{ github.event.inputs.clear_cache == 'true' }}
152152
run: Remove-Item -Recurse -Force C:\hostedtoolcache
153-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
153+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
154154
with:
155155
persist-credentials: false
156156
- name: Set up Python ${{ matrix.python-version }}
@@ -194,7 +194,7 @@ jobs:
194194
runs-on: ubuntu-latest
195195

196196
steps:
197-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
197+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
198198
with:
199199
persist-credentials: false
200200
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
25+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2626
with:
2727
persist-credentials: false
2828

0 commit comments

Comments
 (0)