diff --git a/.github/workflows/git-release.yaml b/.github/workflows/git-release.yaml index 9ff7361..b728f1e 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@9fc3a5514908a2e37215948be2dda45c876c603f # v3.4.30 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-calver.yaml@f3ac2fda0bc700f58df88287fde0d40df7d39b7d # v3.4.31 secrets: inherit diff --git a/.github/workflows/label-sync.yaml b/.github/workflows/label-sync.yaml index 963b039..fce2619 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@9fc3a5514908a2e37215948be2dda45c876c603f # v3.4.30 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@f3ac2fda0bc700f58df88287fde0d40df7d39b7d # v3.4.31 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 75e4be8..3c59d99 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@9fc3a5514908a2e37215948be2dda45c876c603f # v3.4.30 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@f3ac2fda0bc700f58df88287fde0d40df7d39b7d # v3.4.31 secrets: inherit with: config-file: .github/labeler.yaml diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 3b27912..55b8756 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@9fc3a5514908a2e37215948be2dda45c876c603f # v3.4.30 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@f3ac2fda0bc700f58df88287fde0d40df7d39b7d # v3.4.31 secrets: inherit with: yamllint-args: "--config-file=.yamllint.yaml" actionlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@9fc3a5514908a2e37215948be2dda45c876c603f # v3.4.30 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@f3ac2fda0bc700f58df88287fde0d40df7d39b7d # v3.4.31 secrets: inherit shellcheck: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@9fc3a5514908a2e37215948be2dda45c876c603f # v3.4.30 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@f3ac2fda0bc700f58df88287fde0d40df7d39b7d # v3.4.31 secrets: inherit markdownlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@9fc3a5514908a2e37215948be2dda45c876c603f # v3.4.30 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@f3ac2fda0bc700f58df88287fde0d40df7d39b7d # v3.4.31 secrets: inherit commitlint: - uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@9fc3a5514908a2e37215948be2dda45c876c603f # v3.4.30 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@f3ac2fda0bc700f58df88287fde0d40df7d39b7d # v3.4.31 secrets: inherit diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index d08ebd0..1500474 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@9fc3a5514908a2e37215948be2dda45c876c603f # v3.4.30 + uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@f3ac2fda0bc700f58df88287fde0d40df7d39b7d # v3.4.31 secrets: inherit with: dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"