Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
chore(deps): update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent f564bc8 commit 488bc94
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-and-upload-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@c422b7baca772cd375807fea634a0a60008e8f52 # v2.4.4

- name: Run linters for Cloudformation
run: make lint-cfn
Expand Down

0 comments on commit 488bc94

Please sign in to comment.