Skip to content

Commit

Permalink
chore(deps): update mirceanton/reusable-workflows digest to ad68966
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-borboto[bot] authored Sep 11, 2024
1 parent 8bd310c commit dfd2803
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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

0 comments on commit dfd2803

Please sign in to comment.