Skip to content

Update Github Actions packages for Node.js 16 deprecation #193

Update Github Actions packages for Node.js 16 deprecation

Update Github Actions packages for Node.js 16 deprecation #193

Workflow file for this run

name: "Code scanning"
on:
# schedule:
# # Friday 8AM UTC / Friday 5PM JST
# - cron: '0 8 * * 5'
pull_request:
branches:
- master
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
strategy:
matrix:
ref: [ master ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ matrix.ref }}
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: java
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3