Skip to content

Commit

Permalink
[GitHub] Update Workflow Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
onairmarc committed Apr 17, 2024
1 parent 5432f0c commit ce830ee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_preRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
CreateRelease:
name: CreateRelease
uses: EncoreDigitalGroup/.github/.github/workflows/create-pre-release.yml@main
uses: EncoreDigitalGroup/.github/.github/workflows/createPreRelease.yml@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
generate_release_notes: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/_pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ permissions:
jobs:
Duster:
name: Duster
uses: EncoreDigitalGroup/.github/.github/workflows/duster-fix-blame.yml@main
uses: EncoreDigitalGroup/.github/.github/workflows/dusterFixBlame.yml@v1
permissions:
contents: write
pull-requests: write

StaticAnalysis:
needs: Duster
name: StaticAnalysis
uses: EncoreDigitalGroup/.github/.github/workflows/larastan.yml@main
uses: EncoreDigitalGroup/.github/.github/workflows/larastan.yml@v1
with:
path: 'src/'

AutoMerge:
needs: StaticAnalysis
name: AutoMerge
uses: EncoreDigitalGroup/.github/.github/workflows/dependabot-auto-merge.yml@main
uses: EncoreDigitalGroup/.github/.github/workflows/dependabotAutoMerge.yml@v1
2 changes: 1 addition & 1 deletion .github/workflows/deployGitHubPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
GitHubPages:
name: GitHubPages
uses: EncoreDigitalGroup/.github/.github/workflows/deploy-github-pages.yml@main
uses: EncoreDigitalGroup/.github/.github/workflows/deplotGitHubPages.yml@v1
permissions:
contents: write
pages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/processDocumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
DeployDocumentation:
needs: ExtractDocumentation
name: DeployDocumentation
uses: EncoreDigitalGroup/.github/.github/workflows/deployGitHubPages.yml@latest
uses: EncoreDigitalGroup/.github/.github/workflows/deployGitHubPages.yml@v1
permissions:
contents: write
pages: write
Expand Down

0 comments on commit ce830ee

Please sign in to comment.