From 99f6ca47cd155ce6cf39d8126b2e11af7053511d Mon Sep 17 00:00:00 2001 From: Tim Fischer Date: Sat, 14 Mar 2026 11:20:13 +0100 Subject: [PATCH 1/2] ci: Bump PULP actions --- .github/workflows/gitlab-ci.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitlab-ci.yml b/.github/workflows/gitlab-ci.yml index f576b39a..ed28e5e2 100644 --- a/.github/workflows/gitlab-ci.yml +++ b/.github/workflows/gitlab-ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Mirror and check - uses: pulp-platform/pulp-actions/gitlab-ci@v2.4.4 + uses: pulp-platform/pulp-actions/gitlab-ci@v2.4.5 # Skip on forks or pull requests from forks due to missing secrets. if: > github.repository == 'pulp-platform/FlooNoC' && diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 995cc15f..40160221 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest steps: - name: lint license - uses: pulp-platform/pulp-actions/lint-license@v2.4.4 + uses: pulp-platform/pulp-actions/lint-license@v2.4.5 with: license: | Copyright (\d{4}(-\d{4})?\s)?(ETH Zurich and University of Bologna|lowRISC contributors). From b4fa588c66c2f52b00e5a2e4c3bfe11e0e1d49da Mon Sep 17 00:00:00 2001 From: Tim Fischer Date: Sat, 14 Mar 2026 11:20:54 +0100 Subject: [PATCH 2/2] ci: Remove `bender-up-to-date` action --- .github/workflows/lint.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 40160221..5829902b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,15 +15,6 @@ on: jobs: - ##################### - # Bender up-to-date # - ##################### - bender-up-to-date: - runs-on: ubuntu-latest - steps: - - name: Check Bender up-to-date - uses: pulp-platform/pulp-actions/bender-up-to-date@v2.4.4 - ################ # Verible Lint # ################