Skip to content
Merged
Show file tree
Hide file tree
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/auto-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
checks: read
statuses: read
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[high] protected-path

File is under the .github/ protected path. This PR modifies governance/infrastructure files without a linked issue providing authorization. The change is a comment-only annotation update (pinned SHA 3d3c42e is unchanged), but human approval is always required for protected-path changes.

- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
id: app-token
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep-triage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
checks: read
statuses: read
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[high] protected-path

File is under the .github/ protected path. This PR modifies governance/infrastructure files without a linked issue providing authorization. The change is a comment-only annotation update (pinned SHA 3d3c42e is unchanged), but human approval is always required for protected-path changes.

- uses: konflux-ci/deptriage@50bf2bb8e60186927f31de5d199ddd30e3229484 # main
with:
command: both
Expand Down
Loading