We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db87e80 + 24c4809 commit 8227260Copy full SHA for 8227260
.github/workflows/codeql.yml
@@ -8,7 +8,7 @@ jobs:
8
codeql:
9
runs-on: ubuntu-latest
10
container:
11
- image: "registry.gitlab.com/offa/docker-images/gcc:12"
+ image: "registry.gitlab.com/offa/docker-images/gcc:14"
12
name: "CodeQL"
13
steps:
14
- name: Checkout
.github/workflows/systemtest.yml
@@ -13,7 +13,7 @@ jobs:
- true
- false
15
16
- image: "registry.gitlab.com/offa/docker-images/gcc-12:stable"
17
services:
18
influxdb:
19
image: influxdb:${{ matrix.influx_version }}
0 commit comments