同步操作将从 Gitee 极速下载/PythonRobotics 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
name: "Codescanning-action"on:push:branches-ignore:- 'dependabot/**'pull_request:schedule:- cron: '019**0'jobs:CodeQL-Build:# CodeQL runs on ubuntu-latest and windows-latestruns-on: ubuntu-lateststeps:- name: Checkout repositoryuses: actions/checkout@v2with:# We must fetch at least the immediate parents so that if this is# a pull request then we can checkout the head.fetch-depth: 2# Initializes the CodeQL tools for scanning.- name: Initialize CodeQLuses: github/codeql-action/init@v1with:config-file: ./.github/codeql/codeql-config.yml# Override language selection by uncommenting this and choosing your languages# with:# languages: go, javascript, csharp, python, cpp, java# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).# If this step fails, then you should remove it and run the build manually (see below)- name: Autobuilduses: github/codeql-action/autobuild@v1# i️ Command-line programs to run using the OS shell.# 📚 https://git.io/JvXDl# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines# and modify them (or add more) to build your code if your project# uses a compiled language#- run: |# make bootstrap# make release- name: Perform CodeQL Analysisuses: github/codeql-action/analyze@v1
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。