Skip to content

Commit

Permalink
Add minimal permissions to some actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Jan 26, 2025
1 parent 3d006c5 commit c87375f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/lint-action-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ concurrency:
group: lint-actions-${{ github.ref }}
cancel-in-progress: true

permissions:
packages: read

jobs:
lint:
name: Lint
Expand All @@ -14,6 +17,6 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Check workflow files
uses: docker://ghcr.io/ponylang/20240224
uses: docker://ghcr.io/ponylang/shared-docker-ci-actionlint:20250119
with:
args: -color
20 changes: 0 additions & 20 deletions .github/workflows/remove-discuss-at-sync.yml

This file was deleted.

0 comments on commit c87375f

Please sign in to comment.