fix: workflow permissions, versions

This commit is contained in:
2025-12-23 09:35:34 +02:00
parent 267735a3a0
commit f187521d56
2 changed files with 6 additions and 4 deletions

View File

@@ -9,7 +9,8 @@ on:
pull_request:
branches: [master, main]
permissions: read-all
permissions:
contents: read
jobs:
Linter:
@@ -22,4 +23,4 @@ jobs:
statuses: write
steps:
- uses: ivuorinen/actions/pr-lint@db86bb2f0df059edc619ecca735320ed571f51e0 # v2025.12.21
- uses: ivuorinen/actions/pr-lint@5b4e9c8e11c0f77ebb0b0a5751e9851f419f4cb8 # v2025.12.22

View File

@@ -2,7 +2,8 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Sync labels
permissions: read-all
permissions:
contents: read
# yamllint disable-line rule:truthy
on:
@@ -22,4 +23,4 @@ jobs:
issues: write
runs-on: ubuntu-latest
steps:
- uses: ivuorinen/actions/sync-labels@db86bb2f0df059edc619ecca735320ed571f51e0 # v2025.12.21
- uses: ivuorinen/actions/sync-labels@5b4e9c8e11c0f77ebb0b0a5751e9851f419f4cb8 # v2025.12.22