mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
* electron v15.5.7 Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com> * change pipelines to use node 16 Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com> * bump @types/node Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com> * update yarn.lock Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com> * use fs.ObjectEncodingOptions Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
29 lines
561 B
YAML
29 lines
561 B
YAML
name: Electronegativity
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
pull_request:
|
|
branches:
|
|
- master
|
|
jobs:
|
|
build_job:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
|
|
- uses: actions/setup-node@v2
|
|
with:
|
|
node-version: "16"
|
|
|
|
- uses: doyensec/electronegativity-action@v1.1
|
|
with:
|
|
input: src/
|
|
electron-version: "15.5.7"
|
|
severity: medium
|
|
|
|
- name: Upload sarif
|
|
uses: github/codeql-action/upload-sarif@v1
|
|
with:
|
|
sarif_file: ../results
|