Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update mirceanton/reusable-workflows digest to ad68966 - autoclosed #36

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
release:
uses: mirceanton/reusable-workflows/.github/workflows/docker-release.yaml@17d8ef4df857d93b905170956fbbcd56b296e8bb
uses: mirceanton/reusable-workflows/.github/workflows/docker-release.yaml@ad68966d90780c09542180ea2f598d0befc6990f
secrets: inherit
with:
image: "ghcr.io/${{ github.repository }}-devcontainer"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:

jobs:
release:
uses: mirceanton/reusable-workflows/.github/workflows/git-release-semver.yaml@17d8ef4df857d93b905170956fbbcd56b296e8bb
uses: mirceanton/reusable-workflows/.github/workflows/git-release-semver.yaml@ad68966d90780c09542180ea2f598d0befc6990f
secrets: inherit
with:
dry-run: ${{ inputs.dry-run || github.event_name == 'pull_request' }}
2 changes: 1 addition & 1 deletion .github/workflows/go-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
golangci-lint:
uses: mirceanton/reusable-workflows/.github/workflows/go-lint.yaml@17d8ef4df857d93b905170956fbbcd56b296e8bb
uses: mirceanton/reusable-workflows/.github/workflows/go-lint.yaml@ad68966d90780c09542180ea2f598d0befc6990f
secrets: inherit
with:
go-version: "1.22.5"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

jobs:
goreleaser:
uses: mirceanton/reusable-workflows/.github/workflows/go-release.yaml@17d8ef4df857d93b905170956fbbcd56b296e8bb
uses: mirceanton/reusable-workflows/.github/workflows/go-release.yaml@ad68966d90780c09542180ea2f598d0befc6990f
secrets: inherit
with:
go-version: "1.22.5"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/meta-label-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:

jobs:
label-sync:
uses: mirceanton/reusable-workflows/.github/workflows/meta-label-sync.yaml@17d8ef4df857d93b905170956fbbcd56b296e8bb
uses: mirceanton/reusable-workflows/.github/workflows/meta-label-sync.yaml@ad68966d90780c09542180ea2f598d0befc6990f
secrets: inherit
with:
dry-run: ${{ inputs.dry-run || github.event_name == 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/meta-labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
pr-labeler:
uses: mirceanton/reusable-workflows/.github/workflows/meta-labeler.yaml@17d8ef4df857d93b905170956fbbcd56b296e8bb
uses: mirceanton/reusable-workflows/.github/workflows/meta-labeler.yaml@ad68966d90780c09542180ea2f598d0befc6990f
secrets: inherit
with:
config-file: ".github/configs/labeler.yaml"
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ concurrency:

jobs:
renovate:
uses: mirceanton/reusable-workflows/.github/workflows/renovate.yaml@17d8ef4df857d93b905170956fbbcd56b296e8bb
uses: mirceanton/reusable-workflows/.github/workflows/renovate.yaml@ad68966d90780c09542180ea2f598d0befc6990f
secrets: inherit
with:
dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"
Expand Down