Skip to content

chore(deps): bump plugin.serialization from 1.9.10 to 1.9.22 #200

chore(deps): bump plugin.serialization from 1.9.10 to 1.9.22

chore(deps): bump plugin.serialization from 1.9.10 to 1.9.22 #200

Workflow file for this run

name: "CodeQL"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
schedule:
- cron: '17 8 * * 4'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['java']
steps:
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # ratchet:actions/setup-java@v3
with:
distribution: zulu
java-version: 8
- name: Initialize CodeQL
uses: github/codeql-action/init@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # ratchet:github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
tools: latest
- name: Autobuild
uses: github/codeql-action/autobuild@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # ratchet:github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # ratchet:github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"