From f45ee091bbb13ea7dbcfbbb5f52161cb834341a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 02:15:51 +0000 Subject: [PATCH] ci(deps): bump carabiner-dev/actions/install/ampel from 1.2.1 to 1.2.3 Bumps [carabiner-dev/actions/install/ampel](https://github.com/carabiner-dev/actions) from 1.2.1 to 1.2.3. - [Release notes](https://github.com/carabiner-dev/actions/releases) - [Commits](https://github.com/carabiner-dev/actions/compare/94f29392187fe5082d1195a7d4cae3a7ddf09d9c...2a4b2cd115ede14629b03ef7e77586d3269d4c72) --- updated-dependencies: - dependency-name: carabiner-dev/actions/install/ampel dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cross_repo_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cross_repo_integration.yml b/.github/workflows/ci_cross_repo_integration.yml index 46582da73..f9b1c09dc 100644 --- a/.github/workflows/ci_cross_repo_integration.yml +++ b/.github/workflows/ci_cross_repo_integration.yml @@ -65,7 +65,7 @@ jobs: uses: carabiner-dev/actions/install/snappy@94f29392187fe5082d1195a7d4cae3a7ddf09d9c # v1.2.1 - name: Install ampel - uses: carabiner-dev/actions/install/ampel@94f29392187fe5082d1195a7d4cae3a7ddf09d9c # v1.2.1 + uses: carabiner-dev/actions/install/ampel@2a4b2cd115ede14629b03ef7e77586d3269d4c72 # v1.2.3 - name: Install conftest run: go install github.com/open-policy-agent/conftest@v0.68.2