Skip to content

Commit d780581

Browse files
authored
Merge branch 'main' into artefact_dl_options
2 parents cbe4889 + 6acffce commit d780581

File tree

9 files changed

+10
-8
lines changed

9 files changed

+10
-8
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Test
22

33
# Set environment variables available in all jobs and steps
44
env:
5-
go_version: "1.24.6"
5+
go_version: "1.25.3"
66
python_version: "3.10"
77

88
on:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
# Set environment variables available in all jobs and steps
1717
env:
18-
go_version: "1.24.6"
18+
go_version: "1.25.3"
1919
python_version: "3.9"
2020

2121
jobs:

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
# Initializes the CodeQL tools for scanning.
6363
- name: Initialize CodeQL
64-
uses: github/codeql-action/init@v4
64+
uses: github/codeql-action/init@v4.30.9
6565
with:
6666
languages: ${{ matrix.language }}
6767
build-mode: ${{ matrix.build-mode }}
@@ -89,6 +89,6 @@ jobs:
8989
exit 1
9090
9191
- name: Perform CodeQL Analysis
92-
uses: github/codeql-action/analyze@v4
92+
uses: github/codeql-action/analyze@v4.30.9
9393
with:
9494
category: "/language:${{matrix.language}}"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: GitHub Release
22

33
env:
4-
go_version: "1.24.6"
4+
go_version: "1.25.3"
55
python_version: "3.10"
66

77
on:

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
# Upload the results to GitHub's code scanning dashboard (optional).
6969
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7070
- name: "Upload to code-scanning"
71-
uses: github/codeql-action/upload-sarif@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
71+
uses: github/codeql-action/upload-sarif@1d36546c1419dc613cdb4b7fde46b1c81643ccbe # v3.30.7
7272
with:
7373
sarif_file: results.sarif

Dockerfile.utils

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.6 as utils
1+
FROM golang:1.25.3 as utils
22

33
WORKDIR /utils
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SPDX-License-Identifier: Apache-2.0
44
-->
55
# Embedded development services HTTP client utilities
66

7-
[![Go Badge](https://img.shields.io/badge/go-v1.24.6-blue)](https://golang.org/)
7+
[![Go Badge](https://img.shields.io/badge/go-v1.25.3-blue)](https://golang.org/)
88
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
99
[![Go Reference](https://pkg.go.dev/badge/github.com/ARM-software/embedded-development-services-client-utils/utils.svg)](https://pkg.go.dev/github.com/ARM-software/embedded-development-services-client-utils/utils)
1010
[![Go Report Card](https://goreportcard.com/badge/github.com/ARM-software/embedded-development-services-client-utils/utils)](https://goreportcard.com/report/github.com/ARM-software/embedded-development-services-client-utils/utils)

changes/20251024135110.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: golang-1.25.0

changes/20251024170558.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dependency upgrade: codeql-action-4.30.9

0 commit comments

Comments
 (0)