Skip to content

Commit

Permalink
Merge branch 'main' into chore/add-vue-testing-library
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHendrickson authored Dec 12, 2024
2 parents 09ef670 + abf83e1 commit c04ca43
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 520 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
BAKEFILE_PATH: ${{ steps.meta.outputs.bake-file }}
- name: Build and push Docker image
id: build-push
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
with:
context: .
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
DATA_DIR: './data'
run: yarn serve &
- name: Run e2e tests
uses: cypress-io/github-action@f1f0912d392f0d06bdd01fb9ebe3b3299e5806fb # v6.7.7
uses: cypress-io/github-action@57b70560982e6a11d23d4b8bec7f8a487cdbb71b # v6.7.8
env:
CYPRESS_BASE_URL: 'http://localhost:8080'
with:
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
ref: ${{ inputs.ref }}
show-progress: 'false'
persist-credentials: 'false'
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
name: Cache plugin dir
with:
path: .tflint.d/plugins
Expand Down
Loading

0 comments on commit c04ca43

Please sign in to comment.