We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a5c63b + febe7c3 commit c97daa1Copy full SHA for c97daa1
3 files changed
.github/workflows/build_container.yml
@@ -95,7 +95,7 @@ jobs:
95
96
- name: Extract version number
97
id: extract_version
98
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
99
with:
100
script: |
101
const agentVersion = '${{ matrix.agent_version }}';
.github/workflows/ci.yaml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
.github/workflows/security_scanning.yml
@@ -40,7 +40,7 @@ jobs:
41
42
43
44
45
46
0 commit comments