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
This commit is contained in:
Harald Hoyer 2024-11-27 08:50:42 +01:00
parent 1a8a9f17fa
commit 2c6a62a471
Signed by: harald
GPG key ID: F519A1143B3FBE32

View file

@ -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