File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313 contents : read
1414jobs :
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments