Skip to content

Commit f7a88e8

Browse files
authored
Merge pull request #252 from marcransome/dependabot/github_actions/version-updates-b8b3333814
2 parents ee8cb8f + 4cf54f6 commit f7a88e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: brew install popt
3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
31+
uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
3232
with:
3333
languages: cpp
3434
queries: security-and-quality
@@ -38,4 +38,4 @@ jobs:
3838
cmake -S . -B build -D CMAKE_OSX_ARCHITECTURES=arm64
3939
cmake --build build
4040
- name: Perform CodeQL analysis
41-
uses: github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
41+
uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
path: results.sarif
3838
retention-days: 5
3939
- name: Upload to code scanning dashboard
40-
uses: github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
40+
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
4141
with:
4242
sarif_file: results.sarif

0 commit comments

Comments
 (0)