Skip to content

Commit 774ea21

Browse files
Chore: Update version pins verification action (#220)
Also, update verify/build trigger paths with exclusions. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 34c75a0 commit 774ea21

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/verify-github-actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
verify:
2525
name: Verify
2626
# yamllint disable-line rule:line-length
27-
uses: os-climate/osc-github-devops/.github/workflows/reuse-verify-github-actions.yaml@1cc4e4a286ca57f407d88e1fad41070844d378c2 # 2025-01-14
27+
uses: os-climate/osc-github-devops/.github/workflows/reuse-verify-github-actions.yaml@c79cd65f11421fedfadcc70ea1316471bbca565a # 2025-01-16
2828
permissions:
2929
contents: read

.github/workflows/verify.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ on:
1212
branches:
1313
- main
1414
- master
15+
paths:
16+
- "**"
17+
- "!.github/**"
18+
- "!.*"
19+
- "!pdm.lock"
20+
- "!tox.ini"
1521

1622
permissions: {}
1723

0 commit comments

Comments
 (0)