diff --git a/.github/workflows/build-and-push-components.yml b/.github/workflows/build-and-push-components.yml index f826eca5e..88c2ef725 100644 --- a/.github/workflows/build-and-push-components.yml +++ b/.github/workflows/build-and-push-components.yml @@ -81,7 +81,7 @@ jobs: - name: List targets id: targets - uses: docker/bake-action/subaction/list-targets@a4d7f0b5b91c14a296d792d4ec53a9db17f02e67 # v5.5.0 + uses: docker/bake-action/subaction/list-targets@76cc8060bdff6d632a465001e4cf300684c5472c # v5.7.0 with: target: ${{ inputs.bake-group }} @@ -115,7 +115,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build - uses: docker/bake-action@a4d7f0b5b91c14a296d792d4ec53a9db17f02e67 # v5.5.0 + uses: docker/bake-action@76cc8060bdff6d632a465001e4cf300684c5472c # v5.7.0 id: bake with: targets: ${{ matrix.targets }} diff --git a/.github/workflows/build-and-upload-components.yml b/.github/workflows/build-and-upload-components.yml index 24af1fb1c..bd04c4e68 100644 --- a/.github/workflows/build-and-upload-components.yml +++ b/.github/workflows/build-and-upload-components.yml @@ -39,7 +39,7 @@ jobs: - name: List targets id: targets - uses: docker/bake-action/subaction/list-targets@a4d7f0b5b91c14a296d792d4ec53a9db17f02e67 # v5.5.0 + uses: docker/bake-action/subaction/list-targets@76cc8060bdff6d632a465001e4cf300684c5472c # v5.7.0 with: target: ${{ inputs.bake-group }} @@ -67,7 +67,7 @@ jobs: restore-keys: ${{ runner.os }}-buildx- - name: Build - uses: docker/bake-action@a4d7f0b5b91c14a296d792d4ec53a9db17f02e67 # v5.5.0 + uses: docker/bake-action@76cc8060bdff6d632a465001e4cf300684c5472c # v5.7.0 id: bake with: targets: ${{ matrix.targets }} @@ -93,7 +93,7 @@ jobs: - name: Upload artifact id: upload-artifacts - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 with: name: ${{ env.ARTIFACT_NAME }} path: /tmp/artifacts/${{ matrix.targets }}.tar diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a6cf283e9..ce4502b6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: run: make dist-gcp-deployment - name: Upload - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 with: name: artifacts path: | diff --git a/.github/workflows/reusable-verification.yml b/.github/workflows/reusable-verification.yml index 671e2383f..3c9a351d3 100644 --- a/.github/workflows/reusable-verification.yml +++ b/.github/workflows/reusable-verification.yml @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup Cloud Formation Linter with Latest Version - uses: scottbrenner/cfn-lint-action@62f1746de817410fa0058034b4c108ac2692ec81 # v2.4.2 + uses: scottbrenner/cfn-lint-action@4f8adb0a434571c5afc83d2f83eb8c4648cf51a9 # v2.4.3 - name: Run linters for Cloudformation run: make lint-cfn