Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Bump sonarsource/sonarcloud-github-action from 2.1 to 2.3 #71

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
- name: Setup google credentials
uses: google-github-actions/setup-gcloud@v2
with:
service_account_key: ${{ secrets.GCP_SA_KEY }}

Check failure on line 37 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / PR - Linters

input "service_account_key" is not defined in action "google-github-actions/setup-gcloud@v2". available inputs are "install_components", "project_id", "skip_install", "version"
export_default_credentials: true

Check failure on line 38 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / PR - Linters

input "export_default_credentials" is not defined in action "google-github-actions/setup-gcloud@v2". available inputs are "install_components", "project_id", "skip_install", "version"
credentials_file_path: /tmp/gcloud.json

Check failure on line 39 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / PR - Linters

input "credentials_file_path" is not defined in action "google-github-actions/setup-gcloud@v2". available inputs are "install_components", "project_id", "skip_install", "version"
continue-on-error: true

- name: Release
Expand Down Expand Up @@ -94,7 +94,7 @@
uses: FranzDiebold/github-env-vars-action@v2

- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@v2.1
uses: sonarsource/sonarcloud-github-action@v2.3
with:
args: >
-Dsonar.organization=calyptia
Expand Down
Loading