We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6003813 + 1562d35 commit 129cf6aCopy full SHA for 129cf6a
.github/workflows/codeql-analysis.yml
@@ -23,7 +23,7 @@ jobs:
23
24
steps:
25
- name: Checkout repository
26
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
27
28
# Initializes the CodeQL tools for scanning.
29
- name: Initialize CodeQL
.github/workflows/dockerhub-push.yml
@@ -11,7 +11,7 @@ jobs:
11
12
-
13
name: Checkout
14
15
16
name: Set up QEMU
17
uses: docker/setup-qemu-action@v1
.github/workflows/lint-test.yml
@@ -12,7 +12,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Run golangci-lint
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v3.1.0
with:
version: latest
18
args: --timeout 5m
0 commit comments