We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7caf3dd + 2837456 commit 6c44365Copy full SHA for 6c44365
1 file changed
.github/workflows/pre-commit.yml
@@ -15,7 +15,10 @@ jobs:
15
timeout-minutes: 30
16
17
steps:
18
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
+ - name: Checkout dpctl
19
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20
+ with:
21
+ ref: ${{ github.sha }} # use hash to pass no-commit-to-branch check
22
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
23
with:
24
python-version: '3.14'
0 commit comments