Skip to content

Commit 82af5d0

Browse files
authored
Pin workflows to fix zizmor (#537)
Also removes the dependabot.yml as it is not needed anymore. Renovate will update the plugin sdk go.
1 parent 507185f commit 82af5d0

File tree

3 files changed

+3
-16
lines changed

3 files changed

+3
-16
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/add-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- id: get-github-token
20-
uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v0.2.2
20+
uses: grafana/shared-workflows/actions/create-github-app-token@ae92934a14a48b94494dbc06d74a81d47fe08a40 # create-github-app-token/v0.2.2
2121
with:
2222
github_app: grafana-oss-big-tent
2323
- name: Add to project

.github/workflows/update-create-plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- id: get-github-token
18-
uses: grafana/shared-workflows/actions/create-github-app-token@create-github-app-token/v0.2.2
18+
uses: grafana/shared-workflows/actions/create-github-app-token@ae92934a14a48b94494dbc06d74a81d47fe08a40 # create-github-app-token/v0.2.2
1919
with:
2020
github_app: grafana-oss-big-tent
21-
- uses: grafana/plugin-actions/create-plugin-update@create-plugin-update/v2.0.1
21+
- uses: grafana/plugin-actions/create-plugin-update@244c3bc9c6eb94bc1dd6458ade2462499bbf0f5b #create-plugin-update/v2.0.1
2222
with:
2323
token: ${{ steps.get-github-token.outputs.token }}

0 commit comments

Comments
 (0)