Skip to content

Commit

Permalink
update workflows and pre-commit configuration to use latest action ve…
Browse files Browse the repository at this point in the history
…rsions
  • Loading branch information
fchastanet committed Nov 20, 2024
1 parent 9de8f82 commit 16bb199
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .bash-compiler
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
FRAMEWORK_ROOT_DIR=${ROOT_DIR}/vendor/bash-tools-framework
BASH_TOOLS_ROOT_DIR=${ROOT_DIR}
TEMPLATES_ROOT_DIR=${HOME}/fchastanet/bash-compiler/examples/templates
8 changes: 4 additions & 4 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
git_user_signingkey: true
git_commit_gpgsign: true

- uses: tibdex/github-app-token@v1
- uses: tibdex/github-app-token@v2
if: ${{ success() }}
id: generate-token
with:
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
git_user_signingkey: true
git_commit_gpgsign: true

- uses: tibdex/github-app-token@v1
- uses: tibdex/github-app-token@v2
if: ${{ success() }}
id: generate-token
with:
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
exit "${status}"
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: ${{ always()}}
with:
token: ${{ github.token }}
Expand All @@ -303,7 +303,7 @@ jobs:
report_paths: "logs/**.xml"

- name: Checkstyle aggregation
uses: lcollins/checkstyle-github-action@v3.0.0
uses: lcollins/checkstyle-github-action@v3.1.0
with:
path: "logs/*.xml"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/precommit-autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
git_user_signingkey: true
git_commit_gpgsign: true

- uses: tibdex/github-app-token@v1
- uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: ${{ secrets.APP_ID }}
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:

- repo: https://github.com/executablebooks/mdformat
# Do this before other tools "fixing" the line endings
rev: 0.7.17
rev: 0.7.19
hooks:
- id: mdformat
name: Format Markdown
Expand Down Expand Up @@ -94,7 +94,7 @@ repos:
)$
- repo: https://github.com/rhysd/actionlint
rev: v1.7.3
rev: v1.7.4
hooks:
- id: actionlint
stages: [pre-commit, pre-push, manual]
Expand Down Expand Up @@ -210,6 +210,6 @@ repos:
stages: [manual] # GITHUB

- repo: https://github.com/fchastanet/bash-compiler
rev: v2.0.0
rev: v3.0.0
hooks:
- id: buildBashBinaries
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:

- repo: https://github.com/executablebooks/mdformat
# Do this before other tools "fixing" the line endings
rev: 0.7.17
rev: 0.7.19
hooks:
- id: mdformat
name: Format Markdown
Expand Down Expand Up @@ -89,7 +89,7 @@ repos:
)$
- repo: https://github.com/rhysd/actionlint
rev: v1.7.3
rev: v1.7.4
hooks:
- id: actionlint
stages: [pre-commit, pre-push, manual]
Expand Down Expand Up @@ -205,6 +205,6 @@ repos:
stages: [] # GITHUB

- repo: https://github.com/fchastanet/bash-compiler
rev: v2.0.0
rev: v3.0.0
hooks:
- id: buildBashBinaries

0 comments on commit 16bb199

Please sign in to comment.