Skip to content

Commit 8d39c53

Browse files
Replaced tags with hashes to prevent Zizmor complaining (#4479)
1 parent ed432ba commit 8d39c53

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish-technical-documentation-next.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id-token: write
1818
runs-on: ubuntu-x64-small
1919
steps:
20-
- uses: actions/[email protected]
20+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121
with:
2222
persist-credentials: false
2323
- uses: grafana/writers-toolkit/publish-technical-documentation@b51e92f99d145614bf6763c7c4f1920a03124693

.github/workflows/publish-technical-documentation-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id-token: write
2020
runs-on: ubuntu-x64-small
2121
steps:
22-
- uses: actions/[email protected]
22+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323
with:
2424
persist-credentials: false
2525
fetch-depth: 0

.github/workflows/update-make-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.repository == 'grafana/pyroscope'
1212
runs-on: ubuntu-x64-small
1313
steps:
14-
- uses: actions/[email protected]
14+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1515
with:
1616
persist-credentials: false
1717
- uses: grafana/writers-toolkit/update-make-docs@b51e92f99d145614bf6763c7c4f1920a03124693

0 commit comments

Comments
 (0)