File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
1414permissions : {}
1515jobs :
1616 publish-docs :
17- uses : grafana/shared-workflows/.github/workflows/publish-techdocs.yaml@main
17+ uses : grafana/shared-workflows/.github/workflows/publish-techdocs.yaml@9563075d6c28464fc7327845d7dac5d42f122077 # main
1818 permissions :
1919 contents : read
2020 id-token : write
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020 contents : write
2121 steps :
2222 - name : Checkout code
23- uses : actions/checkout@v4
23+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2424 with :
2525 persist-credentials : false
2626
2727 - name : Setup Go ${{ vars.GO_VERSION }}
28- uses : actions/setup-go@v5
28+ uses : actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
2929 with :
3030 go-version : ${{ vars.GO_VERSION }}
3131 cache : false
You can’t perform that action at this time.
0 commit comments