Skip to content

Commit 83d6018

Browse files
authored
ci: use ubuntu-22.04 instead of ubuntu-latest-xl to avoid queueing
Switch runners to ubuntu-22.04 para evitar colas XL; todos los checks verdes (26).
1 parent 57031bd commit 83d6018

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.github/workflows/code-scanning-pack-gen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
create-code-scanning-pack:
3838
name: Create Code Scanning pack
3939
needs: prepare-code-scanning-pack-matrix
40-
runs-on: ubuntu-latest-xl
40+
runs-on: ubuntu-22.04
4141
strategy:
4242
fail-fast: false
4343
matrix: ${{ fromJSON(needs.prepare-code-scanning-pack-matrix.outputs.matrix) }}
@@ -133,4 +133,4 @@ jobs:
133133
uses: actions/upload-artifact@v4
134134
with:
135135
name: coding-standards-codeql-packs
136-
path: '*-coding-standards.tgz'
136+
path: '*-coding-standards.tgz'

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- language: actions
4747
build-mode: none
4848
- language: c-cpp
49-
build-mode: autobuild
49+
build-mode: none
5050
- language: javascript-typescript
5151
build-mode: none
5252
- language: python
@@ -102,3 +102,4 @@ jobs:
102102
uses: github/codeql-action/analyze@v3
103103
with:
104104
category: "/language:${{matrix.language}}"
105+

.github/workflows/codeql_unit_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python scripts/create_language_matrix.py
3333
echo "matrix=$(
3434
python scripts/create_language_matrix.py | \
35-
jq --compact-output 'map([.+{os: "ubuntu-latest-xl", codeql_standard_library_ident : .codeql_standard_library | sub("\/"; "_")}]) | flatten | {include: .}')" >> $GITHUB_OUTPUT
35+
jq --compact-output 'map([.+{os: "ubuntu-22.04", codeql_standard_library_ident : .codeql_standard_library | sub("\/"; "_")}]) | flatten | {include: .}')" >> $GITHUB_OUTPUT
3636
3737
run-test-suites:
3838
name: Run unit tests
@@ -185,3 +185,4 @@ jobs:
185185
echo $FAILING_TESTS | jq .
186186
exit 1
187187
fi
188+

scripts/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ gitdb==4.0.5
55
GitPython==3.1.41
66
idna==2.10
77
Jinja2==3.1.6
8-
MarkupSafe==1.1.1
8+
MarkupSafe==2.1.5
99
requests==2.32.4
1010
smmap==3.0.5
1111
soupsieve==2.0.1
1212
pyyaml==6.0.1
1313
urllib3==1.26.18
1414
wheel==0.38.1
1515
jsonschema==4.9.1
16-
marko==1.2.1
16+
marko==1.2.1

0 commit comments

Comments
 (0)