Skip to content

Create sign_executable.yml #229

Create sign_executable.yml

Create sign_executable.yml #229

Workflow file for this run

#name: "CodeQL-Scanning"
#
#on:
# push:
# branches: [ "main" ]
# pull_request:
# # The branches below must be a subset of the branches above
# branches: [ "main" ]
# schedule:
# - cron: '30 0 * * *'
#
#jobs:
# analyze:
# name: Analyze
# runs-on: ubuntu-latest
# permissions:
# actions: read
# contents: read
# security-events: write
#
# strategy:
# fail-fast: false
# matrix:
# language: [ 'java' ]
# java: [ '17' ]
#
# steps:
# - name: Checkout repository
# uses: actions/checkout@v3
#
# - name: Set up JDK ${{ matrix.java }}
# uses: actions/setup-java@v2
# with:
# java-version: ${{ matrix.java }}
# distribution: 'adopt'
#
# - name: Initialize CodeQL
# uses: github/codeql-action/init@v2
# with:
# languages: ${{ matrix.language }}
#
# - name: Autobuild
# uses: github/codeql-action/autobuild@v2
#
# - name: Perform CodeQL Analysis
# uses: github/codeql-action/analyze@v2
# with:
# category: "/language:${{matrix.language}}"