File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 timeout-minutes : 15
1818 steps :
19- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
19+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
2020 with :
2121 persist-credentials : false
2222 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@95d85449e4f3f352e261221f6529f8ed307f5728 # v1
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 exit 1
116116
117117 - name : Checkout source
118- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
118+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
119119 with :
120120 # Getting the correct commit for a pull_request_target event appears to be
121121 # a known, problematic issue: https://github.com/actions/checkout/issues/518
@@ -155,4 +155,4 @@ jobs:
155155 - name : Upload coverage report
156156 # Don't upload coverage when using the `act` tool to run the workflow locally
157157 if : ${{ !env.ACT }}
158- uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 .0.1
158+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 .0.0
Original file line number Diff line number Diff line change 3030 echo "last_month=$first_day..$last_day" >> "$GITHUB_ENV"
3131
3232 - name : Run issue-metrics tool
33- uses : github-community-projects/issue-metrics@7d11f06fad8611f09f067325c1ed4b363c18a90b # v4.2.5
33+ uses : github-community-projects/issue-metrics@44173f9e0a3b2144a777a10a340e4c09a25ac9f8 # v4.2.8
3434 env :
3535 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3636 SEARCH_QUERY : ' repo:${{ github.repository }} is:issue created:${{ env.last_month }} -reason:"not planned"'
Original file line number Diff line number Diff line change 88 name : Build package
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
11+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
1212 with :
1313 persist-credentials : false
1414
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
2121
2222 steps :
2323 - name : Checkout source
24- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
24+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
2525 with :
2626 persist-credentials : false
2727
2828 - name : Install uv
29- uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
29+ uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
3030 with :
3131 enable-cache : true
3232
4444 - name : Upload coverage
4545 # Don't upload coverage when using the `act` tool to run the workflow locally
4646 if : ${{ !env.ACT }}
47- uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 .0.1
47+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 .0.0
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout sources
20- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
20+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
2121 with :
2222 persist-credentials : false
2323
3636 - name : Upload coverage
3737 # Don't upload coverage when using the `act` tool to run the workflow locally
3838 if : ${{ !env.ACT }}
39- uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6 .0.1
39+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7 .0.0
Original file line number Diff line number Diff line change 2020 security-events : " write" # Required for upload-sarif (used by zizmor-action) to upload SARIF files.
2121 steps :
2222 - name : " Checkout repository"
23- uses : " actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd " # v6 .0.2
23+ uses : " actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 " # v7 .0.0
2424 with :
2525 persist-credentials : false
2626
You can’t perform that action at this time.
0 commit comments