File tree Expand file tree Collapse file tree
{{cookiecutter.project_slug}} Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 self-test :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616 with :
1717 persist-credentials : false
1818
1919 - name : Install uv
20- uses : astral-sh/setup-uv@445689ea25e0de0a23313031f5fe577c74ae45a1 # v6.3 .0
20+ uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6 .0
2121 with :
2222 cache-dependency-glob : cookiecutter.json
2323
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
1616 security-events : write # needed by upload-sarif for all repositories
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020 with :
2121 persist-credentials : false
2222
2323 - name : Install the latest version of uv
24- uses : astral-sh/setup-uv@445689ea25e0de0a23313031f5fe577c74ae45a1 # v6.3 .0
24+ uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6 .0
2525
2626 - name : Run zizmor 🌈
2727 # Run it for both this repo and the templated cookiecutter repo.
3030 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3131
3232 - name : Upload SARIF file
33- uses : github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
33+ uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
3434 with :
3535 sarif_file : results.sarif
3636 category : zizmor
Original file line number Diff line number Diff line change @@ -11,19 +11,19 @@ jobs:
1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1515 with :
1616 persist-credentials : false
1717
1818 - name : Install uv
19- uses : astral-sh/setup-uv@445689ea25e0de0a23313031f5fe577c74ae45a1 # v6.3 .0
19+ uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6 .0
2020
2121 - name : build docs
2222 run : |
2323 make doc
2424
2525 - name : upload docs artifact
26- uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3 .0.1
26+ uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4 .0.0
2727 with :
2828 path : ./html/
2929
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 lint :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616 with :
1717 persist-credentials : false
1818
1919 - name : Install uv
20- uses : astral-sh/setup-uv@445689ea25e0de0a23313031f5fe577c74ae45a1 # v6.3 .0
20+ uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6 .0
2121
2222 - name : lint
2323 run : make lint
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 name : Build distributions
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616 with :
1717 persist-credentials : false
1818
1919 - name : Install uv
20- uses : astral-sh/setup-uv@445689ea25e0de0a23313031f5fe577c74ae45a1 # v6.3 .0
20+ uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6 .0
2121
2222 - name : Build distributions
2323 run : make build
@@ -37,12 +37,12 @@ jobs:
3737 attestations : write # To persist the attestation files.
3838 steps :
3939 - name : Download distributions
40- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
40+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
4141 with :
4242 name : distributions
4343 path : dist/
4444 - name : Generate build provenance
45- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
45+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3
4646 with :
4747 subject-path : ' dist/*'
4848
5959 id-token : write
6060 steps :
6161 - name : Download distributions
62- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
62+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
6363 with :
6464 name : distributions
6565 path : dist/
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 - " 3.13"
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323 with :
2424 persist-credentials : false
2525
2626 - name : Install uv
27- uses : astral-sh/setup-uv@445689ea25e0de0a23313031f5fe577c74ae45a1 # v6.3 .0
27+ uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6 .0
2828 with :
2929 python-version : ${{ matrix.python }}
3030
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ __pycache__/
66.idea
77html /
88dist /
9+ .DS_Store
You can’t perform that action at this time.
0 commit comments