File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments