Skip to content

Commit 73bcb19

Browse files
authored
Merge pull request #828 from flexion/chore/fix-codeql-build
Chore/fix codeql build
2 parents 4a702e8 + 409871f commit 73bcb19

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/codeql.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,14 @@ jobs:
5050
github.com:44
5151
objects.githubusercontent.com:443
5252
uploads.github.com:443
53+
release-assets.githubusercontent.com:443
5354
5455
- name: Checkout repository
5556
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5657

5758
# Initializes the CodeQL tools for scanning.
5859
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
60+
uses: github/codeql-action/init@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
6061
with:
6162
languages: ${{ matrix.language }}
6263
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -69,7 +70,7 @@ jobs:
6970
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
7071
# If this step fails, then you should remove it and run the build manually (see below)
7172
- name: Autobuild
72-
uses: github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
73+
uses: github/codeql-action/autobuild@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
7374

7475
# ℹ️ Command-line programs to run using the OS shell.
7576
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -82,6 +83,6 @@ jobs:
8283
# ./location_of_script_within_repo/buildscript.sh
8384

8485
- name: Perform CodeQL Analysis
85-
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
86+
uses: github/codeql-action/analyze@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
8687
with:
8788
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)