Skip to content

Commit 129bab5

Browse files
chore(deps): pin dependencies
Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 6e1aaad commit 129bab5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/issue_commands.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Actions
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1616
with:
1717
repository: "grafana/grafana-github-actions"
1818
path: ./actions
@@ -29,7 +29,7 @@ jobs:
2929
AWS_DS_TOKEN_CREATOR_PEM=aws-ds-token-creator:pem
3030
- name: "Generate token"
3131
id: generate_token
32-
uses: actions/create-github-app-token@v2
32+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2
3333
with:
3434
app-id: ${{ env.AWS_DS_TOKEN_CREATOR_ID }}
3535
private-key: ${{ env.AWS_DS_TOKEN_CREATOR_PEM }}

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1818

1919
- name: Setup
2020
uses: grafana/plugin-ci-workflows/actions/internal/plugins/setup@main # zizmor: ignore[unpinned-uses]

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
stale:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/stale@v10
14+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10
1515
with:
1616
repo-token: ${{ secrets.GITHUB_TOKEN }}
1717
# start from the oldest issues when performing stale operations

0 commit comments

Comments
 (0)