File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ jobs:
328328
329329 ci :
330330 name : CI
331- uses : grafana/plugin-ci-workflows/.github/workflows/ci.yml@main # zizmor: ignore[unpinned-uses]
331+ uses : grafana/plugin-ci-workflows/.github/workflows/ci.yml@add-optional-node-caching # zizmor: ignore[unpinned-uses]
332332 needs :
333333 - setup
334334 with :
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ jobs:
276276 return o
277277
278278 - name : Setup
279- uses : grafana/plugin-ci-workflows/actions/plugins/setup@main # zizmor: ignore[unpinned-uses]
279+ uses : grafana/plugin-ci-workflows/actions/plugins/setup@add-optional-node-caching # zizmor: ignore[unpinned-uses]
280280 with :
281281 go-version : ${{ inputs.go-version || env.DEFAULT_GO_VERSION }}
282282 node-version : ${{ inputs.node-version || env.DEFAULT_NODE_VERSION }}
You can’t perform that action at this time.
0 commit comments