diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8b525c6954..ed6ed00bf5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -140,6 +140,7 @@ jobs: uses: actions/setup-go@v5 with: go-version-file: '${{ github.workspace }}/go.mod' + check-latest: false - name: Setup Syft uses: anchore/sbom-action/download-syft@ab9d16d4b419c9d1a02df5213fa0ebe965ca5a57 # v0.17.1 @@ -152,16 +153,6 @@ jobs: git config user.name "GitHub Actions Bot" git config user.email "<41898282+github-actions[bot]@users.noreply.github.com>" - - name: Cache go-build and mod - uses: actions/cache@v4 - with: - path: | - ~/.cache/go-build/ - ~/go/pkg/mod/ - key: go-${{ hashFiles('go.sum') }} - restore-keys: | - go- - - name: Set Base Version run: | BASE_VERSION=v$(go run $GITHUB_WORKSPACE/api/version/generate print-version) diff --git a/sonar-project.properties b/sonar-project.properties deleted file mode 100644 index bc68d35ef5..0000000000 --- a/sonar-project.properties +++ /dev/null @@ -1 +0,0 @@ -sonar.projectKey=open-component-model_ocm_AYuv6Vm-tsYjnul795O-