Explorar el Código

Merge pull request #124 from Musare/dependabot/github_actions/staging/github/codeql-action-2

chore(deps): bump github/codeql-action from 1 to 2
Owen Diffey hace 2 años
padre
commit
f04463292c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/codeql-analysis.yml

+ 2 - 2
.github/workflows/codeql-analysis.yml

@@ -21,9 +21,9 @@ jobs:
       uses: actions/checkout@v2
 
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v1
+      uses: github/codeql-action/init@v2
       with:
         languages: ${{ matrix.language }}
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v1
+      uses: github/codeql-action/analyze@v2