diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb20d04..00154d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,12 +17,14 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + with: + persist-credentials: false - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: "18" + node-version: "24" - name: Install libs run: sudo apt-get install --no-install-recommends -y libjson-perl libyaml-perl zip @@ -69,5 +71,4 @@ jobs: with: draft: true files: | - packages/plugin/dist/*.zip - packages/plugin/dist/*.tar.gz + MFA-* diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9508465..6b20a67 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,18 +13,22 @@ jobs: strategy: matrix: config: - - { image: cloud7 } - - { image: buster } + - { image: centos7 } - { image: bullseye } - { image: fedora35 } - { image: fedora37 } - { image: fedora40 } - - { image: fedora41 } - { image: fedora42 } + - { image: fedora43 } + - { image: fedora44 } + - { image: cloud7 } steps: - - uses: actions/checkout@v4 - - uses: actions/checkout@v4 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + with: + persist-credentials: false + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: + persist-credentials: false repository: movabletype/movabletype ref: develop path: mt