File tree Expand file tree Collapse file tree 8 files changed +597
-992
lines changed Expand file tree Collapse file tree 8 files changed +597
-992
lines changed Original file line number Diff line number Diff line change 1818 test :
1919 strategy :
2020 matrix :
21- go-version : [1.24 .x]
21+ go-version : [1.25 .x]
2222 os : [ubuntu-latest]
2323 runs-on : ${{ matrix.os }}
2424
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Harden Runner
17- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12 .2
17+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13 .2
1818 with :
1919 egress-policy : audit
2020
2929 git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
3030
3131 - name : Install Helm
32- uses : azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
32+ uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
3333 env :
3434 GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
3535
Original file line number Diff line number Diff line change 2828 uses : actions/setup-go@v6
2929 with :
3030 go-version : stable
31- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
31+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3232 with :
3333 path : |
3434 ~/.cache/go-build
3737 restore-keys : |
3838 ${{ runner.os }}-go-
3939 - uses : sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
40- - uses : anchore/sbom-action/download-syft@9246b90769f852b3a8921f330c59e0b3f439d6e9 # v0.20.1
40+ - uses : anchore/sbom-action/download-syft@8e94d75ddd33f69f691467e42275782e4bfefe84 # v0.20.9
4141
4242 - name : Set Up Docker Buildx
4343 uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 2929
3030 # Upload findings to GitHub Advanced Security Dashboard [step 2/2]
3131 - name : Upload SARIF file for GitHub Advanced Security Dashboard
32- uses : github/codeql-action/upload-sarif@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
32+ uses : github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
3333 with :
3434 sarif_file : semgrep.sarif
3535 if : always()
You can’t perform that action at this time.
0 commit comments