diff --git a/.github/workflows/check-table-license.yml b/.github/workflows/check-table-license.yml index 9dbbffcbf..54a9455ff 100644 --- a/.github/workflows/check-table-license.yml +++ b/.github/workflows/check-table-license.yml @@ -35,7 +35,7 @@ jobs: test -z "$(licensecheck --check='\.(ctb|utb|cti|uti|dis)' --deb-fmt --machine tables/* | grep -Ev '(LGPL-2.1+|LGPL-3+)' | tee unknown_licenses.txt)" - name: Store the list of files with unknown licenses if: ${{ failure() }} - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: unknown_licenses.txt path: unknown_licenses.txt diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 428d2e5e1..c76c0041f 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -49,7 +49,7 @@ jobs: fuzz-seconds: 300 language: c - name: Upload Crash - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: failure() && steps.build.outcome == 'success' with: name: artifacts diff --git a/.github/workflows/emscripten.yml b/.github/workflows/emscripten.yml index 4173c5cd1..a39dcb3dd 100644 --- a/.github/workflows/emscripten.yml +++ b/.github/workflows/emscripten.yml @@ -52,7 +52,7 @@ jobs: # cd .. - name: Upload the release assets - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: build-no-tables-utf32.js path: ./out/build-no-tables-utf32.js diff --git a/.github/workflows/fuzzing.yml b/.github/workflows/fuzzing.yml index 9ce96a15d..020569dd0 100644 --- a/.github/workflows/fuzzing.yml +++ b/.github/workflows/fuzzing.yml @@ -75,7 +75,7 @@ jobs: run: mkdir tests/fuzzing/CORPUS ; FUZZ_TABLE=tables/${{ matrix.table }} tests/fuzzing/fuzz_translate -seed=1234 -runs=100000 -max_len=10000 tests/fuzzing/CORPUS - name: Store the crash POC if: ${{ failure() }} - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: crash-${{ matrix.ucs }}-${{ matrix.table }}.1 path: crash-* timeout-* @@ -83,7 +83,7 @@ jobs: run: cp tables/${{ matrix.table }} tests/fuzzing/CORPUS/ ; FUZZ_TABLE=tables/${{ matrix.table }} tests/fuzzing/fuzz_translate -seed=1234 -runs=30000 -max_len=10000 tests/fuzzing/CORPUS - name: Store the crash POC if: ${{ failure() }} - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: crash-${{ matrix.ucs }}-${{ matrix.table }}.2 path: crash-* timeout-* diff --git a/.github/workflows/macro.yml b/.github/workflows/macro.yml index 2ca129513..6d2d20dc0 100644 --- a/.github/workflows/macro.yml +++ b/.github/workflows/macro.yml @@ -36,7 +36,7 @@ jobs: run: make check - name: Store the test log if: ${{ always() }} # store the test log even if the tests failed - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: test-suite-macro.log path: tests/test-suite.log diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e18654492..52697e311 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: run: make check - name: Store the test suite log if: ${{ always() }} # store the test suite log even if the tests failed - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: test-suite-${{ matrix.ucs }}.log path: tests/test-suite.log diff --git a/.github/workflows/metadata.yml b/.github/workflows/metadata.yml index 59d624e72..95069dd8c 100644 --- a/.github/workflows/metadata.yml +++ b/.github/workflows/metadata.yml @@ -43,7 +43,7 @@ jobs: run: make -C extra/generate-display-names - name: Store the log if: ${{ failure() }} - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: generate-display-names.log path: extra/generate-display-names/generate.log diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index d975294b0..fa9b9bbb4 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -55,7 +55,7 @@ jobs: run: make check WINE=wine64 - name: Store the test suite log if: ${{ failure() }} - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: test-suite-w64.log path: tests/test-suite.log @@ -65,7 +65,7 @@ jobs: - name: Zip up the build artifacts run: ( cd ${{ env.PREFIX }}; zip -r liblouis.zip * ) - name: Archive the build artifacts - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: liblouis-w64.zip path: ${{ env.PREFIX }}/liblouis.zip @@ -144,7 +144,7 @@ jobs: # run: make check WINE=wine # - name: Store the test suite log # if: ${{ failure() }} - # uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + # uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 # with: # name: test-suite-w32.log # path: tests/test-suite.log @@ -154,7 +154,7 @@ jobs: # - name: Zip up the build artifacts # run: ( cd ${{ env.PREFIX }}; zip -r liblouis.zip * ) # - name: Archive the build artifacts - # uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + # uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 # with: # name: liblouis-w32.zip # path: ${{ env.PREFIX }}/liblouis.zip diff --git a/.github/workflows/sanitizer.yml b/.github/workflows/sanitizer.yml index 627c6e9bd..f3de11b84 100644 --- a/.github/workflows/sanitizer.yml +++ b/.github/workflows/sanitizer.yml @@ -53,7 +53,7 @@ jobs: run: ${{ matrix.options }} make check - name: Store the test suite log if: ${{ always() }} # store the test suite log even if the tests failed - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: test-suite-${{ matrix.ucs }}-${{ matrix.sanitizer }}.log path: tests/test-suite.log diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index dd3e87fb7..fb80fc529 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -60,7 +60,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: SARIF file path: results.sarif