Skip to content

Commit 349962f

Browse files
committed
actions pinning
1 parent 84dff64 commit 349962f

3 files changed

Lines changed: 13 additions & 14 deletions

File tree

.github/workflows/ci-build-pr.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@ jobs:
5858
id: test
5959
run: dotnet run --configuration Release --coverage --coverage-output-format cobertura --report-github --project tests/UnitTests/BCrypt.Net.UnitTests.csproj
6060

61-
- name: 'Create test summary'
62-
uses: test-summary/action@31493c76ec9e7aa675f1585d3ed6f1da69269a86 # v2.4
63-
with:
64-
paths: tests/UnitTests/**/TestResults.xml
65-
show: "fail, skip"
66-
if: always()
67-
6861
- name: 'Generate Coverage Reports'
6962
uses: danielpalme/ReportGenerator-GitHub-Action@c4c5175a441c6603ec614f5084386dabe0e2295b # v5.4.12
7063
with:

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767

6868
# Initializes the CodeQL tools for scanning.
6969
- name: Initialize CodeQL
70-
uses: github/codeql-action/init@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3.30.2
70+
uses: github/codeql-action/init@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
71+
7172
with:
7273
languages: ${{ matrix.language }}
7374
config-file: ./.github/codeql/codeql-config.yml
@@ -78,4 +79,5 @@ jobs:
7879
- run: dotnet build --configuration CodeQL /p:UseSharedCompilation=false /t:rebuild
7980

8081
- name: Perform CodeQL Analysis
81-
uses: github/codeql-action/analyze@d3678e237b9c32a6c9bffb3315c335f976f3549f ## v3.30.2
82+
uses: github/codeql-action/analyze@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
83+

.github/workflows/devskim.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,16 @@ jobs:
1717
dependency-review:
1818
runs-on: ubuntu-24.04
1919
steps:
20-
- name: Harden Runner
21-
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
20+
- name: 'Harden Runner'
21+
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2222
with:
2323
egress-policy: audit
24-
- uses: actions/checkout@v4
25-
- uses: microsoft/DevSkim-Action@v1
26-
- uses: github/codeql-action/upload-sarif@v3
24+
25+
- name: 'Checkout'
26+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27+
with:
28+
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
29+
- uses: microsoft/DevSkim-Action@4b5047945a44163b94642a1cecc0d93a3f428cc6 #v1.0.16
30+
- uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 #v4.32.3
2731
with:
2832
sarif_file: devskim-results.sarif

0 commit comments

Comments
 (0)