Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-04-28 16:04:47 +03:00
parent a102a803f1
commit 7630322a16
6 changed files with 0 additions and 73 deletions

View File

@@ -45,21 +45,12 @@ jobs:
- name: checkout
uses: actions/checkout@v3
- name: setup
<<<<<<< HEAD
uses: actions/setup-go@v3
with:
go-version: 1.17
# Initializes the CodeQL tools for scanning.
- name: init
uses: github/codeql-action/init@v2
=======
uses: actions/setup-go@v2
with:
go-version: 1.16
# Initializes the CodeQL tools for scanning.
- name: init
uses: github/codeql-action/init@v1
>>>>>>> master
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -70,11 +61,7 @@ jobs:
# 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: autobuild
<<<<<<< HEAD
uses: github/codeql-action/autobuild@v2
=======
uses: github/codeql-action/autobuild@v1
>>>>>>> master
# Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
@@ -88,8 +75,4 @@ jobs:
# make release
- name: analyze
<<<<<<< HEAD
uses: github/codeql-action/analyze@v2
=======
uses: github/codeql-action/analyze@v1
>>>>>>> master