From 2c6a62a4711bb6ba819a964360c26200dea2e376 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 27 Nov 2024 08:50:42 +0100 Subject: [PATCH] chore: update lint workflow actions - Changed spdx action to reference a stable commit instead of master. - Changed license list to conform to new action parameter format --- .github/workflows/lint.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e4a5757..dd9157b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,9 +16,12 @@ jobs: steps: - name: checkout uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - - uses: enarx/spdx@master + - uses: enarx/spdx@c3e8116ed31c31b3c2e58a26ba5cac407510ca37 with: - licenses: Apache-2.0 BSD-3-Clause MIT + licenses: |- + Apache-2.0 + BSD-3-Clause + MIT taplo: name: taplo