diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index feedca3..4c9f0f1 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: retrieve ${{ github.event.repository.name }} project - uses: actions/checkout@v6 + uses: actions/checkout@v7 - id: sbom name: retrieve and interpolate versions and tags for upstream dependencies @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - name: retrieve ${{ github.event.repository.name }} project - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: setup buildx uses: docker/setup-buildx-action@v3