Sfoglia il codice sorgente

Enable caching for govulncheck

tags/v2.2.0^2^2
9seconds 5 mesi fa
parent
commit
ad945c77a9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      .github/workflows/govulncheck.yml

+ 1
- 0
.github/workflows/govulncheck.yml Vedi File

35
       uses: actions/setup-go@v6
35
       uses: actions/setup-go@v6
36
       with:
36
       with:
37
         go-version-file: go.mod
37
         go-version-file: go.mod
38
+        cache: true
38
 
39
 
39
     - name: Check for vulnerabilities
40
     - name: Check for vulnerabilities
40
       run: |
41
       run: |

Loading…
Annulla
Salva