From fff782e9aefc0bbc42437a6e85cd95d11e80ade3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 14:51:12 +0000 Subject: [PATCH] chore(deps): bump the all group with 2 updates Bumps the all group with 2 updates: [actions/setup-go](https://github.com/actions/setup-go) and [gittuf/gittuf-installer](https://github.com/gittuf/gittuf-installer). Updates `actions/setup-go` from 6.5.0 to 7.0.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/924ae3a1cded613372ab5595356fb5720e22ba16...b7ad1dad31e06c5925ef5d2fc7ad053ef454303e) Updates `gittuf/gittuf-installer` from 0.12.1 to 0.13.0 - [Release notes](https://github.com/gittuf/gittuf-installer/releases) - [Commits](https://github.com/gittuf/gittuf-installer/compare/b31d2ba4f494f30fbc44371da67ad87cca6569f9...a9730b348241599ca1882a8844acb43cd7935bb7) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: gittuf/gittuf-installer dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-locale.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/gittuf-verify.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/run-demo.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-locale.yml b/.github/workflows/ci-locale.yml index e55e1c3a..751cd169 100644 --- a/.github/workflows/ci-locale.yml +++ b/.github/workflows/ci-locale.yml @@ -26,7 +26,7 @@ jobs: with: persist-credentials: false - name: Install Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version: ${{ matrix.go-version }} cache: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbacadb7..aa228ef9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: persist-credentials: false - name: Install Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version: ${{ matrix.go-version }} cache: true diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1872c5f4..98aae5fe 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -19,7 +19,7 @@ jobs: with: persist-credentials: false - name: Install Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version: 1.26 cache: true diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a6cc18b3..9e5e55a7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: persist-credentials: false - - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 + - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version: '1.26' cache: true diff --git a/.github/workflows/gittuf-verify.yml b/.github/workflows/gittuf-verify.yml index 909397bc..c15f66c3 100644 --- a/.github/workflows/gittuf-verify.yml +++ b/.github/workflows/gittuf-verify.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install gittuf - uses: gittuf/gittuf-installer@b31d2ba4f494f30fbc44371da67ad87cca6569f9 + uses: gittuf/gittuf-installer@a9730b348241599ca1882a8844acb43cd7935bb7 - name: Checkout and verify repository run: | sleep 10s diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6ee07620..2939be5f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 with: persist-credentials: false - - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 + - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version: '1.26' cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b168284..d3178574 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 # fetch full history for previous tag information persist-credentials: false - - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 + - uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version: '1.26' cache: true diff --git a/.github/workflows/run-demo.yml b/.github/workflows/run-demo.yml index 5275fe7f..d168c2e3 100644 --- a/.github/workflows/run-demo.yml +++ b/.github/workflows/run-demo.yml @@ -17,7 +17,7 @@ jobs: with: persist-credentials: false - name: Install Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e with: go-version: '1.26' - name: Build gittuf