From cfaf49f020f38661aefec50da9f6513c9b584f4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 17:22:09 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/actions/lint-syft/action.yml | 2 +- .github/actions/lint-trivy/action.yml | 2 +- .github/workflows/check.yaml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/lint-syft/action.yml b/.github/actions/lint-syft/action.yml index f85b31e..8fb0dd6 100644 --- a/.github/actions/lint-syft/action.yml +++ b/.github/actions/lint-syft/action.yml @@ -12,7 +12,7 @@ runs: echo "SBOM generated: syft-sbom.json" - name: Upload SBOM artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: syft-sbom path: syft-sbom.json diff --git a/.github/actions/lint-trivy/action.yml b/.github/actions/lint-trivy/action.yml index d28a077..225532b 100644 --- a/.github/actions/lint-trivy/action.yml +++ b/.github/actions/lint-trivy/action.yml @@ -17,7 +17,7 @@ runs: trivy fs . --format cyclonedx --output trivy-sbom.json - name: Upload SBOM artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 with: name: trivy-sbom path: trivy-sbom.json diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 5a9fdde..51b2e7e 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -46,7 +46,7 @@ jobs: echo "has_conflicts=false" >> "$GITHUB_OUTPUT" - name: Install mise - uses: jdx/mise-action@v2 + uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2 - name: Run format id: format @@ -67,7 +67,7 @@ jobs: - name: Commit and push formatting fixes if: steps.format.outputs.has_changes == 'true' && !cancelled() - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5 with: commit_message: | chore: `mise format` @@ -93,12 +93,12 @@ jobs: fetch-depth: 0 - name: Install mise and tools - uses: jdx/mise-action@v2 + uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2 with: install_args: "grype trivy syft gitleaks trufflehog checkov aqua:secretlint/secretlint" - name: Run all security linters in parallel - uses: qoomon/actions--parallel-steps@v1 + uses: qoomon/actions--parallel-steps@9c60934766e6685e38f5b06be635070883ba1fd5 # v1 with: steps: | - uses: ./.github/actions/lint-secretlint