Merge branch 'master' into regen

This commit is contained in:
2023-04-28 13:33:38 +03:00
30 changed files with 315 additions and 702 deletions

View File

@@ -13,7 +13,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: approve
<<<<<<< HEAD
uses: hmarr/auto-approve-action@v3
=======
uses: hmarr/auto-approve-action@v2
>>>>>>> master
if: github.actor == 'vtolstov' || github.actor == 'dependabot[bot]'
id: approve
with:

View File

@@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: setup
<<<<<<< HEAD
uses: actions/setup-go@v3
with:
go-version: 1.17
@@ -17,6 +18,15 @@ jobs:
uses: actions/checkout@v3
- name: cache
uses: actions/cache@v3
=======
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: checkout
uses: actions/checkout@v3
- name: cache
uses: actions/cache@v2
>>>>>>> master
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -34,7 +44,11 @@ jobs:
- name: checkout
uses: actions/checkout@v3
- name: lint
<<<<<<< HEAD
uses: golangci/golangci-lint-action@v3.4.0
=======
uses: golangci/golangci-lint-action@v3.1.0
>>>>>>> master
continue-on-error: true
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.

View File

@@ -45,12 +45,21 @@ 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.
@@ -61,7 +70,11 @@ 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
@@ -75,4 +88,8 @@ jobs:
# make release
- name: analyze
<<<<<<< HEAD
uses: github/codeql-action/analyze@v2
=======
uses: github/codeql-action/analyze@v1
>>>>>>> master

View File

@@ -15,7 +15,11 @@ jobs:
steps:
- name: metadata
id: metadata
<<<<<<< HEAD
uses: dependabot/fetch-metadata@v1.3.6
=======
uses: dependabot/fetch-metadata@v1.3.0
>>>>>>> master
with:
github-token: "${{ secrets.TOKEN }}"
- name: merge

View File

@@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: setup
<<<<<<< HEAD
uses: actions/setup-go@v3
with:
go-version: 1.17
@@ -17,6 +18,15 @@ jobs:
uses: actions/checkout@v3
- name: cache
uses: actions/cache@v3
=======
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: checkout
uses: actions/checkout@v3
- name: cache
uses: actions/cache@v2
>>>>>>> master
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -34,7 +44,11 @@ jobs:
- name: checkout
uses: actions/checkout@v3
- name: lint
<<<<<<< HEAD
uses: golangci/golangci-lint-action@v3.4.0
=======
uses: golangci/golangci-lint-action@v3.1.0
>>>>>>> master
continue-on-error: true
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.