polkadot-js / extension

Simple browser extension for managing Polkadot and Substrate network accounts in a browser. Allows the signing of extrinsics using these accounts. Also provides a simple interface for compliant extensions for dapps.
Apache License 2.0
965 stars 403 forks source link

Create codeql.yml #1306

Closed Madib036 closed 5 months ago

Madib036 commented 5 months ago

Create a folder

$ mkdir actions-runner && cd actions-runner# Download the latest runner package $ curl -o actions-runner-linux-arm64-2.311.0.tar.gz -L https://github.com/actions/runner/releases/download/v2.311.0/actions-runner-linux-arm64-2.311.0.tar.gz# Optional: Validate the hash $ echo "5d13b77e0aa5306b6c03e234ad1da4d9c6aa7831d26fd7e37a3656e77153611e actions-runner-linux-arm64-2.311.0.tar.gz" | shasum -a 256 -c# Extract the installer $ tar xzf ./actions-runner-linux-arm64-2.311.0.tar.gz

polkadot-js-bot commented 5 months ago

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.