mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
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:
parent
1a8a9f17fa
commit
2c6a62a471
1 changed files with 5 additions and 2 deletions
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
|
@ -16,9 +16,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||||
- uses: enarx/spdx@master
|
- uses: enarx/spdx@c3e8116ed31c31b3c2e58a26ba5cac407510ca37
|
||||||
with:
|
with:
|
||||||
licenses: Apache-2.0 BSD-3-Clause MIT
|
licenses: |-
|
||||||
|
Apache-2.0
|
||||||
|
BSD-3-Clause
|
||||||
|
MIT
|
||||||
|
|
||||||
taplo:
|
taplo:
|
||||||
name: taplo
|
name: taplo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue