From b55795a95a1ea8e97cbed9a1b48a38bac54a671a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 17:55:45 +0000 Subject: [PATCH] Bump pcdshub/pcds-ci-helpers/.github/workflows/pre-commit.yml Bumps [pcdshub/pcds-ci-helpers/.github/workflows/pre-commit.yml](https://github.com/pcdshub/pcds-ci-helpers) from 2e7e5ec8fb8afca5fa0cdb60b82b0f1b99cd2647 to d535ae04c63236687160bfde064e83489a5eceba. - [Release notes](https://github.com/pcdshub/pcds-ci-helpers/releases) - [Commits](https://github.com/pcdshub/pcds-ci-helpers/compare/2e7e5ec8fb8afca5fa0cdb60b82b0f1b99cd2647...d535ae04c63236687160bfde064e83489a5eceba) --- updated-dependencies: - dependency-name: pcdshub/pcds-ci-helpers/.github/workflows/pre-commit.yml dependency-version: d535ae04c63236687160bfde064e83489a5eceba dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/standard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/standard.yml b/.github/workflows/standard.yml index 121f2b75..c987d34e 100644 --- a/.github/workflows/standard.yml +++ b/.github/workflows/standard.yml @@ -48,6 +48,6 @@ jobs: needs: - get_changed_files name: 'pre-commit checks' - uses: pcdshub/pcds-ci-helpers/.github/workflows/pre-commit.yml@2e7e5ec8fb8afca5fa0cdb60b82b0f1b99cd2647 + uses: pcdshub/pcds-ci-helpers/.github/workflows/pre-commit.yml@d535ae04c63236687160bfde064e83489a5eceba with: args: "--files ${{ needs.get_changed_files.outputs.PROJECT_FILES }}"