Skip to content

Commit

Permalink
chore(github-actions): pin dependencies (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: mr-borboto[bot] <170036086+mr-borboto[bot]@users.noreply.github.com>
  • Loading branch information
mr-borboto[bot] authored Oct 19, 2024
1 parent 1baf89e commit f3a3897
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-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/[email protected]
uses: mirceanton/reusable-workflows/.github/workflows/reusable-docker-build-push.yaml@f4dce998a168bbe2e53664acf4dd29407cd3d29f # v3.4.19
secrets: inherit
with:
image: "ghcr.io/${{ github.repository }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: bundle exec jekyll build --trace

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
with:
path: ./website/_site

Expand All @@ -77,6 +77,6 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
with:
token: "${{ steps.app-token.outputs.token }}"
2 changes: 1 addition & 1 deletion .github/workflows/git-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ on:

jobs:
release:
uses: mirceanton/reusable-workflows/.github/workflows/[email protected]
uses: mirceanton/reusable-workflows/.github/workflows/reusable-release-calver.yaml@f4dce998a168bbe2e53664acf4dd29407cd3d29f # v3.4.19
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/label-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:

jobs:
label-sync:
uses: mirceanton/reusable-workflows/.github/workflows/[email protected]
uses: mirceanton/reusable-workflows/.github/workflows/reusable-label-sync.yaml@f4dce998a168bbe2e53664acf4dd29407cd3d29f # v3.4.19
secrets: inherit
with:
dry-run: ${{ inputs.dry-run || github.event_name == 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/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/[email protected]
uses: mirceanton/reusable-workflows/.github/workflows/reusable-labeler.yaml@f4dce998a168bbe2e53664acf4dd29407cd3d29f # v3.4.19
secrets: inherit
with:
config-file: .github/labeler.yaml
10 changes: 5 additions & 5 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@ on:

jobs:
yamllint:
uses: mirceanton/reusable-workflows/.github/workflows/[email protected]
uses: mirceanton/reusable-workflows/.github/workflows/reusable-yamllint.yaml@f4dce998a168bbe2e53664acf4dd29407cd3d29f # v3.4.19
secrets: inherit
with:
yamllint-args: "--config-file=.yamllint.yaml"

actionlint:
uses: mirceanton/reusable-workflows/.github/workflows/[email protected]
uses: mirceanton/reusable-workflows/.github/workflows/reusable-actionlint.yaml@f4dce998a168bbe2e53664acf4dd29407cd3d29f # v3.4.19
secrets: inherit

shellcheck:
uses: mirceanton/reusable-workflows/.github/workflows/[email protected]
uses: mirceanton/reusable-workflows/.github/workflows/reusable-shellcheck.yaml@f4dce998a168bbe2e53664acf4dd29407cd3d29f # v3.4.19
secrets: inherit

markdownlint:
uses: mirceanton/reusable-workflows/.github/workflows/[email protected]
uses: mirceanton/reusable-workflows/.github/workflows/reusable-markdownlint.yaml@f4dce998a168bbe2e53664acf4dd29407cd3d29f # v3.4.19
secrets: inherit

commitlint:
uses: mirceanton/reusable-workflows/.github/workflows/[email protected]
uses: mirceanton/reusable-workflows/.github/workflows/reusable-commitlint.yaml@f4dce998a168bbe2e53664acf4dd29407cd3d29f # v3.4.19
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ concurrency:

jobs:
renovate:
uses: mirceanton/reusable-workflows/.github/workflows/[email protected]
uses: mirceanton/reusable-workflows/.github/workflows/reusable-renovate.yaml@f4dce998a168bbe2e53664acf4dd29407cd3d29f # v3.4.19
secrets: inherit
with:
dry-run: "${{ inputs.dry-run == true || github.event_name == 'pull_request' }}"
Expand Down

0 comments on commit f3a3897

Please sign in to comment.