Skip to content

Commit 40ae777

Browse files
authored
Merge branch 'main' into fix/duplicateProjectErrorMessage
2 parents ab655b9 + 1833d3f commit 40ae777

File tree

15 files changed

+110
-90
lines changed

15 files changed

+110
-90
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
# Initializes the CodeQL tools for scanning.
6868
- name: Initialize CodeQL
69-
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
69+
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
7070
with:
7171
languages: ${{ matrix.language }}
7272
build-mode: ${{ matrix.build-mode }}
@@ -94,6 +94,6 @@ jobs:
9494
exit 1
9595
9696
- name: Perform CodeQL Analysis
97-
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
97+
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
9898
with:
9999
category: '/language:${{matrix.language}}'

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
retention-days: 5
5656

5757
- name: "Upload to code-scanning"
58-
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
58+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
5959
with:
6060
sarif_file: results.sarif

messages/de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@
310310
"Contributor": "Beitrag",
311311
"Contributors": "Beiträge",
312312
"Copy to Clipboard": "Kopie an Clipboard",
313+
"Copied": "Kopiert",
313314
"Count of Security Vulnerabilities": "Anzahl der Sicherheitslücken",
314315
"Create": "Erstellen",
315316
"Create Account": "Konto erstellen",

messages/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@
310310
"Contributor": "Contributor",
311311
"Contributors": "Contributors",
312312
"Copy to Clipboard": "Copy to Clipboard",
313+
"Copied": "Copied",
313314
"Count of Security Vulnerabilities": "Count of Security Vulnerabilities",
314315
"Create": "Create",
315316
"Create Account": "Create Account",

messages/es.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@
310310
"Contributor": "Contributor",
311311
"Contributors": "Distribuidores",
312312
"Copy to Clipboard": "Copiado para el tablero",
313+
"Copied": "Copiado",
313314
"Count of Security Vulnerabilities": "Cuenta de vulnerabilidades de seguridad",
314315
"Create": "Crear",
315316
"Create Account": "Crear cuenta",

messages/fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@
310310
"Contributor": "Contributeur",
311311
"Contributors": "Contributeurs",
312312
"Copy to Clipboard": "Copier dans Clipboard",
313+
"Copied": "Copié",
313314
"Count of Security Vulnerabilities": "Nombre de vulnérabilités en matière de sécurité",
314315
"Create": "Créer",
315316
"Create Account": "Créer un compte",

messages/ja.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@
310310
"Contributor": "投稿者",
311311
"Contributors": "貢献者",
312312
"Copy to Clipboard": "Copy to Clipboard",
313+
"Copied": "Copied",
313314
"Count of Security Vulnerabilities": "Count of Security Vulnerabilities",
314315
"Create": "作成する",
315316
"Create Account": "アカウントの作成",

messages/ko.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@
310310
"Contributor": "회사 소개",
311311
"Contributors": "회사 소개",
312312
"Copy to Clipboard": "클립보드에 복사",
313+
"Copied": "복사됨",
313314
"Count of Security Vulnerabilities": "보안 취약점 조사",
314315
"Create": "만들다",
315316
"Create Account": "계정 만들기",

messages/pt-BR.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@
310310
"Contributor": "Colaborador",
311311
"Contributors": "Colaboradores",
312312
"Copy to Clipboard": "Copiar para a área de transferência",
313+
"Copied": "Copiado",
313314
"Count of Security Vulnerabilities": "Contagem de vulnerabilidades de segurança",
314315
"Create": "Criar",
315316
"Create Account": "Criar Conta",

messages/vi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@
310310
"Contributor": "Người đóng góp",
311311
"Contributors": "Người đóng góp",
312312
"Copy to Clipboard": "Sao chép vào clipboard",
313+
"Copied": "Đã sao chép",
313314
"Count of Security Vulnerabilities": "Số lượng lỗ hổng bảo mật",
314315
"Create": "Tạo",
315316
"Create Account": "Tạo tài khoản",

0 commit comments

Comments
 (0)