From 1834834782edd7a4f1682972e11d9b5d0a87c956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:06:48 +0200 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 (#114) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker-build.yaml | 2 +- .github/workflows/helm-security.yaml | 2 +- .github/workflows/tf-build.yaml | 2 +- .github/workflows/tf-security.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index 1bcf00e..10250b2 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -156,7 +156,7 @@ jobs: target: ${{inputs.TARGET}} - name: upload - uses: actions/upload-artifact@v4.3.6 + uses: actions/upload-artifact@v4.4.0 with: name: artifacts_image_${{steps.lowercase.outputs.project}} path: ./image_${{steps.lowercase.outputs.project}}.tar diff --git a/.github/workflows/helm-security.yaml b/.github/workflows/helm-security.yaml index 87d7ccb..918aa9e 100644 --- a/.github/workflows/helm-security.yaml +++ b/.github/workflows/helm-security.yaml @@ -23,7 +23,7 @@ jobs: entrypoint: checkov args: -d ./charts -o cli -o junitxml --output-file-path ./checkov.junit.xml -s - - uses: actions/upload-artifact@v4.3.6 + - uses: actions/upload-artifact@v4.4.0 with: name: checkov.junit.xml path: ./checkov.junit.xml/results_junitxml.xml diff --git a/.github/workflows/tf-build.yaml b/.github/workflows/tf-build.yaml index 07d99c5..1ba6d8e 100644 --- a/.github/workflows/tf-build.yaml +++ b/.github/workflows/tf-build.yaml @@ -65,7 +65,7 @@ jobs: include-plan-job-summary: "true" - name: upload - uses: actions/upload-artifact@v4.3.6 + uses: actions/upload-artifact@v4.4.0 with: name: artifacts_${{inputs.ENVIRONMENT}}_${{github.sha}} path: ${{ inputs.WORKING_DIRECTORY }}/*_${{inputs.ENVIRONMENT}}_${{github.sha}}.* diff --git a/.github/workflows/tf-security.yaml b/.github/workflows/tf-security.yaml index 1be91a1..e062ff2 100644 --- a/.github/workflows/tf-security.yaml +++ b/.github/workflows/tf-security.yaml @@ -30,7 +30,7 @@ jobs: entrypoint: checkov args: -f ${{ inputs.WORKING_DIRECTORY }}/test_${{inputs.ENVIRONMENT}}_${{github.sha}}.json -o cli -o junitxml --output-file-path ${{ inputs.WORKING_DIRECTORY }}/checkov.junit.xml -s - - uses: actions/upload-artifact@v4.3.6 + - uses: actions/upload-artifact@v4.4.0 with: name: checkov.junit.xml path: ${{ inputs.WORKING_DIRECTORY }}/checkov.junit.xml/results_junitxml.xml