Github actions/checkout@v3

This commit is contained in:
Erik Dubbelboer
2023-01-06 05:10:47 +01:00
parent 434022b461
commit 2a00c86a0e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
env:
GO111MODULE: on
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run Gosec Security Scanner
uses: securego/gosec@v2.12.0
with: