From 3de70905ef65c6202af2db37444be233b49478fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 01:47:37 +0000 Subject: [PATCH] chore(deps): update github actions (non-major) --- .github/workflows/pre-commit-node.yaml | 2 +- .github/workflows/security.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pre-commit-node.yaml b/.github/workflows/pre-commit-node.yaml index dec1338..0b9b897 100644 --- a/.github/workflows/pre-commit-node.yaml +++ b/.github/workflows/pre-commit-node.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 + - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 with: node-version: '24' - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index d2c48f5..c7701ec 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -34,7 +34,7 @@ jobs: EOF - name: Security check - Trivy - uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # 0.34.2 + uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.0 with: scan-type: 'fs' scan-ref: '.' @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest if: ${{ inputs.ENABLE_BANDIT || inputs.ENABLE_SAST }} container: - image: semgrep/semgrep@sha256:e04d2cb132288d90035db8791d64f610cb255b21e727b94db046243b30c01ae9 + image: semgrep/semgrep@sha256:50b839b576d76426efd3e5cffda2db0d8c403f53aa76e91d42ccf51485ac336c steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - run: semgrep scan --config auto \ No newline at end of file