Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

Commit 9febd49

Browse files
📌 Pin ixm-one/common action to 68418f6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a28d9d3 commit 9febd49

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎.github/workflows/coverage.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
skip:
99
name: Skip Duplicate Actions
10-
uses: ixm-one/common/.github/workflows/actions.skip.yml@main
10+
uses: ixm-one/common/.github/workflows/actions.skip.yml@68418f609f1536adc3c3861b0a0b0e63d78ecc6e # main
1111
coverage:
1212
name: Code Coverage
1313
runs-on: ubuntu-latest

‎.github/workflows/lint.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77
jobs:
88
skip:
99
name: Skip Duplicate Actions
10-
uses: ixm-one/common/.github/workflows/actions.skip.yml@main
10+
uses: ixm-one/common/.github/workflows/actions.skip.yml@68418f609f1536adc3c3861b0a0b0e63d78ecc6e # main
1111
actions:
1212
name: Lint GitHub Action Workflows
13-
uses: ixm-one/common/.github/workflows/actions.lint.yml@main
13+
uses: ixm-one/common/.github/workflows/actions.lint.yml@68418f609f1536adc3c3861b0a0b0e63d78ecc6e # main
1414
needs: skip
1515
if: needs.skip.outputs.should-skip != 'true'
1616
spelling:
1717
name: Lint Spelling
18-
uses: ixm-one/common/.github/workflows/spellcheck.yml@main
18+
uses: ixm-one/common/.github/workflows/spellcheck.yml@68418f609f1536adc3c3861b0a0b0e63d78ecc6e # main
1919
needs: skip
2020
if: needs.skip.outputs.should-skip != 'true'
2121
python:

0 commit comments

Comments
 (0)