File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4040 authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
4141 pushFilter : security-profiles-operator
4242 - run : make nix
43- - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
43+ - uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
4444 with :
4545 name : build
4646 path : build.tar.gz
6767 https://github.com/kubernetes-sigs/bom/releases/download/${{ env.BOM_VERSION }}/bom-amd64-linux
6868 sudo chmod +x /usr/bin/bom
6969 - run : make nix-spoc
70- - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
70+ - uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
7171 with :
7272 name : spoc
7373 path : |
Original file line number Diff line number Diff line change 3131 [ ! -f "${tgz_path}" ] && echo "failed to find helm chart from 'helm package' stdout" && exit 1
3232 echo "helm_tgz_path=${tgz_path}" >> $GITHUB_OUTPUT
3333 echo "helm_tgz_name=${tgz_path##*/}" >> $GITHUB_OUTPUT
34- - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
34+ - uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
3535 with :
3636 name : ${{ steps.package.outputs.helm_tgz_name}}
3737 path : ${{ steps.package.outputs.helm_tgz_path}}
Original file line number Diff line number Diff line change 5555 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5656 # format to the repository Actions tab.
5757 - name : " Upload artifact"
58- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
58+ uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
5959 with :
6060 name : SARIF file
6161 path : results.sarif
Original file line number Diff line number Diff line change 5353 env :
5454 XDG_RUNTIME_DIR : ' '
5555 - run : podman save -o image.tar security-profiles-operator
56- - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
56+ - uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
5757 with :
5858 name : image
5959 path : image.tar
You can’t perform that action at this time.
0 commit comments