diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index fab21ab..9451c65 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,7 +40,7 @@ jobs: strategy: fail-fast: false matrix: - language: [' go', 'ruby', 'python', 'swift', java', 'csharp', 'c-cpp' ] + language: ['Go', 'Ruby', 'Python', 'Swift', Java', 'Csharp', 'C-cpp' ] # CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ] # Use only 'java-kotlin' to analyze code written in Java, Kotlin or both # Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 15be7e2..c5d8905 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -20,7 +20,7 @@ jobs: uses: actions/dependency-review-action@v4 - - name: First interaction + - name: 'First interaction' uses: actions/first-interaction@v1.3.0 with: # Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}