From 05d6d65acd944f9631778aa377d3d0dd3a76f4e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 02:12:04 +0100 Subject: [PATCH] build(deps): bump the actions group across 1 directory with 3 updates (#329) Bumps the actions group with 3 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go), [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [theupdateframework/tuf-on-ci](https://github.com/theupdateframework/tuf-on-ci). Updates `actions/setup-go` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/3041bf56c941b39c61721a86cd11f3bb1338122a...f111f3307d8850f501ac008e886eec1fd1932a34) Updates `golangci/golangci-lint-action` from 6.2.0 to 6.3.1 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/ec5d18412c0aeab7936cb16880d708ba2a64e1ae...2e788936b09dd82dc280e845628a40d2ba6b204c) Updates `theupdateframework/tuf-on-ci` from 0.15.1 to 0.16.0 - [Release notes](https://github.com/theupdateframework/tuf-on-ci/releases) - [Changelog](https://github.com/theupdateframework/tuf-on-ci/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/theupdateframework/tuf-on-ci/compare/fffb59fa10497d72f0e3df531b88b3c5adf868fe...5105c4bd73fae36f089dd4848fd1fd81a20a3df8) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: theupdateframework/tuf-on-ci dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-tools-ci.yml | 4 ++-- .github/workflows/ctlog-sth.yml | 2 +- .github/workflows/rate-limiting.yml | 2 +- .github/workflows/reusable-pager.yml | 2 +- .github/workflows/reusable-prober.yml | 8 ++++---- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-tools-ci.yml b/.github/workflows/build-tools-ci.yml index 2320949..98d4bce 100644 --- a/.github/workflows/build-tools-ci.yml +++ b/.github/workflows/build-tools-ci.yml @@ -43,7 +43,7 @@ jobs: - name: Set up Go if: steps.changes.outputs.tools == 'true' - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version-file: 'prober/hack/toolz/go.mod' check-latest: true @@ -68,7 +68,7 @@ jobs: - name: lint pager-duty if: steps.changes.outputs.tools == 'true' - uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0 + uses: golangci/golangci-lint-action@2e788936b09dd82dc280e845628a40d2ba6b204c # v6.3.1 with: working-directory: pager-duty diff --git a/.github/workflows/ctlog-sth.yml b/.github/workflows/ctlog-sth.yml index 4100c65..4074d88 100644 --- a/.github/workflows/ctlog-sth.yml +++ b/.github/workflows/ctlog-sth.yml @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version-file: 'prober/ctlog/go.mod' cache-dependency-path: 'prober/ctlog/go.sum' diff --git a/.github/workflows/rate-limiting.yml b/.github/workflows/rate-limiting.yml index 12fa0a1..13fb398 100644 --- a/.github/workflows/rate-limiting.yml +++ b/.github/workflows/rate-limiting.yml @@ -24,7 +24,7 @@ jobs: summary: ${{ steps.msg.outputs.summary}} steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version-file: 'go.work' check-latest: true diff --git a/.github/workflows/reusable-pager.yml b/.github/workflows/reusable-pager.yml index 3fac1dc..1028b6e 100644 --- a/.github/workflows/reusable-pager.yml +++ b/.github/workflows/reusable-pager.yml @@ -53,7 +53,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version-file: 'pager-duty/go.mod' check-latest: true diff --git a/.github/workflows/reusable-prober.yml b/.github/workflows/reusable-prober.yml index 756d498..0dbe8e0 100644 --- a/.github/workflows/reusable-prober.yml +++ b/.github/workflows/reusable-prober.yml @@ -70,7 +70,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Go id: setup-go - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version-file: 'prober/hack/toolz/go.mod' check-latest: true @@ -123,7 +123,7 @@ jobs: run: cp "${{ inputs.tuf_root_path }}" ./root.json - name: Verify TUF repository state - uses: theupdateframework/tuf-on-ci/actions/test-repository@fffb59fa10497d72f0e3df531b88b3c5adf868fe # v0.15.1 + uses: theupdateframework/tuf-on-ci/actions/test-repository@5105c4bd73fae36f089dd4848fd1fd81a20a3df8 # v0.16.0 with: metadata_url: ${{ inputs.tuf_repo }} valid_days: 2 @@ -133,7 +133,7 @@ jobs: - name: Verify preprod TUF repository state (and the upgrade from prod) if: ${{ inputs.enable_staging == false }} - uses: theupdateframework/tuf-on-ci/actions/test-repository@fffb59fa10497d72f0e3df531b88b3c5adf868fe # v0.15.1 + uses: theupdateframework/tuf-on-ci/actions/test-repository@5105c4bd73fae36f089dd4848fd1fd81a20a3df8 # v0.16.0 with: metadata_url: ${{ inputs.tuf_preprod_repo }} update_base_url: ${{ inputs.tuf_repo }} @@ -188,7 +188,7 @@ jobs: run: | echo "skip_pagerduty=true" >> $GITHUB_OUTPUT - - uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 + - uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 id: setup-go with: go-version-file: 'prober/hack/toolz/go.mod'