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.
1 parent fbd3d7b commit a248d4bCopy full SHA for a248d4b
.github/workflows/codeql.yml
@@ -40,7 +40,7 @@ jobs:
40
41
steps:
42
- name: Checkout repository
43
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
44
45
# Initializes the CodeQL tools for scanning.
46
- name: Initialize CodeQL
.github/workflows/pullRequests.yml
@@ -22,7 +22,7 @@ jobs:
22
dir: [".", "cmd/depguard"]
23
runs-on: ubuntu-latest
24
25
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
26
27
- name: Set up Go
28
uses: actions/setup-go@v4
@@ -43,7 +43,7 @@ jobs:
47
48
49
0 commit comments