diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4c6f533..1e23cdc 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -41,9 +41,9 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Initialize CodeQL - uses: github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 + uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee with: languages: python - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 + uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index a409a20..7e06f4c 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -65,7 +65,7 @@ jobs: mv .coverage .coverage.${{ matrix.python }} - name: Upload coverage file - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 with: name: coverage-${{ matrix.python }} path: .coverage.* @@ -92,7 +92,7 @@ jobs: pip install coverage - name: Download coverage files - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 with: pattern: coverage-* merge-multiple: true