Skip to content
Open
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/block-dart-skills-prs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Block Upstream Skill Modifications

on:

Check failure on line 3 in .github/workflows/block-dart-skills-prs.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

dangerous-triggers

block-dart-skills-prs.yaml:3: use of fundamentally insecure workflow trigger: pull_request_target is almost always used insecurely
pull_request_target:
types: [opened, synchronize, reopened]
paths:
Expand All @@ -18,7 +18,7 @@
github.event.pull_request.head.ref != 'automation/sync-dart-skills'
steps:
- name: Fail Action and Comment on PR
uses: actions/github-script@v7
uses: actions/github-script@v9

Check failure on line 21 in .github/workflows/block-dart-skills-prs.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 21 in .github/workflows/block-dart-skills-prs.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

block-dart-skills-prs.yaml:21: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
script: |
const prNumber = context.payload.pull_request.number;
Expand Down
Loading