File tree Expand file tree Collapse file tree 8 files changed +18
-18
lines changed
Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 5959 with :
6060 persist-credentials : false
6161 - name : Install uv and Python ${{ matrix.python }}
62- uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
62+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
6363 with :
6464 python-version : ${{ matrix.python }}
6565 activate-environment : true
7878
7979 - name : Set up cachix
8080 if : matrix.type == 'dapp'
81- uses : cachix/cachix-action@3ba601ff5bbb07c7220846facfa2cd81eeee15a1 # v16
81+ uses : cachix/cachix-action@1eb2ef646ac0255473d23a5907ad7b04ce94065c # v17
8282 with :
8383 name : dapp
8484
Original file line number Diff line number Diff line change @@ -25,17 +25,17 @@ jobs:
2525 persist-credentials : false
2626
2727 - name : Set up QEMU
28- uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
28+ uses : docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
2929
3030 - name : Set up Docker Buildx
31- uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
31+ uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
3232 id : buildx
3333 with :
3434 install : true
3535
3636 - name : Set Docker metadata
3737 id : metadata
38- uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
38+ uses : docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0.0
3939 with :
4040 images : |
4141 ghcr.io/${{ github.repository }}
@@ -45,14 +45,14 @@ jobs:
4545 type=edge
4646
4747 - name : GitHub Container Registry Login
48- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
48+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
4949 with :
5050 registry : ghcr.io
5151 username : ${{ github.actor }}
5252 password : ${{ secrets.GITHUB_TOKEN }}
5353
5454 - name : Docker Build and Push
55- uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
55+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v6
5656 with :
5757 platforms : linux/amd64,linux/arm64/v8,linux/arm/v7
5858 target : final
Original file line number Diff line number Diff line change 3434 - name : Setup Pages
3535 uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
3636 - name : Install uv and Python
37- uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
37+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
3838 with :
3939 python-version : " 3.10"
4040 activate-environment : true
Original file line number Diff line number Diff line change 3838 python-version : ${{ matrix.python }}
3939
4040 - name : Install uv
41- uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
41+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
4242 with :
4343 enable-cache : true
4444
Original file line number Diff line number Diff line change 6363 persist-credentials : false
6464
6565 - name : Install uv
66- uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
66+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
6767 with :
6868 enable-cache : true
6969
Original file line number Diff line number Diff line change 3030 persist-credentials : false
3131
3232 - name : Install uv and Python
33- uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
33+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
3434 with :
3535 python-version : " 3.10"
3636 enable-cache : true
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
1717 persist-credentials : false
1818
1919 - name : Install uv
20- uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
20+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
2121 with :
2222 activate-environment : true
2323 enable-cache : true
2424 - name : Build distributions
2525 run : uv build
2626 - name : Upload distributions
27- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
27+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
2828 with :
2929 name : slither-dists
3030 path : dist/
3939 - build-release
4040 steps :
4141 - name : fetch dists
42- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
42+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
4343 with :
4444 name : slither-dists
4545 path : dist/
Original file line number Diff line number Diff line change 4141 with :
4242 persist-credentials : false
4343 - name : Install uv and Python ${{ matrix.python }}
44- uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
44+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
4545 with :
4646 python-version : ${{ matrix.python }}
4747 activate-environment : true
5252 uv sync --group test
5353
5454 - name : Setup node
55- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
55+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
5656 with :
5757 node-version : ' 20'
5858 cache : ' npm'
@@ -119,7 +119,7 @@ jobs:
119119 with :
120120 persist-credentials : false
121121 - name : Install uv and Python
122- uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7
122+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
123123 with :
124124 python-version : " 3.10"
125125 activate-environment : true
@@ -128,7 +128,7 @@ jobs:
128128 - run : uv pip install coverage[toml]
129129
130130 - name : download coverage data
131- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
131+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
132132 with :
133133 pattern : coverage-data-*
134134 merge-multiple : true
You can’t perform that action at this time.
0 commit comments