Skip to content

Commit 624080a

Browse files
authored
Run CodeQL on macOS-13 instead of 11 (#220)
* Refs #21286: Run CodeQL on macOS-13 instead of 11 Signed-off-by: eduponz <[email protected]> * Refs #21286: Remove 1.1.x from the backport list, as it is attached to 2.6.x Signed-off-by: eduponz <[email protected]> * Refs #21286: Use CodeQL action v3 Signed-off-by: eduponz <[email protected]> --------- Signed-off-by: eduponz <[email protected]>
1 parent 203725d commit 624080a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
In case of bug fixes, please provide the list of supported branches where this fix should be also merged.
1818
Please uncomment following line, adjusting the corresponding target branches for the backport.
1919
-->
20-
<!-- @Mergifyio backport 2.2.x 2.1.x 1.1.x 1.0.x -->
20+
<!-- @Mergifyio backport 2.2.x 2.1.x 1.0.x -->
2121

2222
<!-- If an issue is already opened, please uncomment next line with the corresponding issue number. -->
2323
<!-- Fixes #(issue) -->

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
os: [windows-2019, ubuntu-22.04, macos-11, ]
41+
os: [windows-2019, ubuntu-22.04, macos-13, ]
4242
language: [ 'cpp' ]
4343
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
4444
# Learn more:
@@ -50,7 +50,7 @@ jobs:
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@v2
53+
uses: github/codeql-action/init@v3
5454
with:
5555
languages: ${{ matrix.language }}
5656
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -77,4 +77,4 @@ jobs:
7777
cmake --build .
7878
7979
- name: Perform CodeQL Analysis
80-
uses: github/codeql-action/analyze@v2
80+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)