From f2c764be64695d71762b6b27d8c332878e78c919 Mon Sep 17 00:00:00 2001 From: Sam <109683132+kernelsam@users.noreply.github.com> Date: Wed, 13 Nov 2024 14:43:28 -0800 Subject: [PATCH] senzing-factory/github-action-install-senzing-api#80 update SDK install repo --- .github/workflows/README.md | 10 +++++----- .github/workflows/golangci-lint.yaml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 17e8a25..47a17f1 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -62,7 +62,7 @@ this action runs [golangci-lint] to run multiple linters against the code. - [.golangci.yaml] - Uses: - [actions/checkout] - - [senzing-factory/github-action-install-senzing-api] + - [senzing-factory/github-action-install-senzing-sdk] - [actions/setup-go] - [golangci/golangci-lint-action] @@ -85,7 +85,7 @@ this action runs `go test` with coverage testing on macOS. - [actions/checkout] - [actions/setup-go] - [gotesttools/gotestfmt-action] - - [senzing-factory/github-action-install-senzing-api] + - [senzing-factory/github-action-install-senzing-sdk] - [actions/upload-artifact] - [senzing-factory/build-resources/.../go-coverage.yaml] @@ -100,7 +100,7 @@ this action runs `go test` with coverage testing on Linux. - [actions/checkout] - [actions/setup-go] - [gotesttools/gotestfmt-action] - - [senzing-factory/github-action-install-senzing-api] + - [senzing-factory/github-action-install-senzing-sdk] - [actions/upload-artifact] - [senzing-factory/build-resources/.../go-coverage.yaml] @@ -115,7 +115,7 @@ this action runs `go test` with coverage testing on Windows. - [actions/checkout] - [actions/setup-go] - [gotesttools/gotestfmt-action] - - [senzing-factory/github-action-install-senzing-api] + - [senzing-factory/github-action-install-senzing-sdk] - [actions/upload-artifact] - [senzing-factory/build-resources/.../go-coverage.yaml] @@ -199,7 +199,7 @@ this action moves the PR on the "Garage" project board to "Done". [senzing-factory/build-resources/.../make-go-github-file.yaml]: https://github.com/senzing-factory/build-resources/blob/main/.github/workflows/make-go-github-file.yaml [senzing-factory/build-resources/.../move-pr-to-done-dependabot.yaml]: https://github.com/senzing-factory/build-resources/blob/main/.github/workflows/move-pr-to-done-dependabot.yaml [senzing-factory/github-action-docker-buildx-build]: https://github.com/senzing-factory/github-action-docker-buildx-build -[senzing-factory/github-action-install-senzing-api]: https://github.com/senzing-factory/github-action-install-senzing-api +[senzing-factory/github-action-install-senzing-sdk]: https://github.com/senzing-factory/github-action-install-senzing-sdk [senzing-factory/github-action-make-go-tag]: https://github.com/senzing-factory/github-action-make-go-tag [super-linter]: https://github.com/super-linter/super-linter [testcoverage.yaml]: ../coverage/README.md#testcoverageyaml diff --git a/.github/workflows/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index 7caf1dc..ae8701c 100644 --- a/.github/workflows/golangci-lint.yaml +++ b/.github/workflows/golangci-lint.yaml @@ -23,10 +23,10 @@ jobs: with: fetch-depth: 0 - - name: Install Senzing API - uses: senzing-factory/github-action-install-senzing-api@v4 + - name: Install Senzing SDK + uses: senzing-factory/github-action-install-senzing-sdk@v4 with: - senzingapi-version: staging-v4 + senzingsdk-version: staging-v4 - name: Copy Senzing headers run: |