From 17adefd197f4f32d0a860e1f7908c9a65a765371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 04:36:54 +0000 Subject: [PATCH] ci(actions):(deps): bump Infisical/secrets-action from 1.0.7 to 1.0.15 Bumps [Infisical/secrets-action](https://github.com/infisical/secrets-action) from 1.0.7 to 1.0.15. - [Release notes](https://github.com/infisical/secrets-action/releases) - [Commits](https://github.com/infisical/secrets-action/compare/03d3fa38607956c493f53c6633f94006a13c47ae...8802effbe453d0576cd923567dcc2c97a1f54058) --- updated-dependencies: - dependency-name: Infisical/secrets-action dependency-version: 1.0.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f0eada1..08fd15f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -55,7 +55,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Fetch secrets from Infisical - uses: Infisical/secrets-action@03d3fa38607956c493f53c6633f94006a13c47ae # v1.0.7 + uses: Infisical/secrets-action@8802effbe453d0576cd923567dcc2c97a1f54058 # v1.0.15 with: client-id: ${{ secrets.INFISICAL_CLIENT_ID }} client-secret: ${{ secrets.INFISICAL_CLIENT_SECRET }}