Skip to content

Commit

Permalink
Pin GitHub Actions dependencies (#5860)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
fixed the pinned dependencies issue reported by
[scorecard](https://scorecard.dev/viewer/?uri=github.com/jaegertracing/jaeger).
Part of  #5815 

## Description of the changes
- pinned the github actions by hash.

## How was this change tested?
- 

## Checklist
- [X] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [X] I have signed all commits
- [ ] I have added unit tests for the new functionality
- [ ] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `yarn lint` and `yarn test`

Signed-off-by: harshitasao <[email protected]>
  • Loading branch information
harshitasao authored Aug 18, 2024
1 parent 34a8aa5 commit 0dd2b23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: ./.github/actions/block-pr-not-on-main

- name: Set up Python 3.x for DCO check
uses: actions/setup-python@v5
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
with:
python-version: '3.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint-dependabot-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: marocchino/validate-dependabot@v3
- uses: marocchino/validate-dependabot@d8ae5c0d03dd75fbd0ad5f8ab4ba8101ebbd4b37 # v3.0.0
id: validate

0 comments on commit 0dd2b23

Please sign in to comment.