Skip to content

Commit 07ff2d4

Browse files
authored
Merge pull request #13 from xoap-io/dev
Feat: multiple adjustments
2 parents 3465a7b + 982a6c6 commit 07ff2d4

File tree

152 files changed

+67099
-4726
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+67099
-4726
lines changed

.github/workflows/commit-message-validator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
- uses: actions/checkout@v3
1010
with:
1111
fetch-depth: 0
12-
- uses: wagoid/commitlint-github-action@v4
12+
- uses: wagoid/commitlint-github-action@v5

.github/workflows/dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Dependabot metadata
1313
id: dependabot-metadata
14-
uses: dependabot/fetch-metadata@v1.3.4
14+
uses: dependabot/fetch-metadata@v1.4.0
1515
with:
1616
github-token: ${{ secrets.GITHUB_TOKEN }}
1717
- name: Approve a PR

.github/workflows/megalinter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
fetch-depth: 0
1919
- name: MegaLinter
2020
id: ml
21-
uses: megalinter/megalinter/flavors/terraform@v5
21+
uses: megalinter/megalinter/flavors/terraform@v6
2222
env:
2323
VALIDATE_ALL_CODEBASE: true
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
DISABLE: COPYPASTE,SPELL
2626
DISABLE_LINTERS: TERRAFORM_TERRASCAN
2727
- name: Archive production artifacts
2828
if: ${{ success() }} || ${{ failure() }}
29-
uses: actions/upload-artifact@v2
29+
uses: actions/upload-artifact@v3
3030
with:
3131
name: MegaLinter reports
3232
path: |

.github/workflows/tagging.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# You may pin to the exact commit or the version.
2121
# uses: hennejg/github-tag-action@2cd21a8413aa58e36a69cb22e64d5ad20aeb9b99
2222
id: tag_version
23-
uses: hennejg/github-tag-action@v4.3.1
23+
uses: hennejg/github-tag-action@v4.4.0
2424
with:
2525
tag_prefix: ""
2626
# Required for permission to tag the repo.
@@ -29,15 +29,15 @@ jobs:
2929
# You may pin to the exact commit or the version.
3030
# uses: TheDoctor0/zip-release@09336613be18a8208dfa66bd57efafd9e2685657
3131
id: zip
32-
uses: TheDoctor0/zip-release@0.6.2
32+
uses: TheDoctor0/zip-release@0.7.2
3333
with:
3434
type: 'zip'
35-
filename: 'XOAPApplicationPackagingDSC_${{ steps.tag_version.outputs.new_tag }}.zip'
35+
filename: 'xoap-powershell-dsc-configurations_${{ steps.tag_version.outputs.new_tag }}.zip'
3636
exclusions: '*.git* /*License/* CONTRIBUTING.md CODEOWNERS.md CODE_OF_CONDUCT.md .pre-commit.yaml .gitignore .gitattributes .github'
3737
- name: Create a GitHub release
3838
uses: ncipollo/release-action@v1
3939
with:
40-
artifacts: 'XOAPApplicationPackagingDSC_${{ steps.tag_version.outputs.new_tag }}.zip'
40+
artifacts: 'xoap-powershell-dsc-configurations_${{ steps.tag_version.outputs.new_tag }}.zip'
4141
tag: ${{ steps.tag_version.outputs.new_tag }}
4242
name: ${{ steps.tag_version.outputs.new_tag }}
4343
body: ${{ steps.tag_version.outputs.changelog }}

0 commit comments

Comments
 (0)