Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tag-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
name: 'Release on Tag Push 馃殌'

# yamllint disable-line rule:truthy
on:
push:
tags:
- '**'

Check notice on line 12 in .github/workflows/tag-push.yaml

View workflow job for this annotation

GitHub Actions / Audit Workflows

zizmor: zizmor/concurrency-limits

insufficient job-level concurrency limits: workflow is missing concurrency setting

permissions: {}

Expand Down Expand Up @@ -39,7 +39,7 @@
- name: 'Verify pushed tag'
id: tag_validate
# yamllint disable-line rule:line-length
uses: lfreleng-actions/tag-validate-action@461d187a53b5de27b068c2cea5af972c085a4a6a # v1.0.2
uses: lfreleng-actions/tag-validate-action@bc8043ec074495cc8cdf351623ebab3675d563cf # v1.0.4
with:
token: "${{ secrets.GITHUB_TOKEN }}"
require_type: 'semver'
Expand All @@ -53,7 +53,7 @@
needs: validate_tag
runs-on: 'ubuntu-latest'
permissions:
contents: write

Check notice on line 56 in .github/workflows/tag-push.yaml

View workflow job for this annotation

GitHub Actions / Audit Workflows

zizmor: zizmor/undocumented-permissions

permissions without explanatory comments: needs an explanatory comment
timeout-minutes: 5
steps:
# Harden the runner used by this workflow
Expand Down
Loading