Skip to content

Commit cfe57e0

Browse files
authored
[#15] Upgrade to OpenFastTrace 4.3.0
Updated the core library, the asciidoc plugin works with any OFT core library having major version 4.
1 parent e302f08 commit cfe57e0

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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

.github/workflows/requirements-tracing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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
@@ -27,7 +27,7 @@ jobs:
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 }}

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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
44
RUN 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

99
ENV LIB_DIR=/opt/oft/lib
1010

0 commit comments

Comments
 (0)