Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
# we want the head of the branch that triggered this, not the reference of the commit, this is so we get updated go versions etc.
- name: Check out [${{ inputs.branch || github.ref }}]
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6.0.2
with:
ref: ${{ inputs.branch || github.ref }}
- name: Update Go env version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checkout with full history for to allow compare with base branch
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
with:
fetch-depth: 0
- uses: actions/setup-python@v6
Expand All @@ -50,7 +50,7 @@ jobs:
- uses: actions/setup-python@v6
- name: Install tools
run: pip install detect-secrets==1.0.3 && pip list
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
with:
fetch-depth: 0
# FIXME: GitLeaks requires a licence now
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6.0.2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
needs: update-utils
steps:
# Checkout with full history for to allow compare with base branch
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
with:
fetch-depth: 0
- uses: actions/setup-python@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
outputs:
changes: ${{ steps.check.outputs.changes }}
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
- name: Check if changes directory contains files
id: check
run: |
Expand All @@ -33,7 +33,7 @@ jobs:
needs: [ check-for-changes ]
if: needs.check-for-changes.outputs.changes
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
with:
# Get the full history as this is required by goreleaser
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.1
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v5.0.1
with:
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Update Go
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
with:
# So that we have correct GIT_TOKEN to push back to branch as we need workflow permissions
token: ${{ secrets.GIT_SECRET }}
Expand All @@ -35,7 +35,7 @@ jobs:
run: |
cd-license-files
- name: Checkout Update Go action
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6.0.2
with:
repository: Arm-Debug/update-go-action
ref: refs/tags/latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
SPDX-License-Identifier: Apache-2.0
-->
# Embedded development services HTTP client utilities
Expand Down
1 change: 1 addition & 0 deletions changes/20260122183357.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Dependency upgrade: checkout-6.0.2
2 changes: 1 addition & 1 deletion utils/api/api.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion utils/api/api_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion utils/artefacts/artefacts.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion utils/artefacts/artefacts_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package artefacts
Expand Down
2 changes: 1 addition & 1 deletion utils/artefacts/interface.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion utils/artefacts/options.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package artefacts
Expand Down
2 changes: 1 addition & 1 deletion utils/cache/cache.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion utils/cache/cache_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package cache
Expand Down
2 changes: 1 addition & 1 deletion utils/cache/interfaces.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion utils/client/client.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package client
Expand Down
2 changes: 1 addition & 1 deletion utils/client/client_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package client
Expand Down
2 changes: 1 addition & 1 deletion utils/errors/errors.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion utils/errors/errors_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package errors
Expand Down
2 changes: 1 addition & 1 deletion utils/errors/mapping.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package errors
Expand Down
2 changes: 1 addition & 1 deletion utils/job/interfaces.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion utils/job/job_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package job
Expand Down
2 changes: 1 addition & 1 deletion utils/job/jobtest/testing.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion utils/job/manager.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion utils/job/manager_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion utils/links/link.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion utils/links/link_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion utils/links/linkstest/testing.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion utils/links/linkstest/testing_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package linkstest
Expand Down
2 changes: 1 addition & 1 deletion utils/logging/interfaces.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion utils/logging/logger.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion utils/logging/logger_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package logging
Expand Down
2 changes: 1 addition & 1 deletion utils/messages/format.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion utils/messages/format_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package messages
Expand Down
2 changes: 1 addition & 1 deletion utils/messages/interfaces.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion utils/messages/logger.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion utils/messages/logger_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package messages
Expand Down
2 changes: 1 addition & 1 deletion utils/messages/mapping.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion utils/messages/mapping_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package messages
Expand Down
2 changes: 1 addition & 1 deletion utils/messages/pagination.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion utils/messages/testing.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion utils/messages/testing_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package messages
Expand Down
2 changes: 1 addition & 1 deletion utils/mocks/mock_artefacts.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion utils/mocks/mock_cache.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion utils/mocks/mock_job.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion utils/mocks/mock_messages.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion utils/mocks/mock_resource.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion utils/mocks/mock_store.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion utils/pagination/iterator.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved.
* Copyright (C) 2020-2026 Arm Limited or its affiliates and Contributors. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
Loading