Skip to content

chore: bump protobufjs from 6.11.3 to 6.11.4 #648

chore: bump protobufjs from 6.11.3 to 6.11.4

chore: bump protobufjs from 6.11.3 to 6.11.4 #648

Workflow file for this run

name: SAST
on:
pull_request:
schedule:
- cron: '00 5 * * 0'
permissions:
contents: read
concurrency:
group: sast-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
codeql:
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language:
- javascript
runs-on: ubuntu-20.04
name: CodeQL ( ${{ matrix.language }} )
steps:
- name: Checkout Repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: Initialize
uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@cdcdbb579706841c47f7063dda365e292e5cad7a
- name: Analize
uses: github/codeql-action/analyze@cdcdbb579706841c47f7063dda365e292e5cad7a