Skip to content

Commit f7ff2f5

Browse files
committed
chore(deps): pin dependencies
Signed-off-by: Mend Renovate <[email protected]>
1 parent 69d4233 commit f7ff2f5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci-comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Download all metrics artifacts from triggering workflow
2323
id: download-artifacts
24-
uses: actions/github-script@v7
24+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
2525
with:
2626
script: |
2727
const { owner, repo } = context.repo;
@@ -109,7 +109,7 @@ jobs:
109109

110110
- name: Post PR comment with combined metrics summary
111111
if: steps.compare-metrics.outputs.DIFF_FOUND == 'true' && steps.download-artifacts.outputs.pr_number
112-
uses: thollander/actions-comment-pull-request@v3
112+
uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3
113113
with:
114114
file-path: ./.metrics/combined_summary.md
115115
github-token: '${{ secrets.GITHUB_TOKEN }}'

.github/workflows/ci-e2e-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: echo "${{ github.event.number }}" > pr_number.txt
5050
- name: Upload PR number artifact
5151
if: github.event_name == 'pull_request'
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
5353
with:
5454
name: pr_number
5555
path: pr_number.txt

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "$GOPATH/bin" >>"$GITHUB_PATH"
4040
4141
- name: Run FOSSA scan and upload report
42-
uses: fossa-contrib/[email protected]
42+
uses: fossa-contrib/fossa-action@3d2ef181b1820d6dcd1972f86a767d18167fa19b # v3.0.1
4343
with:
4444
# FOSSA Push-Only API Token
4545
fossa-api-key: 304657e2357ba57b416b94e6b119131b

0 commit comments

Comments
 (0)