diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 973cf53..6db2c77 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: run: | poetry export -o requirements.txt - name: install cosign - uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 + uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 - name: verify base images run: | cosign dockerfile verify \ @@ -53,7 +53,7 @@ jobs: Dockerfile | jq . - name: docker buildx id: buildx - uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 + uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb - name: login ghcr.io uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 with: @@ -95,7 +95,7 @@ jobs: needs: build steps: - name: install cosign - uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 + uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 - name: login ghcr.io uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 with: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4a1a092..183f06b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: - name: checkout project uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: install cosign - uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 + uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 - name: verify rwalk image run: | cosign verify \ diff --git a/poetry.lock b/poetry.lock index e378980..3d4053d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -246,13 +246,13 @@ tornado = ["tornado (>=0.2)"] [[package]] name = "idna" -version = "3.4" +version = "3.7" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.5" files = [ - {file = "idna-3.4-py3-none-any.whl", hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"}, - {file = "idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"}, + {file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"}, + {file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"}, ] [[package]]