Skip to content

chore(deps): bump plugin.serialization from 1.8.22 to 1.9.10 #160

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

chore(deps): bump plugin.serialization from 1.8.22 to 1.9.10 #160

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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # ratchet:actions/checkout@v3
- uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # ratchet:actions/setup-java@v3
with:
distribution: zulu
java-version: 8
- name: Initialize CodeQL
uses: github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5 # ratchet:github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
tools: latest
- name: Autobuild
uses: github/codeql-action/autobuild@32dc499307d133bb5085bae78498c0ac2cf762d5 # ratchet:github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@32dc499307d133bb5085bae78498c0ac2cf762d5 # ratchet:github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"