diff --git a/.github/workflows/git-release.yaml b/.github/workflows/git-release.yaml index 21032a8..2e42f07 100644 --- a/.github/workflows/git-release.yaml +++ b/.github/workflows/git-release.yaml @@ -14,5 +14,5 @@ on: jobs: release: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-calver.yaml@9c446d05d840db108ef8fcf0bb0f67f5049ed9b0 # v3.4.40 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-calver.yaml@26427fee633d4aa36010d350c1def63abe911192 # v3.4.41 secrets: inherit diff --git a/.github/workflows/label-sync.yaml b/.github/workflows/label-sync.yaml index 177e60c..61d3063 100644 --- a/.github/workflows/label-sync.yaml +++ b/.github/workflows/label-sync.yaml @@ -31,7 +31,7 @@ on: jobs: label-sync: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@9c446d05d840db108ef8fcf0bb0f67f5049ed9b0 # v3.4.40 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@26427fee633d4aa36010d350c1def63abe911192 # v3.4.41 secrets: inherit with: dry-run: ${{ inputs.dry-run || github.event_name == 'pull_request' }} diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml index e8512d7..814307c 100644 --- a/.github/workflows/labeler.yaml +++ b/.github/workflows/labeler.yaml @@ -7,7 +7,7 @@ on: jobs: pr-labeler: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@9c446d05d840db108ef8fcf0bb0f67f5049ed9b0 # v3.4.40 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@26427fee633d4aa36010d350c1def63abe911192 # v3.4.41 secrets: inherit with: config-file: .github/labeler.yaml diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 9914654..f64705f 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -11,23 +11,23 @@ on: jobs: yamllint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@9c446d05d840db108ef8fcf0bb0f67f5049ed9b0 # v3.4.40 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@26427fee633d4aa36010d350c1def63abe911192 # v3.4.41 secrets: inherit with: yamllint-args: "--config-file=.yamllint.yaml" actionlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@9c446d05d840db108ef8fcf0bb0f67f5049ed9b0 # v3.4.40 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@26427fee633d4aa36010d350c1def63abe911192 # v3.4.41 secrets: inherit shellcheck: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@9c446d05d840db108ef8fcf0bb0f67f5049ed9b0 # v3.4.40 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@26427fee633d4aa36010d350c1def63abe911192 # v3.4.41 secrets: inherit markdownlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@9c446d05d840db108ef8fcf0bb0f67f5049ed9b0 # v3.4.40 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@26427fee633d4aa36010d350c1def63abe911192 # v3.4.41 secrets: inherit commitlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@9c446d05d840db108ef8fcf0bb0f67f5049ed9b0 # v3.4.40 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@26427fee633d4aa36010d350c1def63abe911192 # v3.4.41 secrets: inherit diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 60c0854..3bd2e98 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -33,7 +33,7 @@ concurrency: jobs: renovate: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@9c446d05d840db108ef8fcf0bb0f67f5049ed9b0 # v3.4.40 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@26427fee633d4aa36010d350c1def63abe911192 # v3.4.41 secrets: inherit with: dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"