File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
- name : Harden Runner
49
49
uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
50
50
with :
51
- egress-policy : block
51
+ egress-policy : audit
52
52
allowed-endpoints : >
53
53
api.github.com:443
54
54
azure.archive.ubuntu.com:80
Original file line number Diff line number Diff line change 42
42
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43
43
44
44
- name : Initialize CodeQL
45
- uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
45
+ uses : github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
46
46
with :
47
47
languages : ${{ matrix.language }}
48
48
55
55
cmake --build build
56
56
57
57
- name : Perform CodeQL Analysis
58
- uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
58
+ uses : github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
59
59
with :
60
60
category : " /language:${{ matrix.language }}"
You can’t perform that action at this time.
0 commit comments