File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 name : Lint artifacts
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515 - shell : bash
1616 run : |
1717 shellcheck "${GITHUB_WORKSPACE}"/*.sh
Original file line number Diff line number Diff line change 1515 env :
1616 REPORT_FILENAME : " requirements-tracing-report.html"
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
2020 - name : Run OpenFastTrace
2121 id : run-oft
2727
2828 - name : Upload tracing report
2929 id : upload-report
30- uses : actions/upload-artifact@v4
30+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3131 with :
3232 name : tracing-report
3333 path : ${{ env.REPORT_FILENAME }}
Original file line number Diff line number Diff line change 11# [impl->req~run-oft-trace-command~1]
2- FROM eclipse-temurin:22 -jre-alpine
2+ FROM eclipse-temurin:25 -jre-alpine
33# alpine comes with sh only, by default
44RUN apk add --no-cache bash
55
6- ARG OFT_CORE_VERSION=4.2 .0
7- ARG OFT_ASCIIDOC_PLUGIN_VERSION=0.3.0
6+ ARG OFT_CORE_VERSION=4.3 .0
7+ ARG OFT_ASCIIDOC_PLUGIN_VERSION=0.3.1
88
99ENV LIB_DIR=/opt/oft/lib
1010
You can’t perform that action at this time.
0 commit comments