We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3595a56 commit e58f78dCopy full SHA for e58f78d
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/docker.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
19
- name: Log into registry ${{ env.REGISTRY }}
20
uses: docker/login-action@v1
0 commit comments