Skip to content

Commit

Permalink
chore(deps): update github-actions minor / patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent 144e9d1 commit 1796cff
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push-ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
path: ${{ env.ARTIFACT_PATH }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3

- name: Build and export
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
Expand All @@ -52,7 +52,7 @@ jobs:
env:
IMAGE_NAME: ${{ inputs.image_name || vars.image_name || github.event.repository.name }}
ARTIFACT_RETENTION_DAYS: ${{ inputs.artifact_retention_days || vars.artifact_retention_days || 5 }}
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: ${{ env.IMAGE_NAME }}-${{ github.sha }}
path: /tmp/${{ env.IMAGE_NAME }}.tar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-push-ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
IMAGE_NAME: ${{ inputs.image_name || vars.image_name || github.event.repository.name}}
GITHUB_SHA: ${{ github.sha }}
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
with:
name: ${{ env.IMAGE_NAME }}-${{ github.sha }}
path: /tmp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lambda-build-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
NODE_VERSION: ${{ inputs.node_version }}
SOURCE_DIR: ${{ inputs.source_dir || vars.source_dir || 'src' }}
ARTIFACT_RETENTION_DAYS: ${{ inputs.artifact_retention_days || vars.artifact_retention_days || 5}}
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: ${{ steps.build.outputs.file_name }}-${{ env.NODE_VERSION }}
path: ${{ env.SOURCE_DIR }}/${{ steps.build.outputs.file_path }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lambda-nodejs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
zip -r lambda.zip .
- name: Archive
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
with:
name: ${{ inputs.gh_artifact_name }}
path: ${{ inputs.gh_artifact_path }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Terraform Apply
id: tf_apply
uses: dflook/terraform-apply@dcda97d729f1843ede471d2fac989cb946f5622a # v1
uses: dflook/terraform-apply@7d435d4d115a11e5db1e710ac969f5382f0f6f9f # v1
env:
TERRAFORM_PRE_RUN: |
AWS_CLI_VERSION=2.15.36
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Deploy Test Infrastructure
id: tf_apply
uses: dflook/terraform-apply@dcda97d729f1843ede471d2fac989cb946f5622a # v1
uses: dflook/terraform-apply@7d435d4d115a11e5db1e710ac969f5382f0f6f9f # v1
env:
TERRAFORM_PRE_RUN: |
AWS_CLI_VERSION=2.15.36
Expand Down

0 comments on commit 1796cff

Please sign in to comment.