File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696 # `ea165de6abb5050e17c80995d4e2caaec6d72898` did not exist
9797 # upstream — GitHub Actions returned "unable to find version"
9898 # and every workflow run errored before any artifact was uploaded.
99- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
99+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
100100 with :
101101 name : casket-ssg-${{ runner.os }}-${{ matrix.ghc }}
102102 path : .stack-work/install/**/bin/casket-ssg
Original file line number Diff line number Diff line change 8181
8282 - name : Upload license report
8383 # SHA fix 2026-05-25: previous pin did not exist upstream.
84- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
84+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8585 with :
8686 name : license-compliance-report
8787 path : license-report.md
Original file line number Diff line number Diff line change 2323 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
2424
2525 - name : Setup GHCup
26- uses : haskell-actions/setup@ec49483bfc012387b227434aba94f59a6ecd0900 # v2
26+ uses : haskell-actions/setup@cd0d9bdd65b20557f41bea4dbe43d0b5fbbfe553 # v2
2727 with :
2828 ghc-version : ' 9.8.2'
2929 cabal-version : ' 3.10'
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 echo "VERSION=${VERSION}" >> $GITHUB_ENV
108108
109109 - name : Upload artifact
110- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
110+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
111111 with :
112112 name : casket-ssg-${{ matrix.arch }}-${{ matrix.os }}
113113 path : |
Original file line number Diff line number Diff line change 5454
5555 - name : Upload SBOM
5656 # SHA fix 2026-05-25: previous pin did not exist upstream.
57- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
57+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5858 with :
5959 name : sbom-cyclonedx
6060 path : cyclonedx-sbom.json
Original file line number Diff line number Diff line change 1616 lint-workflows :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
2020
2121 - name : Check SPDX headers
2222 run : |
You can’t perform that action at this time.
0 commit comments