From 2346ecb7b047a60f9756f33efaf48d2f1a63ef5d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 4 May 2026 12:16:42 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/workflows/reusable-lint-node.yml | 2 +- .github/workflows/reusable-node-ci.yml | 2 +- .github/workflows/reusable-notify-on-failure.yml | 2 +- .github/workflows/reusable-security-scan.yml | 16 ++++++++-------- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/reusable-lint-node.yml b/.github/workflows/reusable-lint-node.yml index fdee668..ec247ed 100644 --- a/.github/workflows/reusable-lint-node.yml +++ b/.github/workflows/reusable-lint-node.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Node.js ${{ inputs.node-version }} - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: ${{ inputs.node-version }} cache: 'npm' diff --git a/.github/workflows/reusable-node-ci.yml b/.github/workflows/reusable-node-ci.yml index 93bb2a2..3675c5a 100644 --- a/.github/workflows/reusable-node-ci.yml +++ b/.github/workflows/reusable-node-ci.yml @@ -57,7 +57,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Node.js ${{ matrix.node-version }} - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: ${{ matrix.node-version }} cache: 'npm' diff --git a/.github/workflows/reusable-notify-on-failure.yml b/.github/workflows/reusable-notify-on-failure.yml index 8cd8deb..d5907c3 100644 --- a/.github/workflows/reusable-notify-on-failure.yml +++ b/.github/workflows/reusable-notify-on-failure.yml @@ -28,7 +28,7 @@ jobs: runs-on: [self-hosted, linux, x64] steps: - name: Send failure notification - uses: caelicode/send-email@main + uses: caelicode/send-email@2006dd6c915572799af086d6e31d93bcd5b91ca3 # main with: server_address: smtp.gmail.com server_port: 587 diff --git a/.github/workflows/reusable-security-scan.yml b/.github/workflows/reusable-security-scan.yml index 2476bae..76a5669 100644 --- a/.github/workflows/reusable-security-scan.yml +++ b/.github/workflows/reusable-security-scan.yml @@ -84,16 +84,16 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Initialize CodeQL - uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4 + uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4 with: languages: ${{ matrix.language }} queries: security-extended - name: Autobuild - uses: github/codeql-action/autobuild@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4 + uses: github/codeql-action/autobuild@e46ed2cbd01164d986452f91f178727624ae40d7 # v4 - name: Run CodeQL analysis - uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4 + uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4 with: category: "/language:${{ matrix.language }}" continue-on-error: true # SARIF upload requires GHAS on private repos @@ -143,18 +143,18 @@ jobs: - name: Initialize CodeQL if: steps.detect.outputs.count != '0' - uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4 + uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4 with: languages: ${{ join(fromJSON(steps.detect.outputs.languages), ',') }} queries: security-extended - name: Autobuild if: steps.detect.outputs.count != '0' - uses: github/codeql-action/autobuild@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4 + uses: github/codeql-action/autobuild@e46ed2cbd01164d986452f91f178727624ae40d7 # v4 - name: Run CodeQL analysis if: steps.detect.outputs.count != '0' - uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4 + uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4 continue-on-error: true # SARIF upload requires GHAS on private repos - name: Skip notice @@ -171,7 +171,7 @@ jobs: security-events: write container: - image: semgrep/semgrep@sha256:d3d1be3a3770514d16a6a57b9761575d7536d70f45a5220274f4ec7d55c442b9 + image: semgrep/semgrep@sha256:7810f1d7884974ab6dda7bef8f4a2c8e165ea2142fd8260515d380e4f1407263 steps: - name: Checkout @@ -195,7 +195,7 @@ jobs: - name: Upload Semgrep SARIF if: always() - uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4 + uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4 with: sarif_file: semgrep-results.sarif category: semgrep