diff --git a/.github/workflows/scanning.yml b/.github/workflows/scanning.yml index b6fc09a..3c5e59c 100644 --- a/.github/workflows/scanning.yml +++ b/.github/workflows/scanning.yml @@ -113,7 +113,7 @@ jobs: - name: Upload reports if: success() || failure() # always run even if the previous step fails - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: openscap-results path: | @@ -213,7 +213,7 @@ jobs: - name: Upload reports if: success() || failure() # always run even if the previous step fails - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: trufflehog-results path: | @@ -303,7 +303,7 @@ jobs: - name: Upload reports if: success() || failure() # always run even if the previous step fails - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: ${{ env.OUTPUT_NAME }} path: | @@ -417,7 +417,7 @@ jobs: - name: Upload reports if: success() || failure() # always run even if the previous step fails - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: trivy-results path: | @@ -511,7 +511,7 @@ jobs: - name: Upload reports if: success() || failure() # always run even if the previous step fails - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: snyk-results path: | @@ -608,7 +608,7 @@ jobs: - name: Upload reports if: success() || failure() # always run even if the previous step fails - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: clamd-results path: | @@ -720,7 +720,7 @@ jobs: - name: Upload reports if: success() || failure() # always run even if the previous step fails - uses: actions/upload-artifact@v7.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: ${{ env.OUTPUT_NAME }} path: |