File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1717 id-token : write
1818 runs-on : ubuntu-x64-small
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v5.0.0
2121 with :
2222 persist-credentials : false
23- - uses : grafana/writers-toolkit/publish-technical-documentation@ce30c506bd39809c6273af4492da352df0e9cbbe
23+ - uses : grafana/writers-toolkit/publish-technical-documentation@b51e92f99d145614bf6763c7c4f1920a03124693
2424 with :
2525 website_directory : content/docs/pyroscope/next
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
1919 id-token : write
2020 runs-on : ubuntu-x64-small
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v5.0.0
2323 with :
2424 persist-credentials : false
2525 fetch-depth : 0
26- - uses : grafana/writers-toolkit/publish-technical-documentation-release@ce30c506bd39809c6273af4492da352df0e9cbbe
26+ - uses : grafana/writers-toolkit/publish-technical-documentation-release@b51e92f99d145614bf6763c7c4f1920a03124693
2727 with :
2828 release_tag_regexp : " ^v(0|[1-9]\\ d*)\\ .(0|[1-9]\\ d*)\\ .(0|[1-9]\\ d*)$"
2929 release_branch_regexp : " ^release/v(0|[1-9]\\ d*)\\ .(0|[1-9]\\ d*)$"
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919 with :
2020 persist-credentials : ' false'
2121 - id : get-secrets
2828
2929 - name : Generate token
3030 id : generate_token
31- uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
31+ uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
3232 with :
3333 app-id : ${{ env.GITHUB_APP_ID }}
3434 private-key : ${{ env.GITHUB_APP_PRIVATE_KEY }}
4242 run : |
4343 APP_BOT="${{ steps.generate_token.outputs.app-slug }}[bot]"
4444 echo "user-id=$(gh api "/users/${APP_BOT}" --jq .id)" >> "$GITHUB_OUTPUT"
45- - uses : actions/setup-go@v5
45+ - uses : actions/setup-go@v6
4646 with :
4747 go-version : 1.23.11
4848 - name : Update contributors
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 if : github.repository == 'grafana/pyroscope'
1212 runs-on : ubuntu-x64-small
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v5.0.0
1515 with :
1616 persist-credentials : false
17- - uses : grafana/writers-toolkit/update-make-docs@ce30c506bd39809c6273af4492da352df0e9cbbe
17+ - uses : grafana/writers-toolkit/update-make-docs@b51e92f99d145614bf6763c7c4f1920a03124693
1818 with :
1919 pr_options : >
2020 --label type/docs
You can’t perform that action at this time.
0 commit comments