diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index d303415..3b56dbd 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -77,7 +77,7 @@ jobs: # restrictions and adds useful visibility into outbound network behavior. - name: "Harden runner" # step-security/harden-runner v2 - uses: "step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40" + uses: "step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450" with: egress-policy: "audit" @@ -110,7 +110,7 @@ jobs: - name: "Upload SARIF to GitHub code scanning" # github/codeql-action/upload-sarif v4 - uses: "github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225" + uses: "github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7" with: sarif_file: "results.sarif" diff --git a/.github/workflows/security-codeql.yml b/.github/workflows/security-codeql.yml index 77b924a..3e7a8b7 100644 --- a/.github/workflows/security-codeql.yml +++ b/.github/workflows/security-codeql.yml @@ -80,7 +80,7 @@ jobs: # right default until proven otherwise. - name: "Initialize CodeQL" # github/codeql-action/init v4 - uses: "github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225" + uses: "github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7" with: languages: "${{ matrix.language }}" build-mode: "autobuild" @@ -98,6 +98,6 @@ jobs: - name: "Perform CodeQL analysis" # github/codeql-action/analyze v4 - uses: "github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225" + uses: "github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7" with: category: "/language:${{ matrix.language }}"