diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 1e4f3851411..523002644f5 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -9,7 +9,7 @@ permissions: read-all jobs: test: name: Code Coverage - runs-on: ubuntu-22.04 + runs-on: gh-hosted-runners-4cores-1 steps: - name: Check out code diff --git a/.github/workflows/static_checks_etc.yml b/.github/workflows/static_checks_etc.yml index 1013ccbf96c..4be7721c119 100644 --- a/.github/workflows/static_checks_etc.yml +++ b/.github/workflows/static_checks_etc.yml @@ -42,7 +42,7 @@ jobs: if: github.ref == 'refs/heads/main' uses: fossa-contrib/fossa-action@v2 with: - fossa-api-key: ${{secrets.fossaApiKey}} + fossa-api-key: ${{ secrets.FOSSA_API_KEY }} - name: Check for changes in Go files if: steps.skip-workflow.outputs.skip-workflow == 'false'