diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7c86e4a..dd73964 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: - name: Install Cosign if: github.event_name != 'pull_request' - uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad #v4.0.0 + uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 #v4.1.2 with: cosign-release: 'v2.1.1' @@ -61,7 +61,7 @@ jobs: org.opencontainers.image.source=https://github.com/offensive-vk/develop-actions/ - name: Build and Push Docker Image - uses: docker/build-push-action@v7 + uses: docker/build-push-action@v7.1.0 with: context: . push: true diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 429c6d4..ef529e3 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -37,7 +37,7 @@ jobs: - name: Install Cosign if: github.event_name != 'pull_request' - uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad #v4.0.0 + uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 #v4.1.2 with: cosign-release: 'v2.1.1' @@ -67,7 +67,7 @@ jobs: - name: Build and Push Docker Image id: build-and-push - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: . push: ${{ github.event_name != 'pull_request' }}