File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,22 +20,23 @@ jobs:
2020 timeout-minutes : 15
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
23+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424 with :
2525 persist-credentials : false
2626
2727 - name : Set up Node
28- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
28+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2929 with :
3030 node-version : 22
3131
3232 - name : Run tests
3333 run : npm test
3434
3535 - name : Set up Go for gitleaks
36- uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
36+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
3737 with :
3838 go-version : " 1.24.x"
39+ cache : false
3940
4041 - name : Install gitleaks
4142 run : go install github.com/zricethezav/gitleaks/v8@v8.30.1
You can’t perform that action at this time.
0 commit comments