Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 }}"
Loading