diff --git a/.github/workflows/apply-release.yml b/.github/workflows/apply-release.yml index 547ecac2e0..67099018ff 100644 --- a/.github/workflows/apply-release.yml +++ b/.github/workflows/apply-release.yml @@ -45,7 +45,7 @@ jobs: - name: Open pull request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.MACHINE_USER_TOKEN }} title: ${{ steps.version.outputs.pr_name }} diff --git a/.github/workflows/docker-images-security-scan.yml b/.github/workflows/docker-images-security-scan.yml index 61bdef898e..ca5686a218 100644 --- a/.github/workflows/docker-images-security-scan.yml +++ b/.github/workflows/docker-images-security-scan.yml @@ -105,7 +105,7 @@ jobs: INTEGRATION_VERSION=${{ steps.enrich-version.outputs.version }} - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.24.0 + uses: aquasecurity/trivy-action@0.28.0 with: image-ref: ${{ steps.enrich-version.outputs.image_tag }} ignore-unfixed: true diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 7f8512c546..80cc8c0dbc 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: size-label - uses: "pascalgn/size-label-action@v0.5.2" + uses: "pascalgn/size-label-action@v0.5.5" env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" with: diff --git a/.github/workflows/upgrade-integrations.yml b/.github/workflows/upgrade-integrations.yml index ec9806b5b5..554839c02b 100644 --- a/.github/workflows/upgrade-integrations.yml +++ b/.github/workflows/upgrade-integrations.yml @@ -28,7 +28,7 @@ jobs: - name: Open pull request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.MACHINE_USER_TOKEN }} title: ${{ steps.version.outputs.pr_name }}