Sha256: 0a365bf6f0c013507ffabd1c5eaaad919cac178f0829c705e5cf00dc8943820f

Contents?: true

Size: 852 Bytes

Versions: 6

Compression:

Stored size: 852 Bytes

Contents

name: "CodeQL"

on:
  push:
    branches: [ "develop", "main" ]
  pull_request:
    branches: [ "develop" ]
  schedule:
    - cron: "40 12 * * 0"

jobs:
  analyze:
    name: Analyze
    runs-on: ubuntu-latest
    permissions:
      actions: read
      contents: read
      security-events: write

    strategy:
      fail-fast: false
      matrix:
        language: [ javascript ]

    steps:
      - name: Checkout
        uses: actions/checkout@v3

      - name: Initialize CodeQL
        uses: github/codeql-action/init@v2
        with:
          languages: ${{ matrix.language }}
          queries: +security-and-quality

      - name: Autobuild
        uses: github/codeql-action/autobuild@v2

      - name: Perform CodeQL Analysis
        uses: github/codeql-action/analyze@v2
        with:
          category: "/language:${{ matrix.language }}"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
adyen-ruby-api-library-7.1.0 .github/workflows/codeql.yml
adyen-ruby-api-library-7.0.3 .github/workflows/codeql.yml
adyen-ruby-api-library-7.0.2 .github/workflows/codeql.yml
adyen-ruby-api-library-7.0.1 .github/workflows/codeql.yml
adyen-ruby-api-library-7.0.0 .github/workflows/codeql.yml
adyen-ruby-api-library-6.3.0 .github/workflows/codeql.yml