File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 using : composite
77 steps :
88 - name : Set up Go
9- uses : actions/setup-go@v6
9+ uses : actions/setup-go@v7
1010 with :
1111 go-version : 1.26.2
1212
Original file line number Diff line number Diff line change 3939 run : |
4040 echo "nix_path=nixpkgs=$(jq -r '.nixpkgs.url' nix/sources.json)" >> $GITHUB_OUTPUT
4141 echo "home=${HOME:-/home/runner}" >> $GITHUB_OUTPUT
42- - uses : cachix/install-nix-action@v31.3 .0
42+ - uses : cachix/install-nix-action@v31.11 .0
4343 with :
4444 nix_path : " ${{ steps.nixpkgs.outputs.nix_path }}"
4545 install_options : ${{ runner.os == 'Linux' && '--no-daemon' || '' }}
Original file line number Diff line number Diff line change 4545 output : deploy/helm/charts/trivy-helm.sarif
4646
4747 - name : Upload Helm SARIF
48- uses : github/codeql-action/upload-sarif@v4.37.3
48+ uses : github/codeql-action/upload-sarif@v4.37.6
4949 with :
5050 sarif_file : deploy/helm/charts/trivy-helm.sarif
5151 category : trivy-helm
You can’t perform that action at this time.
0 commit comments