diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4231f4c..09c96d1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -44,7 +44,7 @@ jobs: steps: - name: Cancel previous runs if: github.event_name == 'pull_request' - uses: styfle/cancel-workflow-action@0.13.0 + uses: styfle/cancel-workflow-action@0.13.1 - name: Checkout uses: actions/checkout@v6 @@ -60,7 +60,7 @@ jobs: steps: - name: Cancel previous runs if: github.event_name == 'pull_request' - uses: styfle/cancel-workflow-action@0.13.0 + uses: styfle/cancel-workflow-action@0.13.1 - name: Checkout uses: actions/checkout@v6 @@ -92,7 +92,7 @@ jobs: category: trivy-ubuntu - name: Upload Trivy scan results as an artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: trivy-ubuntu path: trivy-results-ubuntu.sarif @@ -100,7 +100,7 @@ jobs: - name: Authenticate to Docker Hub if: github.event_name != 'pull_request' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}