We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db10be5 + a875491 commit 326a4bbCopy full SHA for 326a4bb
2 files changed
.github/workflows/ci.yaml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Extract server version number
43
id: extract_server_version
44
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
45
with:
46
script: |
47
const serverVersion = '${{ matrix.server_version }}';
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Extract db version number
52
id: extract_db_version
53
54
55
56
const dbVersion = '${{ matrix.db_version }}';
.github/workflows/security_scanning.yml
@@ -43,7 +43,7 @@ jobs:
- name: Extract version number
id: extract_version
48
49
const agentVersion = '${{ matrix.server_version }}';
0 commit comments