From bf65232a78d2790a02f3907c85013f34b26f01ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 00:12:15 +0000 Subject: [PATCH] chore(github-actions): bump the all-version-updates group with 2 updates Bumps the all-version-updates group with 2 updates: [equinor/ops-actions/.github/workflows/zizmor-codeql.yml](https://github.com/equinor/ops-actions) and [equinor/ops-actions/.github/workflows/commitlint.yml](https://github.com/equinor/ops-actions). Updates `equinor/ops-actions/.github/workflows/zizmor-codeql.yml` from 9.35.0 to 9.35.1 - [Release notes](https://github.com/equinor/ops-actions/releases) - [Changelog](https://github.com/equinor/ops-actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/equinor/ops-actions/compare/8dfda59d14ec91a8727ac64fe60ab51a4b98d03e...ecbe5190dbfb866ebd36d850cd68e01b873f969c) Updates `equinor/ops-actions/.github/workflows/commitlint.yml` from 9.35.0 to 9.35.1 - [Release notes](https://github.com/equinor/ops-actions/releases) - [Changelog](https://github.com/equinor/ops-actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/equinor/ops-actions/compare/8dfda59d14ec91a8727ac64fe60ab51a4b98d03e...ecbe5190dbfb866ebd36d850cd68e01b873f969c) --- updated-dependencies: - dependency-name: equinor/ops-actions/.github/workflows/zizmor-codeql.yml dependency-version: 9.35.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-version-updates - dependency-name: equinor/ops-actions/.github/workflows/commitlint.yml dependency-version: 9.35.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-version-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-zizmor.yml | 2 +- .github/workflows/lint-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-zizmor.yml b/.github/workflows/codeql-zizmor.yml index ce09bd9..6b81caf 100644 --- a/.github/workflows/codeql-zizmor.yml +++ b/.github/workflows/codeql-zizmor.yml @@ -11,7 +11,7 @@ permissions: {} jobs: zizmor: name: Run zizmor - uses: equinor/ops-actions/.github/workflows/zizmor-codeql.yml@8dfda59d14ec91a8727ac64fe60ab51a4b98d03e # v9.35.0 + uses: equinor/ops-actions/.github/workflows/zizmor-codeql.yml@ecbe5190dbfb866ebd36d850cd68e01b873f969c # v9.35.1 with: config_file: .github/zizmor.yml permissions: diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml index 6f56925..830c965 100644 --- a/.github/workflows/lint-pr.yml +++ b/.github/workflows/lint-pr.yml @@ -15,6 +15,6 @@ jobs: name: Lint PR Title permissions: contents: read - uses: equinor/ops-actions/.github/workflows/commitlint.yml@8dfda59d14ec91a8727ac64fe60ab51a4b98d03e # 9.35.0 + uses: equinor/ops-actions/.github/workflows/commitlint.yml@ecbe5190dbfb866ebd36d850cd68e01b873f969c # 9.35.1 with: message: ${{ github.event.pull_request.title }} \ No newline at end of file