Skip to content

Commit edf8092

Browse files
authored
chore(deps): pin dependencies (#7457)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/github-script](https://redirect.github.com/actions/github-script) | action | pinDigest | -> `60a0d83` | | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) | action | pinDigest | -> `ea165f8` | | [fossa-contrib/fossa-action](https://redirect.github.com/fossa-contrib/fossa-action) | action | pinDigest | -> `3d2ef18` | | [thollander/actions-comment-pull-request](https://redirect.github.com/thollander/actions-comment-pull-request) | action | pinDigest | -> `24bffb9` | --- ### Configuration 📅 **Schedule**: Branch creation - "on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jaegertracing/jaeger). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlbG9nOmRlcGVuZGVuY2llcyJdfQ==--> Signed-off-by: Mend Renovate <[email protected]>
1 parent 37fd591 commit edf8092

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)