Update Gitea workflow to specify exact version for task setup action and adjust versioning format
This commit is contained in:
@@ -30,10 +30,9 @@ jobs:
|
||||
version: 10
|
||||
|
||||
- name: Install Task
|
||||
uses: https://git.quad4.io/actions/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v2
|
||||
uses: https://git.quad4.io/actions/setup-task@0ab1b2a65bc55236a3bc64cde78f80e20e8885c2 # v1
|
||||
with:
|
||||
version: 3.x
|
||||
repo-token: ${{ secrets.GITEA_TOKEN }}
|
||||
version: '3.46.3'
|
||||
|
||||
- name: Generate SBOM
|
||||
uses: https://git.quad4.io/actions/gh-gomod-generate-sbom@efc74245d6802c8cefd925620515442756c70d8f # v2
|
||||
|
||||
Reference in New Issue
Block a user