Skip to content

Commit 87a9807

Browse files
committed
Update workflows from main
1 parent aa0e531 commit 87a9807

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/test-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
contents: read
1414
jobs:
1515
test:
16-
runs-on: ubuntu-latest
16+
runs-on: github-hosted-ubuntu-x64-large
1717
steps:
1818
- name: Checkout code
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/zizmor.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This is also used as the default configuration for the Zizmor reusable workflow.
2+
# We need this file because we allow PRs from forks, and PRs from forks
3+
# can't access config files from shared-workflows repo.
4+
# This file is copied from: https://github.com/grafana/shared-workflows/blob/main/.github/zizmor.yml
5+
6+
rules:
7+
unpinned-uses:
8+
config:
9+
policies:
10+
actions/*: any # trust GitHub
11+
grafana/*: any # trust Grafana

0 commit comments

Comments
 (0)