Sha256: a9c4a130b89b7b64f239fa6cc6d413d8ddd903386ce19e4555d5f2551feea83b

Contents?: true

Size: 852 Bytes

Versions: 5

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@v4

      - 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

5 entries across 5 versions & 1 rubygems

Version Path
adyen-ruby-api-library-8.0.0 .github/workflows/codeql.yml
adyen-ruby-api-library-8.0.0.pre.beta.1 .github/workflows/codeql.yml
adyen-ruby-api-library-7.3.1 .github/workflows/codeql.yml
adyen-ruby-api-library-7.3.0 .github/workflows/codeql.yml
adyen-ruby-api-library-7.2.0 .github/workflows/codeql.yml