5555
5656 - name : Upload Results
5757 if : ${{ matrix.python-version == env.LATEST_PY_VERSION }}
58- uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
58+ uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
5959 with :
6060 files : ./coverage.xml
6161 flags : unittests
@@ -76,10 +76,10 @@ jobs:
7676 uses : docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
7777
7878 - name : Set up Docker Buildx
79- uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0 .0
79+ uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1 .0
8080
8181 - name : Login to Github
82- uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
82+ uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2 .0
8383 with :
8484 registry : ghcr.io
8585 username : ${{ github.actor }}
9393 # Push `latest` when comiting to main
9494 - name : Build and push latest
9595 if : github.ref == 'refs/heads/main'
96- uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
96+ uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
9797 with :
9898 platforms : linux/amd64
9999 context : .
@@ -105,7 +105,7 @@ jobs:
105105 # Push `{VERSION}` when pushing a new tag
106106 - name : Build and push tag
107107 if : startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
108- uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
108+ uses : docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2 .0
109109 with :
110110 platforms : linux/amd64
111111 context : .
0 commit comments