Skip to content

Commit 114a62b

Browse files
authored
Merge pull request #20 from sjinks/renovate/github-codeql-action-3.x
chore(deps): update github/codeql-action action to v3.28.9
2 parents 06119cc + 67cefa5 commit 114a62b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Harden Runner
4949
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
5050
with:
51-
egress-policy: block
51+
egress-policy: audit
5252
allowed-endpoints: >
5353
api.github.com:443
5454
azure.archive.ubuntu.com:80

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4343

4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
45+
uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
4646
with:
4747
languages: ${{ matrix.language }}
4848

@@ -55,6 +55,6 @@ jobs:
5555
cmake --build build
5656
5757
- name: Perform CodeQL Analysis
58-
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
58+
uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
5959
with:
6060
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)