Skip to content

Update API references in Makefile and README.md to fix rebranding issue from polygon.io to massive.com #1607

Update API references in Makefile and README.md to fix rebranding issue from polygon.io to massive.com

Update API references in Makefile and README.md to fix rebranding issue from polygon.io to massive.com #1607

Workflow file for this run

name: codeql
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: "33 12 * * 3"
jobs:
analyze:
name: analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["python"]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3