From 8fd29d2181199b9447662ae184297710b02ffe04 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 6 Aug 2026 05:08:28 +0000 Subject: [PATCH] Pin unpinned GitHub Actions to commit SHAs with version comments Co-authored-by: akarnokd <1269832+akarnokd@users.noreply.github.com> --- .github/workflows/entropy-beauty-comment.yml | 4 ++-- .github/workflows/entropy-beauty-scan.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/entropy-beauty-comment.yml b/.github/workflows/entropy-beauty-comment.yml index 460402ab0c..b7d09b69d9 100644 --- a/.github/workflows/entropy-beauty-comment.yml +++ b/.github/workflows/entropy-beauty-comment.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download scan results - uses: actions/download-artifact@v8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: scan-results run-id: ${{ github.event.workflow_run.id }} @@ -28,7 +28,7 @@ jobs: path: results - name: Post summary comment - uses: actions/github-script@v9 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | const fs = require('fs'); diff --git a/.github/workflows/entropy-beauty-scan.yml b/.github/workflows/entropy-beauty-scan.yml index 46cc3545ec..cc38915988 100644 --- a/.github/workflows/entropy-beauty-scan.yml +++ b/.github/workflows/entropy-beauty-scan.yml @@ -25,7 +25,7 @@ jobs: - name: Cache TruffleHog Docker image id: cache-trufflehog - uses: actions/cache@v6 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: /tmp/trufflehog-image.tar key: trufflehog-3.96.0-${{ runner.os }} @@ -95,7 +95,7 @@ jobs: EOF - name: Upload sanitized results only - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: scan-results path: scan-summary.json @@ -111,12 +111,12 @@ jobs: issues: write steps: - name: Download summary - uses: actions/download-artifact@v8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: scan-results - name: Create issue on suspicious entropy - uses: actions/github-script@v9 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | const fs = require('fs');