We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d752c1 + 4f1cc60 commit 8168735Copy full SHA for 8168735
3 files changed
.github/workflows/build_container.yml
@@ -97,7 +97,7 @@ jobs:
97
98
- name: Extract version number
99
id: extract_version
100
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
101
with:
102
script: |
103
const agentVersion = '${{ matrix.db_version }}';
.github/workflows/ci.yaml
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
.github/workflows/security_scanning.yml
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
0 commit comments