Skip to content

Commit 2ad815e

Browse files
chore(deps): update all to v2
1 parent bb890e9 commit 2ad815e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/codeql-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v1
45+
uses: github/codeql-action/init@v2
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@v1
56+
uses: github/codeql-action/autobuild@v2
5757

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 https://git.io/JvXDl
@@ -67,4 +67,4 @@ jobs:
6767
# make release
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@v1
70+
uses: github/codeql-action/analyze@v2

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@master
10-
- uses: codfish/semantic-release-action@v1.9.0
10+
- uses: codfish/semantic-release-action@v2.1.0
1111
if: github.ref == 'refs/heads/master'
1212
env:
1313
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ require (
99
github.com/russross/blackfriday/v2 v2.1.0 // indirect
1010
github.com/stretchr/testify v1.6.1
1111
github.com/tailscale/depaware v0.0.0-20201214215404-77d1e9757027
12-
github.com/urfave/cli v1.22.5
12+
github.com/urfave/cli/v2 v2.25.0
1313
golang.org/x/tools v0.1.3
1414
)

0 commit comments

Comments
 (0)