Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 6, 2025
1 parent de50a9e commit f4a95db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ permissions:
jobs:
pre_commmit:
name: Pre-commit
uses: dnlopes/Reusable.Workflows/.github/workflows/pre-commit-hooks.yaml@8c441b3d81a1d125326befa44f1fa2f462cdbfd7 # v1
uses: dnlopes/Reusable.Workflows/.github/workflows/pre-commit-hooks.yaml@8c441b3d81a1d125326befa44f1fa2f462cdbfd7 # v1.13.40
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/pr-semantic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
semantic_pr:
needs: pr_labels
name: Semantic
uses: dnlopes/Reusable.Workflows/.github/workflows/semantic-pr.yaml@8c441b3d81a1d125326befa44f1fa2f462cdbfd7 # v1
uses: dnlopes/Reusable.Workflows/.github/workflows/semantic-pr.yaml@8c441b3d81a1d125326befa44f1fa2f462cdbfd7 # v1.13.40
4 changes: 2 additions & 2 deletions .github/workflows/pr-trivy-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Scan
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Run Trivy
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29.0
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
echo "</details>" >> trivy-comment.md
cat trivy-comment.md >> $GITHUB_STEP_SUMMARY
- uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2
- uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2
name: Add PR comment
if: always()
with:
Expand Down

0 comments on commit f4a95db

Please sign in to comment.