diff --git a/.github/workflows/release-alexa-ask-skill.yml b/.github/workflows/release-alexa-ask-skill.yml index 08d37a430..50db616f4 100644 --- a/.github/workflows/release-alexa-ask-skill.yml +++ b/.github/workflows/release-alexa-ask-skill.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-aqua-enterprise-enforcer.yml b/.github/workflows/release-aqua-enterprise-enforcer.yml index 00f2889cb..871656953 100644 --- a/.github/workflows/release-aqua-enterprise-enforcer.yml +++ b/.github/workflows/release-aqua-enterprise-enforcer.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-aqua-enterprise-kubeenforcer.yml b/.github/workflows/release-aqua-enterprise-kubeenforcer.yml index 5a10afdce..443240adc 100644 --- a/.github/workflows/release-aqua-enterprise-kubeenforcer.yml +++ b/.github/workflows/release-aqua-enterprise-kubeenforcer.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-aqua-enterprise-scanner.yml b/.github/workflows/release-aqua-enterprise-scanner.yml index 93f2c2ccb..ed468407d 100644 --- a/.github/workflows/release-aqua-enterprise-scanner.yml +++ b/.github/workflows/release-aqua-enterprise-scanner.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-aqua-enterprise-server.yml b/.github/workflows/release-aqua-enterprise-server.yml index da0b06f5b..3f27e7887 100644 --- a/.github/workflows/release-aqua-enterprise-server.yml +++ b/.github/workflows/release-aqua-enterprise-server.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-atlassian-opsgenie-integration.yml b/.github/workflows/release-atlassian-opsgenie-integration.yml index ac529661c..1651d70d8 100644 --- a/.github/workflows/release-atlassian-opsgenie-integration.yml +++ b/.github/workflows/release-atlassian-opsgenie-integration.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-atlassian-opsgenie-team.yml b/.github/workflows/release-atlassian-opsgenie-team.yml index 2790881f7..66a72c6d3 100644 --- a/.github/workflows/release-atlassian-opsgenie-team.yml +++ b/.github/workflows/release-atlassian-opsgenie-team.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-atlassian-opsgenie-user.yml b/.github/workflows/release-atlassian-opsgenie-user.yml index c10dd8ded..fa1d4c964 100644 --- a/.github/workflows/release-atlassian-opsgenie-user.yml +++ b/.github/workflows/release-atlassian-opsgenie-user.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-awscommunity-account-alternatecontact.yml b/.github/workflows/release-awscommunity-account-alternatecontact.yml index 9cb45e77f..0d49f9fa6 100644 --- a/.github/workflows/release-awscommunity-account-alternatecontact.yml +++ b/.github/workflows/release-awscommunity-account-alternatecontact.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-awscommunity-applicationautoscaling-scheduledaction.yml b/.github/workflows/release-awscommunity-applicationautoscaling-scheduledaction.yml index 6f62fa575..4d22e60d4 100644 --- a/.github/workflows/release-awscommunity-applicationautoscaling-scheduledaction.yml +++ b/.github/workflows/release-awscommunity-applicationautoscaling-scheduledaction.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-awscommunity-cloudfront-s3website-module.yml b/.github/workflows/release-awscommunity-cloudfront-s3website-module.yml index dae2bd88e..08cbb7ce0 100644 --- a/.github/workflows/release-awscommunity-cloudfront-s3website-module.yml +++ b/.github/workflows/release-awscommunity-cloudfront-s3website-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-awscommunity-dynamodb-item.yml b/.github/workflows/release-awscommunity-dynamodb-item.yml index c87b78639..1652dff80 100644 --- a/.github/workflows/release-awscommunity-dynamodb-item.yml +++ b/.github/workflows/release-awscommunity-dynamodb-item.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-awscommunity-resource-lookup.yml b/.github/workflows/release-awscommunity-resource-lookup.yml index 838c766ee..592b76d83 100644 --- a/.github/workflows/release-awscommunity-resource-lookup.yml +++ b/.github/workflows/release-awscommunity-resource-lookup.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-awscommunity-s3-bucket-module.yml b/.github/workflows/release-awscommunity-s3-bucket-module.yml index f7679b884..e23edeb55 100644 --- a/.github/workflows/release-awscommunity-s3-bucket-module.yml +++ b/.github/workflows/release-awscommunity-s3-bucket-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-awscommunity-s3-deletebucketcontents.yml b/.github/workflows/release-awscommunity-s3-deletebucketcontents.yml index 103eff27d..84810e6b3 100644 --- a/.github/workflows/release-awscommunity-s3-deletebucketcontents.yml +++ b/.github/workflows/release-awscommunity-s3-deletebucketcontents.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-awscommunity-time-offset.yml b/.github/workflows/release-awscommunity-time-offset.yml index 940e090ca..bfdbc4663 100644 --- a/.github/workflows/release-awscommunity-time-offset.yml +++ b/.github/workflows/release-awscommunity-time-offset.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-awscommunity-time-sleep.yml b/.github/workflows/release-awscommunity-time-sleep.yml index 970576b55..5fece9163 100644 --- a/.github/workflows/release-awscommunity-time-sleep.yml +++ b/.github/workflows/release-awscommunity-time-sleep.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-awscommunity-time-static.yml b/.github/workflows/release-awscommunity-time-static.yml index fe1a028f6..5d1a874a3 100644 --- a/.github/workflows/release-awscommunity-time-static.yml +++ b/.github/workflows/release-awscommunity-time-static.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-awsqs-checkpoint-cloudguardqs-module.yml b/.github/workflows/release-awsqs-checkpoint-cloudguardqs-module.yml index 57b68ab40..5216898ab 100644 --- a/.github/workflows/release-awsqs-checkpoint-cloudguardqs-module.yml +++ b/.github/workflows/release-awsqs-checkpoint-cloudguardqs-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-awsqs-ec2-linuxbastionqs-module.yml b/.github/workflows/release-awsqs-ec2-linuxbastionqs-module.yml index 7654c1a61..3f3d910ac 100644 --- a/.github/workflows/release-awsqs-ec2-linuxbastionqs-module.yml +++ b/.github/workflows/release-awsqs-ec2-linuxbastionqs-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-awsqs-eks-cluster.yml b/.github/workflows/release-awsqs-eks-cluster.yml index 61c3da9c1..52abefdee 100644 --- a/.github/workflows/release-awsqs-eks-cluster.yml +++ b/.github/workflows/release-awsqs-eks-cluster.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-awsqs-iridium-cloudconnectqs-module.yml b/.github/workflows/release-awsqs-iridium-cloudconnectqs-module.yml index 3e0109d28..ee2312422 100644 --- a/.github/workflows/release-awsqs-iridium-cloudconnectqs-module.yml +++ b/.github/workflows/release-awsqs-iridium-cloudconnectqs-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-awsqs-kubernetes-get.yml b/.github/workflows/release-awsqs-kubernetes-get.yml index dc6f25c5b..4e891f5a3 100644 --- a/.github/workflows/release-awsqs-kubernetes-get.yml +++ b/.github/workflows/release-awsqs-kubernetes-get.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-awsqs-kubernetes-helm.yml b/.github/workflows/release-awsqs-kubernetes-helm.yml index bb17fbd59..8b7e7e37b 100644 --- a/.github/workflows/release-awsqs-kubernetes-helm.yml +++ b/.github/workflows/release-awsqs-kubernetes-helm.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-awsqs-kubernetes-resource.yml b/.github/workflows/release-awsqs-kubernetes-resource.yml index 96e0b1946..6cdb9f2df 100644 --- a/.github/workflows/release-awsqs-kubernetes-resource.yml +++ b/.github/workflows/release-awsqs-kubernetes-resource.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-awsqs-vpc-vpcqs-module.yml b/.github/workflows/release-awsqs-vpc-vpcqs-module.yml index 881c5217b..cb185c619 100644 --- a/.github/workflows/release-awsqs-vpc-vpcqs-module.yml +++ b/.github/workflows/release-awsqs-vpc-vpcqs-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-bigid-datasource-dynamodb.yml b/.github/workflows/release-bigid-datasource-dynamodb.yml index 316d8d084..c5897fd55 100644 --- a/.github/workflows/release-bigid-datasource-dynamodb.yml +++ b/.github/workflows/release-bigid-datasource-dynamodb.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-bigid-datasource-s3.yml b/.github/workflows/release-bigid-datasource-s3.yml index 656f7fb62..893563b2e 100644 --- a/.github/workflows/release-bigid-datasource-s3.yml +++ b/.github/workflows/release-bigid-datasource-s3.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-cadiaz-bucket-uno-module.yml b/.github/workflows/release-cadiaz-bucket-uno-module.yml index 4d28ac853..32bca8f62 100644 --- a/.github/workflows/release-cadiaz-bucket-uno-module.yml +++ b/.github/workflows/release-cadiaz-bucket-uno-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-cloudflare-dns-record.yml b/.github/workflows/release-cloudflare-dns-record.yml index 26db4c85c..8db123c8a 100644 --- a/.github/workflows/release-cloudflare-dns-record.yml +++ b/.github/workflows/release-cloudflare-dns-record.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-cloudflare-loadbalancer-loadbalancer.yml b/.github/workflows/release-cloudflare-loadbalancer-loadbalancer.yml index 212f6e6c9..14d677bee 100644 --- a/.github/workflows/release-cloudflare-loadbalancer-loadbalancer.yml +++ b/.github/workflows/release-cloudflare-loadbalancer-loadbalancer.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-cloudflare-loadbalancer-monitor.yml b/.github/workflows/release-cloudflare-loadbalancer-monitor.yml index e9914a98d..fd5039727 100644 --- a/.github/workflows/release-cloudflare-loadbalancer-monitor.yml +++ b/.github/workflows/release-cloudflare-loadbalancer-monitor.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-cloudflare-loadbalancer-pool.yml b/.github/workflows/release-cloudflare-loadbalancer-pool.yml index 5a09e13ad..9dfa889b1 100644 --- a/.github/workflows/release-cloudflare-loadbalancer-pool.yml +++ b/.github/workflows/release-cloudflare-loadbalancer-pool.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-confluentcloud-iam-serviceaccount.yml b/.github/workflows/release-confluentcloud-iam-serviceaccount.yml index 3c809e5ce..fa7f1ff0d 100644 --- a/.github/workflows/release-confluentcloud-iam-serviceaccount.yml +++ b/.github/workflows/release-confluentcloud-iam-serviceaccount.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-cyral-sidecar-deployment-module.yml b/.github/workflows/release-cyral-sidecar-deployment-module.yml index d079e9ef7..ea8c6bfaa 100644 --- a/.github/workflows/release-cyral-sidecar-deployment-module.yml +++ b/.github/workflows/release-cyral-sidecar-deployment-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-databricks-clusters-cluster.yml b/.github/workflows/release-databricks-clusters-cluster.yml index dca1d57ef..59af04963 100644 --- a/.github/workflows/release-databricks-clusters-cluster.yml +++ b/.github/workflows/release-databricks-clusters-cluster.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-databricks-clusters-job.yml b/.github/workflows/release-databricks-clusters-job.yml index ec4dd3b86..3e85fa09a 100644 --- a/.github/workflows/release-databricks-clusters-job.yml +++ b/.github/workflows/release-databricks-clusters-job.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-datadog-dashboards-dashboard.yml b/.github/workflows/release-datadog-dashboards-dashboard.yml index 0d34f3f84..f187164a2 100644 --- a/.github/workflows/release-datadog-dashboards-dashboard.yml +++ b/.github/workflows/release-datadog-dashboards-dashboard.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-datadog-integrations-aws.yml b/.github/workflows/release-datadog-integrations-aws.yml index f80fec7fe..0b184b1d8 100644 --- a/.github/workflows/release-datadog-integrations-aws.yml +++ b/.github/workflows/release-datadog-integrations-aws.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-datadog-monitors-downtime.yml b/.github/workflows/release-datadog-monitors-downtime.yml index 99657428a..f5e87f621 100644 --- a/.github/workflows/release-datadog-monitors-downtime.yml +++ b/.github/workflows/release-datadog-monitors-downtime.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-datadog-monitors-downtimeschedule.yml b/.github/workflows/release-datadog-monitors-downtimeschedule.yml index f11f2dfd1..73d0f2313 100644 --- a/.github/workflows/release-datadog-monitors-downtimeschedule.yml +++ b/.github/workflows/release-datadog-monitors-downtimeschedule.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-datadog-monitors-monitor.yml b/.github/workflows/release-datadog-monitors-monitor.yml index 2baf8adff..5cd843b28 100644 --- a/.github/workflows/release-datadog-monitors-monitor.yml +++ b/.github/workflows/release-datadog-monitors-monitor.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-datadog-slos-slo.yml b/.github/workflows/release-datadog-slos-slo.yml index f9c6427f7..afc67f7a5 100644 --- a/.github/workflows/release-datadog-slos-slo.yml +++ b/.github/workflows/release-datadog-slos-slo.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-dynatrace-configuration-dashboard.yml b/.github/workflows/release-dynatrace-configuration-dashboard.yml index 519d41c0e..1d7fcf7a8 100644 --- a/.github/workflows/release-dynatrace-configuration-dashboard.yml +++ b/.github/workflows/release-dynatrace-configuration-dashboard.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-dynatrace-environment-metric.yml b/.github/workflows/release-dynatrace-environment-metric.yml index d90418311..637f9cc7b 100644 --- a/.github/workflows/release-dynatrace-environment-metric.yml +++ b/.github/workflows/release-dynatrace-environment-metric.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-dynatrace-environment-servicelevelobjective.yml b/.github/workflows/release-dynatrace-environment-servicelevelobjective.yml index 6e98d4f09..6a7b22d54 100644 --- a/.github/workflows/release-dynatrace-environment-servicelevelobjective.yml +++ b/.github/workflows/release-dynatrace-environment-servicelevelobjective.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-dynatrace-environment-syntheticlocation.yml b/.github/workflows/release-dynatrace-environment-syntheticlocation.yml index 71b4b442c..8baddbd56 100644 --- a/.github/workflows/release-dynatrace-environment-syntheticlocation.yml +++ b/.github/workflows/release-dynatrace-environment-syntheticlocation.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-dynatrace-environment-syntheticmonitor.yml b/.github/workflows/release-dynatrace-environment-syntheticmonitor.yml index 0fe353c1e..8bdbca01b 100644 --- a/.github/workflows/release-dynatrace-environment-syntheticmonitor.yml +++ b/.github/workflows/release-dynatrace-environment-syntheticmonitor.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-fastly-dictionary-dictionary.yml b/.github/workflows/release-fastly-dictionary-dictionary.yml index 3a35520e8..d1a99ff6c 100644 --- a/.github/workflows/release-fastly-dictionary-dictionary.yml +++ b/.github/workflows/release-fastly-dictionary-dictionary.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-fastly-dictionary-dictionaryitem.yml b/.github/workflows/release-fastly-dictionary-dictionaryitem.yml index 01eeee960..8f1e0c94f 100644 --- a/.github/workflows/release-fastly-dictionary-dictionaryitem.yml +++ b/.github/workflows/release-fastly-dictionary-dictionaryitem.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-fastly-logging-s3.yml b/.github/workflows/release-fastly-logging-s3.yml index 95969ee26..769ed8502 100644 --- a/.github/workflows/release-fastly-logging-s3.yml +++ b/.github/workflows/release-fastly-logging-s3.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-fastly-logging-splunk.yml b/.github/workflows/release-fastly-logging-splunk.yml index 33486776d..543e4c811 100644 --- a/.github/workflows/release-fastly-logging-splunk.yml +++ b/.github/workflows/release-fastly-logging-splunk.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-fastly-services-activeversion.yml b/.github/workflows/release-fastly-services-activeversion.yml index 060bb467c..4cecaffa4 100644 --- a/.github/workflows/release-fastly-services-activeversion.yml +++ b/.github/workflows/release-fastly-services-activeversion.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-fastly-services-backend.yml b/.github/workflows/release-fastly-services-backend.yml index 999cb0e13..6834d12ab 100644 --- a/.github/workflows/release-fastly-services-backend.yml +++ b/.github/workflows/release-fastly-services-backend.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-fastly-services-domain.yml b/.github/workflows/release-fastly-services-domain.yml index 0ce8f9182..0ded5afc6 100644 --- a/.github/workflows/release-fastly-services-domain.yml +++ b/.github/workflows/release-fastly-services-domain.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-fastly-services-healthcheck.yml b/.github/workflows/release-fastly-services-healthcheck.yml index 5ea99fd03..fe28a74e5 100644 --- a/.github/workflows/release-fastly-services-healthcheck.yml +++ b/.github/workflows/release-fastly-services-healthcheck.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-fastly-services-service.yml b/.github/workflows/release-fastly-services-service.yml index ca1176f1b..4156ed162 100644 --- a/.github/workflows/release-fastly-services-service.yml +++ b/.github/workflows/release-fastly-services-service.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-fastly-services-version.yml b/.github/workflows/release-fastly-services-version.yml index 7e97f1caf..e2f8e455f 100644 --- a/.github/workflows/release-fastly-services-version.yml +++ b/.github/workflows/release-fastly-services-version.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-fastly-tls-certificate.yml b/.github/workflows/release-fastly-tls-certificate.yml index 9692c30ca..6fabc368e 100644 --- a/.github/workflows/release-fastly-tls-certificate.yml +++ b/.github/workflows/release-fastly-tls-certificate.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-fastly-tls-domain.yml b/.github/workflows/release-fastly-tls-domain.yml index 154680489..556fb2690 100644 --- a/.github/workflows/release-fastly-tls-domain.yml +++ b/.github/workflows/release-fastly-tls-domain.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-fastly-tls-privatekeys.yml b/.github/workflows/release-fastly-tls-privatekeys.yml index da306fd14..3fa44e876 100644 --- a/.github/workflows/release-fastly-tls-privatekeys.yml +++ b/.github/workflows/release-fastly-tls-privatekeys.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-fireeye-cloudintegrations-cloudwatch.yml b/.github/workflows/release-fireeye-cloudintegrations-cloudwatch.yml index 39c968984..4a818ac7a 100644 --- a/.github/workflows/release-fireeye-cloudintegrations-cloudwatch.yml +++ b/.github/workflows/release-fireeye-cloudintegrations-cloudwatch.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-freyraim-impactapi-apigateway-module.yml b/.github/workflows/release-freyraim-impactapi-apigateway-module.yml index c5ab61628..b927cec3c 100644 --- a/.github/workflows/release-freyraim-impactapi-apigateway-module.yml +++ b/.github/workflows/release-freyraim-impactapi-apigateway-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-freyraim-impactapi-apihandle-module.yml b/.github/workflows/release-freyraim-impactapi-apihandle-module.yml index dc5df3007..5f01d2f04 100644 --- a/.github/workflows/release-freyraim-impactapi-apihandle-module.yml +++ b/.github/workflows/release-freyraim-impactapi-apihandle-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-freyraim-impactapi-ec2instance-module.yml b/.github/workflows/release-freyraim-impactapi-ec2instance-module.yml index 7b7a26835..9c7f9a03e 100644 --- a/.github/workflows/release-freyraim-impactapi-ec2instance-module.yml +++ b/.github/workflows/release-freyraim-impactapi-ec2instance-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-freyraim-impactapi-lambdafunction-module.yml b/.github/workflows/release-freyraim-impactapi-lambdafunction-module.yml index 694e34a16..ca74c89d4 100644 --- a/.github/workflows/release-freyraim-impactapi-lambdafunction-module.yml +++ b/.github/workflows/release-freyraim-impactapi-lambdafunction-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-freyraim-impactapi-loadbalancer-module.yml b/.github/workflows/release-freyraim-impactapi-loadbalancer-module.yml index c86028db1..225b604fa 100644 --- a/.github/workflows/release-freyraim-impactapi-loadbalancer-module.yml +++ b/.github/workflows/release-freyraim-impactapi-loadbalancer-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-freyraim-spider-cloudfront-module.yml b/.github/workflows/release-freyraim-spider-cloudfront-module.yml index 3a6c7cd8a..2a30e353c 100644 --- a/.github/workflows/release-freyraim-spider-cloudfront-module.yml +++ b/.github/workflows/release-freyraim-spider-cloudfront-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-freyraim-spider-ec2instance-module.yml b/.github/workflows/release-freyraim-spider-ec2instance-module.yml index 7a77b5064..951a281ba 100644 --- a/.github/workflows/release-freyraim-spider-ec2instance-module.yml +++ b/.github/workflows/release-freyraim-spider-ec2instance-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-freyraim-spider-ecs-module.yml b/.github/workflows/release-freyraim-spider-ecs-module.yml index ca740c076..6f7b8b040 100644 --- a/.github/workflows/release-freyraim-spider-ecs-module.yml +++ b/.github/workflows/release-freyraim-spider-ecs-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-freyraim-spider-loadbalancer-module.yml b/.github/workflows/release-freyraim-spider-loadbalancer-module.yml index 142334276..d92234b05 100644 --- a/.github/workflows/release-freyraim-spider-loadbalancer-module.yml +++ b/.github/workflows/release-freyraim-spider-loadbalancer-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-freyraim-spider-postgresql-module.yml b/.github/workflows/release-freyraim-spider-postgresql-module.yml index 07de9e909..114ff7892 100644 --- a/.github/workflows/release-freyraim-spider-postgresql-module.yml +++ b/.github/workflows/release-freyraim-spider-postgresql-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-freyraim-spider-s3bucket-module.yml b/.github/workflows/release-freyraim-spider-s3bucket-module.yml index b99dee5e7..a409758f0 100644 --- a/.github/workflows/release-freyraim-spider-s3bucket-module.yml +++ b/.github/workflows/release-freyraim-spider-s3bucket-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-generic-database-schema.yml b/.github/workflows/release-generic-database-schema.yml index 4aa30c34f..b0aa424cf 100644 --- a/.github/workflows/release-generic-database-schema.yml +++ b/.github/workflows/release-generic-database-schema.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-generic-transcribe-vocabulary.yml b/.github/workflows/release-generic-transcribe-vocabulary.yml index 36691f382..89eb38633 100644 --- a/.github/workflows/release-generic-transcribe-vocabulary.yml +++ b/.github/workflows/release-generic-transcribe-vocabulary.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-github-git-tag.yml b/.github/workflows/release-github-git-tag.yml index f7f1f7e6e..94f3bd3ea 100644 --- a/.github/workflows/release-github-git-tag.yml +++ b/.github/workflows/release-github-git-tag.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-github-organizations-membership.yml b/.github/workflows/release-github-organizations-membership.yml index 487100071..59f60e6d7 100644 --- a/.github/workflows/release-github-organizations-membership.yml +++ b/.github/workflows/release-github-organizations-membership.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-github-organizations-secret.yml b/.github/workflows/release-github-organizations-secret.yml index 08bac0351..8299284d3 100644 --- a/.github/workflows/release-github-organizations-secret.yml +++ b/.github/workflows/release-github-organizations-secret.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-github-repositories-collaborator.yml b/.github/workflows/release-github-repositories-collaborator.yml index 559ad53fe..c98f95de8 100644 --- a/.github/workflows/release-github-repositories-collaborator.yml +++ b/.github/workflows/release-github-repositories-collaborator.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-github-repositories-repository.yml b/.github/workflows/release-github-repositories-repository.yml index 2717fd94a..070d4254a 100644 --- a/.github/workflows/release-github-repositories-repository.yml +++ b/.github/workflows/release-github-repositories-repository.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-github-repositories-secret.yml b/.github/workflows/release-github-repositories-secret.yml index 514ea0dfe..2a4f39dbc 100644 --- a/.github/workflows/release-github-repositories-secret.yml +++ b/.github/workflows/release-github-repositories-secret.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-github-repositories-webhook.yml b/.github/workflows/release-github-repositories-webhook.yml index 34adfa686..ac8ce7f1c 100644 --- a/.github/workflows/release-github-repositories-webhook.yml +++ b/.github/workflows/release-github-repositories-webhook.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-github-teams-membership.yml b/.github/workflows/release-github-teams-membership.yml index 2be0bf468..d95644b14 100644 --- a/.github/workflows/release-github-teams-membership.yml +++ b/.github/workflows/release-github-teams-membership.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-github-teams-repositoryaccess.yml b/.github/workflows/release-github-teams-repositoryaccess.yml index c697cc2df..63309aa6b 100644 --- a/.github/workflows/release-github-teams-repositoryaccess.yml +++ b/.github/workflows/release-github-teams-repositoryaccess.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-github-teams-team.yml b/.github/workflows/release-github-teams-team.yml index ca5eac3ea..7877d42e8 100644 --- a/.github/workflows/release-github-teams-team.yml +++ b/.github/workflows/release-github-teams-team.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-gitlab-code-tag.yml b/.github/workflows/release-gitlab-code-tag.yml index 3a81492d9..35f4d989b 100644 --- a/.github/workflows/release-gitlab-code-tag.yml +++ b/.github/workflows/release-gitlab-code-tag.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-gitlab-groups-group.yml b/.github/workflows/release-gitlab-groups-group.yml index ab0d15c92..9879921a2 100644 --- a/.github/workflows/release-gitlab-groups-group.yml +++ b/.github/workflows/release-gitlab-groups-group.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-gitlab-groups-groupaccesstogroup.yml b/.github/workflows/release-gitlab-groups-groupaccesstogroup.yml index 936a32145..b1100fb97 100644 --- a/.github/workflows/release-gitlab-groups-groupaccesstogroup.yml +++ b/.github/workflows/release-gitlab-groups-groupaccesstogroup.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-gitlab-groups-usermemberofgroup.yml b/.github/workflows/release-gitlab-groups-usermemberofgroup.yml index 1147f45ba..911cf9bd4 100644 --- a/.github/workflows/release-gitlab-groups-usermemberofgroup.yml +++ b/.github/workflows/release-gitlab-groups-usermemberofgroup.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-gitlab-projects-accesstoken.yml b/.github/workflows/release-gitlab-projects-accesstoken.yml index a4a3106f8..4700691db 100644 --- a/.github/workflows/release-gitlab-projects-accesstoken.yml +++ b/.github/workflows/release-gitlab-projects-accesstoken.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-gitlab-projects-groupaccesstoproject.yml b/.github/workflows/release-gitlab-projects-groupaccesstoproject.yml index ea6160bd0..efc66f219 100644 --- a/.github/workflows/release-gitlab-projects-groupaccesstoproject.yml +++ b/.github/workflows/release-gitlab-projects-groupaccesstoproject.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-gitlab-projects-project.yml b/.github/workflows/release-gitlab-projects-project.yml index 9af036990..955dad2a7 100644 --- a/.github/workflows/release-gitlab-projects-project.yml +++ b/.github/workflows/release-gitlab-projects-project.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-gitlab-projects-usermemberofproject.yml b/.github/workflows/release-gitlab-projects-usermemberofproject.yml index b01a59c86..30edcba5f 100644 --- a/.github/workflows/release-gitlab-projects-usermemberofproject.yml +++ b/.github/workflows/release-gitlab-projects-usermemberofproject.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-gremlin-agent-helm.yml b/.github/workflows/release-gremlin-agent-helm.yml index 31f7894f3..11ee40dd1 100644 --- a/.github/workflows/release-gremlin-agent-helm.yml +++ b/.github/workflows/release-gremlin-agent-helm.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-jfrog-artifactory-core-module.yml b/.github/workflows/release-jfrog-artifactory-core-module.yml index 5cb910ad3..06866191c 100644 --- a/.github/workflows/release-jfrog-artifactory-core-module.yml +++ b/.github/workflows/release-jfrog-artifactory-core-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-jfrog-artifactory-ec2instance-module.yml b/.github/workflows/release-jfrog-artifactory-ec2instance-module.yml index 16497a01b..bed2818ac 100644 --- a/.github/workflows/release-jfrog-artifactory-ec2instance-module.yml +++ b/.github/workflows/release-jfrog-artifactory-ec2instance-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-jfrog-artifactory-existingvpc-module.yml b/.github/workflows/release-jfrog-artifactory-existingvpc-module.yml index d529c12cb..253895d70 100644 --- a/.github/workflows/release-jfrog-artifactory-existingvpc-module.yml +++ b/.github/workflows/release-jfrog-artifactory-existingvpc-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-jfrog-artifactory-newvpc-module.yml b/.github/workflows/release-jfrog-artifactory-newvpc-module.yml index 8cc1016fc..bea56644f 100644 --- a/.github/workflows/release-jfrog-artifactory-newvpc-module.yml +++ b/.github/workflows/release-jfrog-artifactory-newvpc-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-jfrog-linux-bastion-module.yml b/.github/workflows/release-jfrog-linux-bastion-module.yml index 7a283e2c8..6028a99db 100644 --- a/.github/workflows/release-jfrog-linux-bastion-module.yml +++ b/.github/workflows/release-jfrog-linux-bastion-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-jfrog-vpc-multiaz-module.yml b/.github/workflows/release-jfrog-vpc-multiaz-module.yml index 2bda93bc6..001ad5e17 100644 --- a/.github/workflows/release-jfrog-vpc-multiaz-module.yml +++ b/.github/workflows/release-jfrog-vpc-multiaz-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-jfrog-xray-ec2instance-module.yml b/.github/workflows/release-jfrog-xray-ec2instance-module.yml index 2e577faaa..c71b6c8f6 100644 --- a/.github/workflows/release-jfrog-xray-ec2instance-module.yml +++ b/.github/workflows/release-jfrog-xray-ec2instance-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-karte-eventbridge-documentdb-module.yml b/.github/workflows/release-karte-eventbridge-documentdb-module.yml index 277618880..fe11bf1ed 100644 --- a/.github/workflows/release-karte-eventbridge-documentdb-module.yml +++ b/.github/workflows/release-karte-eventbridge-documentdb-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-logzio-autodeploymentlogzio-cloudwatch-module.yml b/.github/workflows/release-logzio-autodeploymentlogzio-cloudwatch-module.yml index 6e4d45927..42ce2d6fd 100644 --- a/.github/workflows/release-logzio-autodeploymentlogzio-cloudwatch-module.yml +++ b/.github/workflows/release-logzio-autodeploymentlogzio-cloudwatch-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-logzio-awscostandusage-cur-module.yml b/.github/workflows/release-logzio-awscostandusage-cur-module.yml index dafc0bde1..7ed2fc1af 100644 --- a/.github/workflows/release-logzio-awscostandusage-cur-module.yml +++ b/.github/workflows/release-logzio-awscostandusage-cur-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-logzio-awssecurityhub-collector-module.yml b/.github/workflows/release-logzio-awssecurityhub-collector-module.yml index d9d77da19..a314922fe 100644 --- a/.github/workflows/release-logzio-awssecurityhub-collector-module.yml +++ b/.github/workflows/release-logzio-awssecurityhub-collector-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-logzio-kinesisshipper-kinesisshipper-module.yml b/.github/workflows/release-logzio-kinesisshipper-kinesisshipper-module.yml index ffec06b82..48a3f8a69 100644 --- a/.github/workflows/release-logzio-kinesisshipper-kinesisshipper-module.yml +++ b/.github/workflows/release-logzio-kinesisshipper-kinesisshipper-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-logzio-myservice-myname-module.yml b/.github/workflows/release-logzio-myservice-myname-module.yml index 71ddf1fc7..60d012e6e 100644 --- a/.github/workflows/release-logzio-myservice-myname-module.yml +++ b/.github/workflows/release-logzio-myservice-myname-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-mavi-pipeline-default-module.yml b/.github/workflows/release-mavi-pipeline-default-module.yml index 05615cd3a..e475a34bb 100644 --- a/.github/workflows/release-mavi-pipeline-default-module.yml +++ b/.github/workflows/release-mavi-pipeline-default-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-mongodb-atlas-cluster.yml b/.github/workflows/release-mongodb-atlas-cluster.yml index 5d6a4245c..bda065aa5 100644 --- a/.github/workflows/release-mongodb-atlas-cluster.yml +++ b/.github/workflows/release-mongodb-atlas-cluster.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-mongodb-atlas-databaseuser.yml b/.github/workflows/release-mongodb-atlas-databaseuser.yml index 23201576e..c657ce535 100644 --- a/.github/workflows/release-mongodb-atlas-databaseuser.yml +++ b/.github/workflows/release-mongodb-atlas-databaseuser.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-mongodb-atlas-networkpeering.yml b/.github/workflows/release-mongodb-atlas-networkpeering.yml index 5489ff0f4..af6119d66 100644 --- a/.github/workflows/release-mongodb-atlas-networkpeering.yml +++ b/.github/workflows/release-mongodb-atlas-networkpeering.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-mongodb-atlas-project.yml b/.github/workflows/release-mongodb-atlas-project.yml index 83323988c..81a3916b8 100644 --- a/.github/workflows/release-mongodb-atlas-project.yml +++ b/.github/workflows/release-mongodb-atlas-project.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-mongodb-atlas-projectipaccesslist.yml b/.github/workflows/release-mongodb-atlas-projectipaccesslist.yml index 33bf12320..35439e3ed 100644 --- a/.github/workflows/release-mongodb-atlas-projectipaccesslist.yml +++ b/.github/workflows/release-mongodb-atlas-projectipaccesslist.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-newrelic-agent-configuration.yml b/.github/workflows/release-newrelic-agent-configuration.yml index 3ff5e1f2e..2b23b14ec 100644 --- a/.github/workflows/release-newrelic-agent-configuration.yml +++ b/.github/workflows/release-newrelic-agent-configuration.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-newrelic-alert-alertspolicy.yml b/.github/workflows/release-newrelic-alert-alertspolicy.yml index 99763e6be..33ef8dcab 100644 --- a/.github/workflows/release-newrelic-alert-alertspolicy.yml +++ b/.github/workflows/release-newrelic-alert-alertspolicy.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-newrelic-alert-nrqlconditionstatic.yml b/.github/workflows/release-newrelic-alert-nrqlconditionstatic.yml index 4f31164ea..ae777e855 100644 --- a/.github/workflows/release-newrelic-alert-nrqlconditionstatic.yml +++ b/.github/workflows/release-newrelic-alert-nrqlconditionstatic.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-newrelic-cloudformation-dashboards.yml b/.github/workflows/release-newrelic-cloudformation-dashboards.yml index 4c1d49b0e..9d27d9036 100644 --- a/.github/workflows/release-newrelic-cloudformation-dashboards.yml +++ b/.github/workflows/release-newrelic-cloudformation-dashboards.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-newrelic-cloudformation-tagging.yml b/.github/workflows/release-newrelic-cloudformation-tagging.yml index 457d0ae5a..60871d535 100644 --- a/.github/workflows/release-newrelic-cloudformation-tagging.yml +++ b/.github/workflows/release-newrelic-cloudformation-tagging.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-newrelic-cloudformation-workloads.yml b/.github/workflows/release-newrelic-cloudformation-workloads.yml index fe1b66456..ebbfa3c19 100644 --- a/.github/workflows/release-newrelic-cloudformation-workloads.yml +++ b/.github/workflows/release-newrelic-cloudformation-workloads.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-newrelic-observability-ainotificationschannel.yml b/.github/workflows/release-newrelic-observability-ainotificationschannel.yml index 4b238c59f..2b9dda91e 100644 --- a/.github/workflows/release-newrelic-observability-ainotificationschannel.yml +++ b/.github/workflows/release-newrelic-observability-ainotificationschannel.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-newrelic-observability-ainotificationsdestination.yml b/.github/workflows/release-newrelic-observability-ainotificationsdestination.yml index f7721aae5..4da39ad21 100644 --- a/.github/workflows/release-newrelic-observability-ainotificationsdestination.yml +++ b/.github/workflows/release-newrelic-observability-ainotificationsdestination.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-newrelic-observability-aiworkflows.yml b/.github/workflows/release-newrelic-observability-aiworkflows.yml index e9132040f..0461d3db2 100644 --- a/.github/workflows/release-newrelic-observability-aiworkflows.yml +++ b/.github/workflows/release-newrelic-observability-aiworkflows.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-newrelic-observability-alertsmutingrule.yml b/.github/workflows/release-newrelic-observability-alertsmutingrule.yml index ef1ab044e..c72e54488 100644 --- a/.github/workflows/release-newrelic-observability-alertsmutingrule.yml +++ b/.github/workflows/release-newrelic-observability-alertsmutingrule.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-newrelic-observability-alertsnrqlcondition.yml b/.github/workflows/release-newrelic-observability-alertsnrqlcondition.yml index f071c9379..b8a630a3d 100644 --- a/.github/workflows/release-newrelic-observability-alertsnrqlcondition.yml +++ b/.github/workflows/release-newrelic-observability-alertsnrqlcondition.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-newrelic-observability-alertspolicy.yml b/.github/workflows/release-newrelic-observability-alertspolicy.yml index 917f1162e..c570fc02c 100644 --- a/.github/workflows/release-newrelic-observability-alertspolicy.yml +++ b/.github/workflows/release-newrelic-observability-alertspolicy.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-newrelic-observability-dashboards.yml b/.github/workflows/release-newrelic-observability-dashboards.yml index 9607d913e..c4cb14a74 100644 --- a/.github/workflows/release-newrelic-observability-dashboards.yml +++ b/.github/workflows/release-newrelic-observability-dashboards.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-newrelic-observability-workloads.yml b/.github/workflows/release-newrelic-observability-workloads.yml index e22669c6d..378c573c0 100644 --- a/.github/workflows/release-newrelic-observability-workloads.yml +++ b/.github/workflows/release-newrelic-observability-workloads.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-okta-application-application.yml b/.github/workflows/release-okta-application-application.yml index 73cf550c7..e6e0edf82 100644 --- a/.github/workflows/release-okta-application-application.yml +++ b/.github/workflows/release-okta-application-application.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-okta-group-group.yml b/.github/workflows/release-okta-group-group.yml index 391241721..346fd7ded 100644 --- a/.github/workflows/release-okta-group-group.yml +++ b/.github/workflows/release-okta-group-group.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-okta-group-groupapplicationassociation.yml b/.github/workflows/release-okta-group-groupapplicationassociation.yml index ba8f6c22c..4b2accf6e 100644 --- a/.github/workflows/release-okta-group-groupapplicationassociation.yml +++ b/.github/workflows/release-okta-group-groupapplicationassociation.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-okta-group-membership.yml b/.github/workflows/release-okta-group-membership.yml index 8dd45adbc..e97fdb469 100644 --- a/.github/workflows/release-okta-group-membership.yml +++ b/.github/workflows/release-okta-group-membership.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-okta-policy-policy.yml b/.github/workflows/release-okta-policy-policy.yml index a023f7184..97a1bf853 100644 --- a/.github/workflows/release-okta-policy-policy.yml +++ b/.github/workflows/release-okta-policy-policy.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-org-test-sample-module.yml b/.github/workflows/release-org-test-sample-module.yml index ae2cf2881..2e9a3f060 100644 --- a/.github/workflows/release-org-test-sample-module.yml +++ b/.github/workflows/release-org-test-sample-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-pagerduty-escalationpolicies-escalationpolicy.yml b/.github/workflows/release-pagerduty-escalationpolicies-escalationpolicy.yml index 08bc3363f..4fdda78f9 100644 --- a/.github/workflows/release-pagerduty-escalationpolicies-escalationpolicy.yml +++ b/.github/workflows/release-pagerduty-escalationpolicies-escalationpolicy.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-pagerduty-responseplays-responseplay.yml b/.github/workflows/release-pagerduty-responseplays-responseplay.yml index 48e68066f..4ee6cc9b2 100644 --- a/.github/workflows/release-pagerduty-responseplays-responseplay.yml +++ b/.github/workflows/release-pagerduty-responseplays-responseplay.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-pagerduty-schedules-schedule.yml b/.github/workflows/release-pagerduty-schedules-schedule.yml index 2646a4252..415de628b 100644 --- a/.github/workflows/release-pagerduty-schedules-schedule.yml +++ b/.github/workflows/release-pagerduty-schedules-schedule.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-pagerduty-services-integration.yml b/.github/workflows/release-pagerduty-services-integration.yml index aa3e50fb8..fec0ffcea 100644 --- a/.github/workflows/release-pagerduty-services-integration.yml +++ b/.github/workflows/release-pagerduty-services-integration.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-pagerduty-services-service.yml b/.github/workflows/release-pagerduty-services-service.yml index ea4775db3..e599ec8d0 100644 --- a/.github/workflows/release-pagerduty-services-service.yml +++ b/.github/workflows/release-pagerduty-services-service.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-pagerduty-teams-membership.yml b/.github/workflows/release-pagerduty-teams-membership.yml index 8593a5e4b..6fbfd0a46 100644 --- a/.github/workflows/release-pagerduty-teams-membership.yml +++ b/.github/workflows/release-pagerduty-teams-membership.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-pagerduty-teams-team.yml b/.github/workflows/release-pagerduty-teams-team.yml index 9bf7fac6b..46febbfad 100644 --- a/.github/workflows/release-pagerduty-teams-team.yml +++ b/.github/workflows/release-pagerduty-teams-team.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-pagerduty-users-user.yml b/.github/workflows/release-pagerduty-users-user.yml index c97e100d3..009a1f944 100644 --- a/.github/workflows/release-pagerduty-users-user.yml +++ b/.github/workflows/release-pagerduty-users-user.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-paloaltonetworks-cloudngfw-ngfw.yml b/.github/workflows/release-paloaltonetworks-cloudngfw-ngfw.yml index 37a5eda4b..4d500a106 100644 --- a/.github/workflows/release-paloaltonetworks-cloudngfw-ngfw.yml +++ b/.github/workflows/release-paloaltonetworks-cloudngfw-ngfw.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-paloaltonetworks-cloudngfw-rulestack.yml b/.github/workflows/release-paloaltonetworks-cloudngfw-rulestack.yml index 6f5031922..fcab622b8 100644 --- a/.github/workflows/release-paloaltonetworks-cloudngfw-rulestack.yml +++ b/.github/workflows/release-paloaltonetworks-cloudngfw-rulestack.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-poc-azure-blobstorage.yml b/.github/workflows/release-poc-azure-blobstorage.yml index 435cd9ae9..f4747ecf6 100644 --- a/.github/workflows/release-poc-azure-blobstorage.yml +++ b/.github/workflows/release-poc-azure-blobstorage.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-registry-test-resource1-module.yml b/.github/workflows/release-registry-test-resource1-module.yml index 6e180ff42..6bbc48fde 100644 --- a/.github/workflows/release-registry-test-resource1-module.yml +++ b/.github/workflows/release-registry-test-resource1-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-rollbar-notifications-rule.yml b/.github/workflows/release-rollbar-notifications-rule.yml index 2f542ecba..c10ae9649 100644 --- a/.github/workflows/release-rollbar-notifications-rule.yml +++ b/.github/workflows/release-rollbar-notifications-rule.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-rollbar-projects-accesstoken.yml b/.github/workflows/release-rollbar-projects-accesstoken.yml index dff5ebdca..35b0f36b1 100644 --- a/.github/workflows/release-rollbar-projects-accesstoken.yml +++ b/.github/workflows/release-rollbar-projects-accesstoken.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-rollbar-projects-project.yml b/.github/workflows/release-rollbar-projects-project.yml index bfc3a23c6..814bd141e 100644 --- a/.github/workflows/release-rollbar-projects-project.yml +++ b/.github/workflows/release-rollbar-projects-project.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-rollbar-teams-membership.yml b/.github/workflows/release-rollbar-teams-membership.yml index 7c0e15733..6dcb07cb1 100644 --- a/.github/workflows/release-rollbar-teams-membership.yml +++ b/.github/workflows/release-rollbar-teams-membership.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-rollbar-teams-team.yml b/.github/workflows/release-rollbar-teams-team.yml index a34342e60..d0005b4dc 100644 --- a/.github/workflows/release-rollbar-teams-team.yml +++ b/.github/workflows/release-rollbar-teams-team.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-snowflake-database-database.yml b/.github/workflows/release-snowflake-database-database.yml index 8fc2b9656..c374e1528 100644 --- a/.github/workflows/release-snowflake-database-database.yml +++ b/.github/workflows/release-snowflake-database-database.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-snowflake-database-grant.yml b/.github/workflows/release-snowflake-database-grant.yml index 232a571cd..b561199bd 100644 --- a/.github/workflows/release-snowflake-database-grant.yml +++ b/.github/workflows/release-snowflake-database-grant.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-snowflake-role-grant.yml b/.github/workflows/release-snowflake-role-grant.yml index cf4473d24..f4562f1f1 100644 --- a/.github/workflows/release-snowflake-role-grant.yml +++ b/.github/workflows/release-snowflake-role-grant.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-snowflake-role-role.yml b/.github/workflows/release-snowflake-role-role.yml index 0996d51e3..797f5056f 100644 --- a/.github/workflows/release-snowflake-role-role.yml +++ b/.github/workflows/release-snowflake-role-role.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-snowflake-user-user.yml b/.github/workflows/release-snowflake-user-user.yml index c65fc0cce..749d7aa6c 100644 --- a/.github/workflows/release-snowflake-user-user.yml +++ b/.github/workflows/release-snowflake-user-user.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-snowflake-warehouse-grant.yml b/.github/workflows/release-snowflake-warehouse-grant.yml index 31a5ee691..e787bfbc6 100644 --- a/.github/workflows/release-snowflake-warehouse-grant.yml +++ b/.github/workflows/release-snowflake-warehouse-grant.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-snyk-container-helm.yml b/.github/workflows/release-snyk-container-helm.yml index eb349383b..ae1ed6bdd 100644 --- a/.github/workflows/release-snyk-container-helm.yml +++ b/.github/workflows/release-snyk-container-helm.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-splunk-enterprise-quickstart-module.yml b/.github/workflows/release-splunk-enterprise-quickstart-module.yml index f40555dcb..34c7c3755 100644 --- a/.github/workflows/release-splunk-enterprise-quickstart-module.yml +++ b/.github/workflows/release-splunk-enterprise-quickstart-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-spot-elastigroup-group.yml b/.github/workflows/release-spot-elastigroup-group.yml index 52c00a7a2..0acf7292d 100644 --- a/.github/workflows/release-spot-elastigroup-group.yml +++ b/.github/workflows/release-spot-elastigroup-group.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-stackery-open-bastion-module.yml b/.github/workflows/release-stackery-open-bastion-module.yml index e61fed371..ce09f677c 100644 --- a/.github/workflows/release-stackery-open-bastion-module.yml +++ b/.github/workflows/release-stackery-open-bastion-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-stocks-orders-marketorder.yml b/.github/workflows/release-stocks-orders-marketorder.yml index f00010a01..83d6cb613 100644 --- a/.github/workflows/release-stocks-orders-marketorder.yml +++ b/.github/workflows/release-stocks-orders-marketorder.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-svectordb-vectordatabase-apikey.yml b/.github/workflows/release-svectordb-vectordatabase-apikey.yml index 1a2f8c94d..51d662944 100644 --- a/.github/workflows/release-svectordb-vectordatabase-apikey.yml +++ b/.github/workflows/release-svectordb-vectordatabase-apikey.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-svectordb-vectordatabase-database.yml b/.github/workflows/release-svectordb-vectordatabase-database.yml index 652ccf39a..d45c2c0c7 100644 --- a/.github/workflows/release-svectordb-vectordatabase-database.yml +++ b/.github/workflows/release-svectordb-vectordatabase-database.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-symphonia-opensource-cloudformationartifactsbucket-module.yml b/.github/workflows/release-symphonia-opensource-cloudformationartifactsbucket-module.yml index b11daefa8..b0821bea9 100644 --- a/.github/workflows/release-symphonia-opensource-cloudformationartifactsbucket-module.yml +++ b/.github/workflows/release-symphonia-opensource-cloudformationartifactsbucket-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-sysdig-helm-agent.yml b/.github/workflows/release-sysdig-helm-agent.yml index 5eca898af..8fff22bb0 100644 --- a/.github/workflows/release-sysdig-helm-agent.yml +++ b/.github/workflows/release-sysdig-helm-agent.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-tf-ad-computer.yml b/.github/workflows/release-tf-ad-computer.yml index 7aab2b781..46d74c4f0 100644 --- a/.github/workflows/release-tf-ad-computer.yml +++ b/.github/workflows/release-tf-ad-computer.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-tf-ad-user.yml b/.github/workflows/release-tf-ad-user.yml index 80bd6dfc1..71d33d629 100644 --- a/.github/workflows/release-tf-ad-user.yml +++ b/.github/workflows/release-tf-ad-user.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-tf-aws-keypair.yml b/.github/workflows/release-tf-aws-keypair.yml index 8eab64fee..5d75dd4c3 100644 --- a/.github/workflows/release-tf-aws-keypair.yml +++ b/.github/workflows/release-tf-aws-keypair.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-tf-aws-s3bucket.yml b/.github/workflows/release-tf-aws-s3bucket.yml index f1aed6e89..afe68cfe4 100644 --- a/.github/workflows/release-tf-aws-s3bucket.yml +++ b/.github/workflows/release-tf-aws-s3bucket.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-tf-aws-s3bucketobject.yml b/.github/workflows/release-tf-aws-s3bucketobject.yml index 90f8ff40d..d080e7154 100644 --- a/.github/workflows/release-tf-aws-s3bucketobject.yml +++ b/.github/workflows/release-tf-aws-s3bucketobject.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-tf-azuread-application.yml b/.github/workflows/release-tf-azuread-application.yml index b5a964c83..4b72471ab 100644 --- a/.github/workflows/release-tf-azuread-application.yml +++ b/.github/workflows/release-tf-azuread-application.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-tf-azuread-user.yml b/.github/workflows/release-tf-azuread-user.yml index 8e88a41a4..6a49a6465 100644 --- a/.github/workflows/release-tf-azuread-user.yml +++ b/.github/workflows/release-tf-azuread-user.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-tf-cloudflare-record.yml b/.github/workflows/release-tf-cloudflare-record.yml index eb1fef90d..edd2bb6d8 100644 --- a/.github/workflows/release-tf-cloudflare-record.yml +++ b/.github/workflows/release-tf-cloudflare-record.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-tf-digitalocean-droplet.yml b/.github/workflows/release-tf-digitalocean-droplet.yml index 8c88544c6..045760584 100644 --- a/.github/workflows/release-tf-digitalocean-droplet.yml +++ b/.github/workflows/release-tf-digitalocean-droplet.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-tf-github-repository.yml b/.github/workflows/release-tf-github-repository.yml index 0fc31f042..9c7f167b9 100644 --- a/.github/workflows/release-tf-github-repository.yml +++ b/.github/workflows/release-tf-github-repository.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-tf-google-storagebucket.yml b/.github/workflows/release-tf-google-storagebucket.yml index 5c526f2bd..08fed0c14 100644 --- a/.github/workflows/release-tf-google-storagebucket.yml +++ b/.github/workflows/release-tf-google-storagebucket.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-tf-pagerduty-service.yml b/.github/workflows/release-tf-pagerduty-service.yml index 10c08672e..2c01c8ee6 100644 --- a/.github/workflows/release-tf-pagerduty-service.yml +++ b/.github/workflows/release-tf-pagerduty-service.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-tf-random-string.yml b/.github/workflows/release-tf-random-string.yml index 48ccac4a5..254bbcf68 100644 --- a/.github/workflows/release-tf-random-string.yml +++ b/.github/workflows/release-tf-random-string.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-tf-random-uuid.yml b/.github/workflows/release-tf-random-uuid.yml index 6604e13f7..8b2eb08e0 100644 --- a/.github/workflows/release-tf-random-uuid.yml +++ b/.github/workflows/release-tf-random-uuid.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-trendmicro-cloudonecontainer-helm.yml b/.github/workflows/release-trendmicro-cloudonecontainer-helm.yml index eab0db842..3a7df2495 100644 --- a/.github/workflows/release-trendmicro-cloudonecontainer-helm.yml +++ b/.github/workflows/release-trendmicro-cloudonecontainer-helm.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-unxpose-iam-integration-module.yml b/.github/workflows/release-unxpose-iam-integration-module.yml index 283345f7f..6b9c45b7d 100644 --- a/.github/workflows/release-unxpose-iam-integration-module.yml +++ b/.github/workflows/release-unxpose-iam-integration-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release-zmk-iam-lambdabasicrole-module.yml b/.github/workflows/release-zmk-iam-lambdabasicrole-module.yml index 612dcd210..594d06d92 100644 --- a/.github/workflows/release-zmk-iam-lambdabasicrole-module.yml +++ b/.github/workflows/release-zmk-iam-lambdabasicrole-module.yml @@ -88,7 +88,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.txt -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi release_npm: name: Publish to npm @@ -122,7 +122,7 @@ jobs: contents: read if: (needs.build.outputs.tag_exists != 'true') && (needs.build.outputs.releasable_commits > 0) steps: - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: temurin java-version: 11.x @@ -157,7 +157,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18.x - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 with: dotnet-version: 3.x - name: Download build artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f56b8f3c..2b1d053cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,5 +78,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_REPOSITORY: ${{ github.repository }} - GITHUB_REF: ${{ github.ref }} + GITHUB_REF: ${{ github.sha }} run: errout=$(mktemp); gh release create $(cat dist/releasetag.txt) -R $GITHUB_REPOSITORY -F dist/changelog.md -t $(cat dist/releasetag.txt) --target $GITHUB_REF 2> $errout && true; exitcode=$?; if [ $exitcode -ne 0 ] && ! grep -q "Release.tag_name already exists" $errout; then cat $errout; exit $exitcode; fi diff --git a/.projen/tasks.json b/.projen/tasks.json index 2604db29c..52812e325 100644 --- a/.projen/tasks.json +++ b/.projen/tasks.json @@ -210,7 +210,7 @@ "description": "Run tests", "steps": [ { - "exec": "jest --passWithNoTests --coverageProvider=v8 --updateSnapshot", + "exec": "jest --passWithNoTests --updateSnapshot", "receiveArgs": true }, { diff --git a/package.json b/package.json index 53cef2db8..cbecd32ee 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,8 @@ "@typescript-eslint/eslint-plugin": "^6", "@typescript-eslint/parser": "^6", "aws-cdk-github-oidc": "^2.2.0", - "aws-cdk-lib": "^2.141.0", - "aws-sdk": "^2.1620.0", + "aws-cdk-lib": "^2.143.0", + "aws-sdk": "^2.1629.0", "case": "^1.6.3", "cdk-import": "^0.2.112", "cdklabs-projen-project-types": "^0.1.196", @@ -53,10 +53,10 @@ "eslint-plugin-import": "^2.29.1", "jest": "^27.5.1", "jest-junit": "^15", - "jsii": "^5.4.15", + "jsii": "^5.4.18", "jsii-pacmak": "^1.98.0", - "jsii-rosetta": "^5.4.17", - "projen": "^0.81.11", + "jsii-rosetta": "^5.4.20", + "projen": "^0.82.1", "standard-version": "^9", "ts-jest": "^27.1.5", "ts-node": "^10", @@ -67,11 +67,15 @@ }, "main": "lib/index.js", "license": "Apache-2.0", + "publishConfig": { + "access": "public" + }, "version": "0.0.0", "jest": { + "coverageProvider": "v8", "testMatch": [ "/src/**/__tests__/**/*.ts?(x)", - "/(test|src)/**/*(*.)@(spec|test).ts?(x)" + "/@(test|src)/**/*(*.)@(spec|test).ts?(x)" ], "clearMocks": true, "collectCoverage": true, diff --git a/packages/@cdk-cloudformation/alexa-ask-skill/package.json b/packages/@cdk-cloudformation/alexa-ask-skill/package.json index bc8f2b59c..96c9f0dac 100644 --- a/packages/@cdk-cloudformation/alexa-ask-skill/package.json +++ b/packages/@cdk-cloudformation/alexa-ask-skill/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/aqua-enterprise-enforcer/package.json b/packages/@cdk-cloudformation/aqua-enterprise-enforcer/package.json index 18d8fac05..e57747485 100644 --- a/packages/@cdk-cloudformation/aqua-enterprise-enforcer/package.json +++ b/packages/@cdk-cloudformation/aqua-enterprise-enforcer/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/aqua-enterprise-kubeenforcer/package.json b/packages/@cdk-cloudformation/aqua-enterprise-kubeenforcer/package.json index 50ab55d69..514408a20 100644 --- a/packages/@cdk-cloudformation/aqua-enterprise-kubeenforcer/package.json +++ b/packages/@cdk-cloudformation/aqua-enterprise-kubeenforcer/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/aqua-enterprise-scanner/package.json b/packages/@cdk-cloudformation/aqua-enterprise-scanner/package.json index 749d09829..b9525a44d 100644 --- a/packages/@cdk-cloudformation/aqua-enterprise-scanner/package.json +++ b/packages/@cdk-cloudformation/aqua-enterprise-scanner/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/aqua-enterprise-server/package.json b/packages/@cdk-cloudformation/aqua-enterprise-server/package.json index 1eb1608c2..2351db794 100644 --- a/packages/@cdk-cloudformation/aqua-enterprise-server/package.json +++ b/packages/@cdk-cloudformation/aqua-enterprise-server/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/atlassian-opsgenie-integration/package.json b/packages/@cdk-cloudformation/atlassian-opsgenie-integration/package.json index 650a8bdf5..1323cc9f1 100644 --- a/packages/@cdk-cloudformation/atlassian-opsgenie-integration/package.json +++ b/packages/@cdk-cloudformation/atlassian-opsgenie-integration/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/atlassian-opsgenie-team/package.json b/packages/@cdk-cloudformation/atlassian-opsgenie-team/package.json index 2f85a0558..3e5aa67e1 100644 --- a/packages/@cdk-cloudformation/atlassian-opsgenie-team/package.json +++ b/packages/@cdk-cloudformation/atlassian-opsgenie-team/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/atlassian-opsgenie-user/package.json b/packages/@cdk-cloudformation/atlassian-opsgenie-user/package.json index 8ccc868fd..be1e6aebd 100644 --- a/packages/@cdk-cloudformation/atlassian-opsgenie-user/package.json +++ b/packages/@cdk-cloudformation/atlassian-opsgenie-user/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awscommunity-account-alternatecontact/package.json b/packages/@cdk-cloudformation/awscommunity-account-alternatecontact/package.json index 8e46b0a11..d3d5fdcdf 100644 --- a/packages/@cdk-cloudformation/awscommunity-account-alternatecontact/package.json +++ b/packages/@cdk-cloudformation/awscommunity-account-alternatecontact/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awscommunity-applicationautoscaling-scheduledaction/package.json b/packages/@cdk-cloudformation/awscommunity-applicationautoscaling-scheduledaction/package.json index 58df711a1..78e2a6e44 100644 --- a/packages/@cdk-cloudformation/awscommunity-applicationautoscaling-scheduledaction/package.json +++ b/packages/@cdk-cloudformation/awscommunity-applicationautoscaling-scheduledaction/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awscommunity-cloudfront-s3website-module/package.json b/packages/@cdk-cloudformation/awscommunity-cloudfront-s3website-module/package.json index fe475f87e..d844389e6 100644 --- a/packages/@cdk-cloudformation/awscommunity-cloudfront-s3website-module/package.json +++ b/packages/@cdk-cloudformation/awscommunity-cloudfront-s3website-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awscommunity-dynamodb-item/package.json b/packages/@cdk-cloudformation/awscommunity-dynamodb-item/package.json index 655c35771..302a8c077 100644 --- a/packages/@cdk-cloudformation/awscommunity-dynamodb-item/package.json +++ b/packages/@cdk-cloudformation/awscommunity-dynamodb-item/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awscommunity-resource-lookup/package.json b/packages/@cdk-cloudformation/awscommunity-resource-lookup/package.json index 472791596..631bda2be 100644 --- a/packages/@cdk-cloudformation/awscommunity-resource-lookup/package.json +++ b/packages/@cdk-cloudformation/awscommunity-resource-lookup/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awscommunity-s3-bucket-module/package.json b/packages/@cdk-cloudformation/awscommunity-s3-bucket-module/package.json index ef13728bd..c0c49185d 100644 --- a/packages/@cdk-cloudformation/awscommunity-s3-bucket-module/package.json +++ b/packages/@cdk-cloudformation/awscommunity-s3-bucket-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awscommunity-s3-deletebucketcontents/package.json b/packages/@cdk-cloudformation/awscommunity-s3-deletebucketcontents/package.json index e279665e3..fb9e2fdc0 100644 --- a/packages/@cdk-cloudformation/awscommunity-s3-deletebucketcontents/package.json +++ b/packages/@cdk-cloudformation/awscommunity-s3-deletebucketcontents/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awscommunity-time-offset/package.json b/packages/@cdk-cloudformation/awscommunity-time-offset/package.json index 3b2de1b50..e66cc50d6 100644 --- a/packages/@cdk-cloudformation/awscommunity-time-offset/package.json +++ b/packages/@cdk-cloudformation/awscommunity-time-offset/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awscommunity-time-sleep/package.json b/packages/@cdk-cloudformation/awscommunity-time-sleep/package.json index 0c70476a0..0c288f24c 100644 --- a/packages/@cdk-cloudformation/awscommunity-time-sleep/package.json +++ b/packages/@cdk-cloudformation/awscommunity-time-sleep/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awscommunity-time-static/package.json b/packages/@cdk-cloudformation/awscommunity-time-static/package.json index 918885992..5540945ca 100644 --- a/packages/@cdk-cloudformation/awscommunity-time-static/package.json +++ b/packages/@cdk-cloudformation/awscommunity-time-static/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awsqs-checkpoint-cloudguardqs-module/package.json b/packages/@cdk-cloudformation/awsqs-checkpoint-cloudguardqs-module/package.json index a5b440444..93b0a8cb7 100644 --- a/packages/@cdk-cloudformation/awsqs-checkpoint-cloudguardqs-module/package.json +++ b/packages/@cdk-cloudformation/awsqs-checkpoint-cloudguardqs-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awsqs-ec2-linuxbastionqs-module/package.json b/packages/@cdk-cloudformation/awsqs-ec2-linuxbastionqs-module/package.json index 3036c4228..6305e29b5 100644 --- a/packages/@cdk-cloudformation/awsqs-ec2-linuxbastionqs-module/package.json +++ b/packages/@cdk-cloudformation/awsqs-ec2-linuxbastionqs-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awsqs-eks-cluster/package.json b/packages/@cdk-cloudformation/awsqs-eks-cluster/package.json index cb18b4bc0..10f59ef57 100644 --- a/packages/@cdk-cloudformation/awsqs-eks-cluster/package.json +++ b/packages/@cdk-cloudformation/awsqs-eks-cluster/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awsqs-iridium-cloudconnectqs-module/package.json b/packages/@cdk-cloudformation/awsqs-iridium-cloudconnectqs-module/package.json index 162b4a7e4..ea130103e 100644 --- a/packages/@cdk-cloudformation/awsqs-iridium-cloudconnectqs-module/package.json +++ b/packages/@cdk-cloudformation/awsqs-iridium-cloudconnectqs-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awsqs-kubernetes-get/package.json b/packages/@cdk-cloudformation/awsqs-kubernetes-get/package.json index c651e46fa..395717ef1 100644 --- a/packages/@cdk-cloudformation/awsqs-kubernetes-get/package.json +++ b/packages/@cdk-cloudformation/awsqs-kubernetes-get/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awsqs-kubernetes-helm/package.json b/packages/@cdk-cloudformation/awsqs-kubernetes-helm/package.json index 71f1f6d9f..515376a8e 100644 --- a/packages/@cdk-cloudformation/awsqs-kubernetes-helm/package.json +++ b/packages/@cdk-cloudformation/awsqs-kubernetes-helm/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awsqs-kubernetes-resource/package.json b/packages/@cdk-cloudformation/awsqs-kubernetes-resource/package.json index 2a6d5e38f..e247d784d 100644 --- a/packages/@cdk-cloudformation/awsqs-kubernetes-resource/package.json +++ b/packages/@cdk-cloudformation/awsqs-kubernetes-resource/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/awsqs-vpc-vpcqs-module/package.json b/packages/@cdk-cloudformation/awsqs-vpc-vpcqs-module/package.json index 3bba0725a..4649bd7bf 100644 --- a/packages/@cdk-cloudformation/awsqs-vpc-vpcqs-module/package.json +++ b/packages/@cdk-cloudformation/awsqs-vpc-vpcqs-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/bigid-datasource-dynamodb/package.json b/packages/@cdk-cloudformation/bigid-datasource-dynamodb/package.json index 5d4ad95cc..5a1e916a1 100644 --- a/packages/@cdk-cloudformation/bigid-datasource-dynamodb/package.json +++ b/packages/@cdk-cloudformation/bigid-datasource-dynamodb/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/bigid-datasource-s3/package.json b/packages/@cdk-cloudformation/bigid-datasource-s3/package.json index b1299c92e..46714b2a9 100644 --- a/packages/@cdk-cloudformation/bigid-datasource-s3/package.json +++ b/packages/@cdk-cloudformation/bigid-datasource-s3/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/cadiaz-bucket-uno-module/package.json b/packages/@cdk-cloudformation/cadiaz-bucket-uno-module/package.json index 46593c922..39f0699c1 100644 --- a/packages/@cdk-cloudformation/cadiaz-bucket-uno-module/package.json +++ b/packages/@cdk-cloudformation/cadiaz-bucket-uno-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/cloudflare-dns-record/package.json b/packages/@cdk-cloudformation/cloudflare-dns-record/package.json index 5abdbe197..a3242f2ca 100644 --- a/packages/@cdk-cloudformation/cloudflare-dns-record/package.json +++ b/packages/@cdk-cloudformation/cloudflare-dns-record/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/cloudflare-loadbalancer-loadbalancer/package.json b/packages/@cdk-cloudformation/cloudflare-loadbalancer-loadbalancer/package.json index 5ea3d0d57..3504b5425 100644 --- a/packages/@cdk-cloudformation/cloudflare-loadbalancer-loadbalancer/package.json +++ b/packages/@cdk-cloudformation/cloudflare-loadbalancer-loadbalancer/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/cloudflare-loadbalancer-monitor/package.json b/packages/@cdk-cloudformation/cloudflare-loadbalancer-monitor/package.json index e7c0f4f0a..b16b1b6cd 100644 --- a/packages/@cdk-cloudformation/cloudflare-loadbalancer-monitor/package.json +++ b/packages/@cdk-cloudformation/cloudflare-loadbalancer-monitor/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/cloudflare-loadbalancer-pool/package.json b/packages/@cdk-cloudformation/cloudflare-loadbalancer-pool/package.json index 26c738497..14750ff46 100644 --- a/packages/@cdk-cloudformation/cloudflare-loadbalancer-pool/package.json +++ b/packages/@cdk-cloudformation/cloudflare-loadbalancer-pool/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/confluentcloud-iam-serviceaccount/package.json b/packages/@cdk-cloudformation/confluentcloud-iam-serviceaccount/package.json index c63e86424..f6383c572 100644 --- a/packages/@cdk-cloudformation/confluentcloud-iam-serviceaccount/package.json +++ b/packages/@cdk-cloudformation/confluentcloud-iam-serviceaccount/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/cyral-sidecar-deployment-module/package.json b/packages/@cdk-cloudformation/cyral-sidecar-deployment-module/package.json index 5888e2a7e..12bf38d1c 100644 --- a/packages/@cdk-cloudformation/cyral-sidecar-deployment-module/package.json +++ b/packages/@cdk-cloudformation/cyral-sidecar-deployment-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/databricks-clusters-cluster/package.json b/packages/@cdk-cloudformation/databricks-clusters-cluster/package.json index bcff461d8..05a8f8006 100644 --- a/packages/@cdk-cloudformation/databricks-clusters-cluster/package.json +++ b/packages/@cdk-cloudformation/databricks-clusters-cluster/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/databricks-clusters-job/package.json b/packages/@cdk-cloudformation/databricks-clusters-job/package.json index 4391b9896..6b24c3b5c 100644 --- a/packages/@cdk-cloudformation/databricks-clusters-job/package.json +++ b/packages/@cdk-cloudformation/databricks-clusters-job/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/datadog-dashboards-dashboard/package.json b/packages/@cdk-cloudformation/datadog-dashboards-dashboard/package.json index 6ffeedafd..0a65091a7 100644 --- a/packages/@cdk-cloudformation/datadog-dashboards-dashboard/package.json +++ b/packages/@cdk-cloudformation/datadog-dashboards-dashboard/package.json @@ -60,11 +60,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/datadog-integrations-aws/package.json b/packages/@cdk-cloudformation/datadog-integrations-aws/package.json index 8a8de5891..647f7483b 100644 --- a/packages/@cdk-cloudformation/datadog-integrations-aws/package.json +++ b/packages/@cdk-cloudformation/datadog-integrations-aws/package.json @@ -60,11 +60,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/datadog-monitors-downtime/package.json b/packages/@cdk-cloudformation/datadog-monitors-downtime/package.json index 446a6437b..9cfd32d47 100644 --- a/packages/@cdk-cloudformation/datadog-monitors-downtime/package.json +++ b/packages/@cdk-cloudformation/datadog-monitors-downtime/package.json @@ -60,11 +60,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/datadog-monitors-downtimeschedule/package.json b/packages/@cdk-cloudformation/datadog-monitors-downtimeschedule/package.json index 337a48585..10f32a41d 100644 --- a/packages/@cdk-cloudformation/datadog-monitors-downtimeschedule/package.json +++ b/packages/@cdk-cloudformation/datadog-monitors-downtimeschedule/package.json @@ -60,11 +60,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/datadog-monitors-monitor/package.json b/packages/@cdk-cloudformation/datadog-monitors-monitor/package.json index 2a12de95a..291df8e1d 100644 --- a/packages/@cdk-cloudformation/datadog-monitors-monitor/package.json +++ b/packages/@cdk-cloudformation/datadog-monitors-monitor/package.json @@ -60,11 +60,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/datadog-slos-slo/package.json b/packages/@cdk-cloudformation/datadog-slos-slo/package.json index d7b313cdc..404cbf411 100644 --- a/packages/@cdk-cloudformation/datadog-slos-slo/package.json +++ b/packages/@cdk-cloudformation/datadog-slos-slo/package.json @@ -60,11 +60,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/dynatrace-configuration-dashboard/package.json b/packages/@cdk-cloudformation/dynatrace-configuration-dashboard/package.json index f2e58bc36..52d4bcfa2 100644 --- a/packages/@cdk-cloudformation/dynatrace-configuration-dashboard/package.json +++ b/packages/@cdk-cloudformation/dynatrace-configuration-dashboard/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/dynatrace-environment-metric/package.json b/packages/@cdk-cloudformation/dynatrace-environment-metric/package.json index a39766a62..640c91fa8 100644 --- a/packages/@cdk-cloudformation/dynatrace-environment-metric/package.json +++ b/packages/@cdk-cloudformation/dynatrace-environment-metric/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/dynatrace-environment-servicelevelobjective/package.json b/packages/@cdk-cloudformation/dynatrace-environment-servicelevelobjective/package.json index ea9dcbbca..9ab10fe52 100644 --- a/packages/@cdk-cloudformation/dynatrace-environment-servicelevelobjective/package.json +++ b/packages/@cdk-cloudformation/dynatrace-environment-servicelevelobjective/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/dynatrace-environment-syntheticlocation/package.json b/packages/@cdk-cloudformation/dynatrace-environment-syntheticlocation/package.json index 58e11c831..6b06935b9 100644 --- a/packages/@cdk-cloudformation/dynatrace-environment-syntheticlocation/package.json +++ b/packages/@cdk-cloudformation/dynatrace-environment-syntheticlocation/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/dynatrace-environment-syntheticmonitor/package.json b/packages/@cdk-cloudformation/dynatrace-environment-syntheticmonitor/package.json index f65c6c040..d953b5af2 100644 --- a/packages/@cdk-cloudformation/dynatrace-environment-syntheticmonitor/package.json +++ b/packages/@cdk-cloudformation/dynatrace-environment-syntheticmonitor/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-dictionary-dictionary/package.json b/packages/@cdk-cloudformation/fastly-dictionary-dictionary/package.json index 248481fc1..475adb8b3 100644 --- a/packages/@cdk-cloudformation/fastly-dictionary-dictionary/package.json +++ b/packages/@cdk-cloudformation/fastly-dictionary-dictionary/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-dictionary-dictionaryitem/package.json b/packages/@cdk-cloudformation/fastly-dictionary-dictionaryitem/package.json index d0692b505..9ff8319fa 100644 --- a/packages/@cdk-cloudformation/fastly-dictionary-dictionaryitem/package.json +++ b/packages/@cdk-cloudformation/fastly-dictionary-dictionaryitem/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-logging-s3/package.json b/packages/@cdk-cloudformation/fastly-logging-s3/package.json index 084ad8448..3db748820 100644 --- a/packages/@cdk-cloudformation/fastly-logging-s3/package.json +++ b/packages/@cdk-cloudformation/fastly-logging-s3/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-logging-splunk/package.json b/packages/@cdk-cloudformation/fastly-logging-splunk/package.json index fecdf916d..5ee741be0 100644 --- a/packages/@cdk-cloudformation/fastly-logging-splunk/package.json +++ b/packages/@cdk-cloudformation/fastly-logging-splunk/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-services-activeversion/package.json b/packages/@cdk-cloudformation/fastly-services-activeversion/package.json index 4a0e58046..8f7482efe 100644 --- a/packages/@cdk-cloudformation/fastly-services-activeversion/package.json +++ b/packages/@cdk-cloudformation/fastly-services-activeversion/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-services-backend/package.json b/packages/@cdk-cloudformation/fastly-services-backend/package.json index f7da20001..be769730d 100644 --- a/packages/@cdk-cloudformation/fastly-services-backend/package.json +++ b/packages/@cdk-cloudformation/fastly-services-backend/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-services-domain/package.json b/packages/@cdk-cloudformation/fastly-services-domain/package.json index 960bda204..5cb11e151 100644 --- a/packages/@cdk-cloudformation/fastly-services-domain/package.json +++ b/packages/@cdk-cloudformation/fastly-services-domain/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-services-healthcheck/package.json b/packages/@cdk-cloudformation/fastly-services-healthcheck/package.json index ed9bff834..8fe42414c 100644 --- a/packages/@cdk-cloudformation/fastly-services-healthcheck/package.json +++ b/packages/@cdk-cloudformation/fastly-services-healthcheck/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-services-service/package.json b/packages/@cdk-cloudformation/fastly-services-service/package.json index 03426b32c..cf5bce4e9 100644 --- a/packages/@cdk-cloudformation/fastly-services-service/package.json +++ b/packages/@cdk-cloudformation/fastly-services-service/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-services-version/package.json b/packages/@cdk-cloudformation/fastly-services-version/package.json index 212465711..4945edb0a 100644 --- a/packages/@cdk-cloudformation/fastly-services-version/package.json +++ b/packages/@cdk-cloudformation/fastly-services-version/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-tls-certificate/package.json b/packages/@cdk-cloudformation/fastly-tls-certificate/package.json index a2058ed88..ecf229239 100644 --- a/packages/@cdk-cloudformation/fastly-tls-certificate/package.json +++ b/packages/@cdk-cloudformation/fastly-tls-certificate/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-tls-domain/package.json b/packages/@cdk-cloudformation/fastly-tls-domain/package.json index 4a7bbe87d..55b8748f4 100644 --- a/packages/@cdk-cloudformation/fastly-tls-domain/package.json +++ b/packages/@cdk-cloudformation/fastly-tls-domain/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fastly-tls-privatekeys/package.json b/packages/@cdk-cloudformation/fastly-tls-privatekeys/package.json index bbf0e94e7..67f5806b7 100644 --- a/packages/@cdk-cloudformation/fastly-tls-privatekeys/package.json +++ b/packages/@cdk-cloudformation/fastly-tls-privatekeys/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/fireeye-cloudintegrations-cloudwatch/package.json b/packages/@cdk-cloudformation/fireeye-cloudintegrations-cloudwatch/package.json index 8dc41a21d..52a7cba45 100644 --- a/packages/@cdk-cloudformation/fireeye-cloudintegrations-cloudwatch/package.json +++ b/packages/@cdk-cloudformation/fireeye-cloudintegrations-cloudwatch/package.json @@ -60,11 +60,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/freyraim-impactapi-apigateway-module/package.json b/packages/@cdk-cloudformation/freyraim-impactapi-apigateway-module/package.json index 2a6b5f1c7..cb883dd4d 100644 --- a/packages/@cdk-cloudformation/freyraim-impactapi-apigateway-module/package.json +++ b/packages/@cdk-cloudformation/freyraim-impactapi-apigateway-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/freyraim-impactapi-apihandle-module/package.json b/packages/@cdk-cloudformation/freyraim-impactapi-apihandle-module/package.json index f0404251f..d76d88bba 100644 --- a/packages/@cdk-cloudformation/freyraim-impactapi-apihandle-module/package.json +++ b/packages/@cdk-cloudformation/freyraim-impactapi-apihandle-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/freyraim-impactapi-ec2instance-module/package.json b/packages/@cdk-cloudformation/freyraim-impactapi-ec2instance-module/package.json index 83c48dea3..85cab21e8 100644 --- a/packages/@cdk-cloudformation/freyraim-impactapi-ec2instance-module/package.json +++ b/packages/@cdk-cloudformation/freyraim-impactapi-ec2instance-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/freyraim-impactapi-lambdafunction-module/package.json b/packages/@cdk-cloudformation/freyraim-impactapi-lambdafunction-module/package.json index 36d83c1ca..1850118fa 100644 --- a/packages/@cdk-cloudformation/freyraim-impactapi-lambdafunction-module/package.json +++ b/packages/@cdk-cloudformation/freyraim-impactapi-lambdafunction-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/freyraim-impactapi-loadbalancer-module/package.json b/packages/@cdk-cloudformation/freyraim-impactapi-loadbalancer-module/package.json index 43a631a7e..0057d4233 100644 --- a/packages/@cdk-cloudformation/freyraim-impactapi-loadbalancer-module/package.json +++ b/packages/@cdk-cloudformation/freyraim-impactapi-loadbalancer-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/freyraim-spider-cloudfront-module/package.json b/packages/@cdk-cloudformation/freyraim-spider-cloudfront-module/package.json index 06c33657e..cddb1d6d2 100644 --- a/packages/@cdk-cloudformation/freyraim-spider-cloudfront-module/package.json +++ b/packages/@cdk-cloudformation/freyraim-spider-cloudfront-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/freyraim-spider-ec2instance-module/package.json b/packages/@cdk-cloudformation/freyraim-spider-ec2instance-module/package.json index 891ccfc2e..495ef7e5c 100644 --- a/packages/@cdk-cloudformation/freyraim-spider-ec2instance-module/package.json +++ b/packages/@cdk-cloudformation/freyraim-spider-ec2instance-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/freyraim-spider-ecs-module/package.json b/packages/@cdk-cloudformation/freyraim-spider-ecs-module/package.json index 4e830e561..ee066cb05 100644 --- a/packages/@cdk-cloudformation/freyraim-spider-ecs-module/package.json +++ b/packages/@cdk-cloudformation/freyraim-spider-ecs-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/freyraim-spider-loadbalancer-module/package.json b/packages/@cdk-cloudformation/freyraim-spider-loadbalancer-module/package.json index 78fbeca7a..d34c4cbaf 100644 --- a/packages/@cdk-cloudformation/freyraim-spider-loadbalancer-module/package.json +++ b/packages/@cdk-cloudformation/freyraim-spider-loadbalancer-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/freyraim-spider-postgresql-module/package.json b/packages/@cdk-cloudformation/freyraim-spider-postgresql-module/package.json index b932dcea8..027a68f06 100644 --- a/packages/@cdk-cloudformation/freyraim-spider-postgresql-module/package.json +++ b/packages/@cdk-cloudformation/freyraim-spider-postgresql-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/freyraim-spider-s3bucket-module/package.json b/packages/@cdk-cloudformation/freyraim-spider-s3bucket-module/package.json index 1ce46ff91..c41a8ed69 100644 --- a/packages/@cdk-cloudformation/freyraim-spider-s3bucket-module/package.json +++ b/packages/@cdk-cloudformation/freyraim-spider-s3bucket-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/generic-database-schema/package.json b/packages/@cdk-cloudformation/generic-database-schema/package.json index c24e75b16..2d2b40cb3 100644 --- a/packages/@cdk-cloudformation/generic-database-schema/package.json +++ b/packages/@cdk-cloudformation/generic-database-schema/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/generic-transcribe-vocabulary/package.json b/packages/@cdk-cloudformation/generic-transcribe-vocabulary/package.json index c5ae67077..623995494 100644 --- a/packages/@cdk-cloudformation/generic-transcribe-vocabulary/package.json +++ b/packages/@cdk-cloudformation/generic-transcribe-vocabulary/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/github-git-tag/package.json b/packages/@cdk-cloudformation/github-git-tag/package.json index 9b35871af..689d0b591 100644 --- a/packages/@cdk-cloudformation/github-git-tag/package.json +++ b/packages/@cdk-cloudformation/github-git-tag/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/github-organizations-membership/package.json b/packages/@cdk-cloudformation/github-organizations-membership/package.json index 36739b7e4..c9c2c97ed 100644 --- a/packages/@cdk-cloudformation/github-organizations-membership/package.json +++ b/packages/@cdk-cloudformation/github-organizations-membership/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/github-organizations-secret/package.json b/packages/@cdk-cloudformation/github-organizations-secret/package.json index 1bc7ff0ca..3735341f8 100644 --- a/packages/@cdk-cloudformation/github-organizations-secret/package.json +++ b/packages/@cdk-cloudformation/github-organizations-secret/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/github-repositories-collaborator/package.json b/packages/@cdk-cloudformation/github-repositories-collaborator/package.json index e5f4f5891..b370e68b4 100644 --- a/packages/@cdk-cloudformation/github-repositories-collaborator/package.json +++ b/packages/@cdk-cloudformation/github-repositories-collaborator/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/github-repositories-repository/package.json b/packages/@cdk-cloudformation/github-repositories-repository/package.json index bdda09acb..cd35b9b5b 100644 --- a/packages/@cdk-cloudformation/github-repositories-repository/package.json +++ b/packages/@cdk-cloudformation/github-repositories-repository/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/github-repositories-secret/package.json b/packages/@cdk-cloudformation/github-repositories-secret/package.json index eed439ab6..0a704e80c 100644 --- a/packages/@cdk-cloudformation/github-repositories-secret/package.json +++ b/packages/@cdk-cloudformation/github-repositories-secret/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/github-repositories-webhook/package.json b/packages/@cdk-cloudformation/github-repositories-webhook/package.json index 26cd8892c..e5503bc97 100644 --- a/packages/@cdk-cloudformation/github-repositories-webhook/package.json +++ b/packages/@cdk-cloudformation/github-repositories-webhook/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/github-teams-membership/package.json b/packages/@cdk-cloudformation/github-teams-membership/package.json index bee819408..0dd7257c2 100644 --- a/packages/@cdk-cloudformation/github-teams-membership/package.json +++ b/packages/@cdk-cloudformation/github-teams-membership/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/github-teams-repositoryaccess/package.json b/packages/@cdk-cloudformation/github-teams-repositoryaccess/package.json index 7b588c315..bd5f2ce2a 100644 --- a/packages/@cdk-cloudformation/github-teams-repositoryaccess/package.json +++ b/packages/@cdk-cloudformation/github-teams-repositoryaccess/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/github-teams-team/package.json b/packages/@cdk-cloudformation/github-teams-team/package.json index ddcae1888..2475af686 100644 --- a/packages/@cdk-cloudformation/github-teams-team/package.json +++ b/packages/@cdk-cloudformation/github-teams-team/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/gitlab-code-tag/package.json b/packages/@cdk-cloudformation/gitlab-code-tag/package.json index 672bcc73f..61b2b2b6e 100644 --- a/packages/@cdk-cloudformation/gitlab-code-tag/package.json +++ b/packages/@cdk-cloudformation/gitlab-code-tag/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/gitlab-groups-group/package.json b/packages/@cdk-cloudformation/gitlab-groups-group/package.json index d6b1e5263..ce9470f45 100644 --- a/packages/@cdk-cloudformation/gitlab-groups-group/package.json +++ b/packages/@cdk-cloudformation/gitlab-groups-group/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/gitlab-groups-groupaccesstogroup/package.json b/packages/@cdk-cloudformation/gitlab-groups-groupaccesstogroup/package.json index 50f874939..513d312f0 100644 --- a/packages/@cdk-cloudformation/gitlab-groups-groupaccesstogroup/package.json +++ b/packages/@cdk-cloudformation/gitlab-groups-groupaccesstogroup/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/gitlab-groups-usermemberofgroup/package.json b/packages/@cdk-cloudformation/gitlab-groups-usermemberofgroup/package.json index 7314b7def..80cc1bb64 100644 --- a/packages/@cdk-cloudformation/gitlab-groups-usermemberofgroup/package.json +++ b/packages/@cdk-cloudformation/gitlab-groups-usermemberofgroup/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/gitlab-projects-accesstoken/package.json b/packages/@cdk-cloudformation/gitlab-projects-accesstoken/package.json index 67487775f..3682036e9 100644 --- a/packages/@cdk-cloudformation/gitlab-projects-accesstoken/package.json +++ b/packages/@cdk-cloudformation/gitlab-projects-accesstoken/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/gitlab-projects-groupaccesstoproject/package.json b/packages/@cdk-cloudformation/gitlab-projects-groupaccesstoproject/package.json index 0ead15c79..f79452f29 100644 --- a/packages/@cdk-cloudformation/gitlab-projects-groupaccesstoproject/package.json +++ b/packages/@cdk-cloudformation/gitlab-projects-groupaccesstoproject/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/gitlab-projects-project/package.json b/packages/@cdk-cloudformation/gitlab-projects-project/package.json index 74b30afa6..9fd860490 100644 --- a/packages/@cdk-cloudformation/gitlab-projects-project/package.json +++ b/packages/@cdk-cloudformation/gitlab-projects-project/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/gitlab-projects-usermemberofproject/package.json b/packages/@cdk-cloudformation/gitlab-projects-usermemberofproject/package.json index 630721491..dfc6ce9f9 100644 --- a/packages/@cdk-cloudformation/gitlab-projects-usermemberofproject/package.json +++ b/packages/@cdk-cloudformation/gitlab-projects-usermemberofproject/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/gremlin-agent-helm/package.json b/packages/@cdk-cloudformation/gremlin-agent-helm/package.json index 5d5671018..e9c6af047 100644 --- a/packages/@cdk-cloudformation/gremlin-agent-helm/package.json +++ b/packages/@cdk-cloudformation/gremlin-agent-helm/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/jfrog-artifactory-core-module/package.json b/packages/@cdk-cloudformation/jfrog-artifactory-core-module/package.json index 648eddbf3..a576d2914 100644 --- a/packages/@cdk-cloudformation/jfrog-artifactory-core-module/package.json +++ b/packages/@cdk-cloudformation/jfrog-artifactory-core-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/jfrog-artifactory-ec2instance-module/package.json b/packages/@cdk-cloudformation/jfrog-artifactory-ec2instance-module/package.json index 6116f5096..c38a93319 100644 --- a/packages/@cdk-cloudformation/jfrog-artifactory-ec2instance-module/package.json +++ b/packages/@cdk-cloudformation/jfrog-artifactory-ec2instance-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/jfrog-artifactory-existingvpc-module/package.json b/packages/@cdk-cloudformation/jfrog-artifactory-existingvpc-module/package.json index 2312855c8..18c1fc4a5 100644 --- a/packages/@cdk-cloudformation/jfrog-artifactory-existingvpc-module/package.json +++ b/packages/@cdk-cloudformation/jfrog-artifactory-existingvpc-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/jfrog-artifactory-newvpc-module/package.json b/packages/@cdk-cloudformation/jfrog-artifactory-newvpc-module/package.json index 5f27dd086..9a8b55e48 100644 --- a/packages/@cdk-cloudformation/jfrog-artifactory-newvpc-module/package.json +++ b/packages/@cdk-cloudformation/jfrog-artifactory-newvpc-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/jfrog-linux-bastion-module/package.json b/packages/@cdk-cloudformation/jfrog-linux-bastion-module/package.json index 07c403d79..1608fc005 100644 --- a/packages/@cdk-cloudformation/jfrog-linux-bastion-module/package.json +++ b/packages/@cdk-cloudformation/jfrog-linux-bastion-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/jfrog-vpc-multiaz-module/package.json b/packages/@cdk-cloudformation/jfrog-vpc-multiaz-module/package.json index 6d32ec671..edbe22d7e 100644 --- a/packages/@cdk-cloudformation/jfrog-vpc-multiaz-module/package.json +++ b/packages/@cdk-cloudformation/jfrog-vpc-multiaz-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/jfrog-xray-ec2instance-module/package.json b/packages/@cdk-cloudformation/jfrog-xray-ec2instance-module/package.json index b6ca54b2b..f8ad362f0 100644 --- a/packages/@cdk-cloudformation/jfrog-xray-ec2instance-module/package.json +++ b/packages/@cdk-cloudformation/jfrog-xray-ec2instance-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/karte-eventbridge-documentdb-module/package.json b/packages/@cdk-cloudformation/karte-eventbridge-documentdb-module/package.json index 3dbbbd397..21b9ab2f0 100644 --- a/packages/@cdk-cloudformation/karte-eventbridge-documentdb-module/package.json +++ b/packages/@cdk-cloudformation/karte-eventbridge-documentdb-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/logzio-autodeploymentlogzio-cloudwatch-module/package.json b/packages/@cdk-cloudformation/logzio-autodeploymentlogzio-cloudwatch-module/package.json index b953bb016..d9f7b2401 100644 --- a/packages/@cdk-cloudformation/logzio-autodeploymentlogzio-cloudwatch-module/package.json +++ b/packages/@cdk-cloudformation/logzio-autodeploymentlogzio-cloudwatch-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/logzio-awscostandusage-cur-module/package.json b/packages/@cdk-cloudformation/logzio-awscostandusage-cur-module/package.json index 7451fa8af..f7368fe5b 100644 --- a/packages/@cdk-cloudformation/logzio-awscostandusage-cur-module/package.json +++ b/packages/@cdk-cloudformation/logzio-awscostandusage-cur-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/logzio-awssecurityhub-collector-module/package.json b/packages/@cdk-cloudformation/logzio-awssecurityhub-collector-module/package.json index fb89a0a2f..2c42e8aaa 100644 --- a/packages/@cdk-cloudformation/logzio-awssecurityhub-collector-module/package.json +++ b/packages/@cdk-cloudformation/logzio-awssecurityhub-collector-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/logzio-kinesisshipper-kinesisshipper-module/package.json b/packages/@cdk-cloudformation/logzio-kinesisshipper-kinesisshipper-module/package.json index 6b2d9ae8f..8f69da2a5 100644 --- a/packages/@cdk-cloudformation/logzio-kinesisshipper-kinesisshipper-module/package.json +++ b/packages/@cdk-cloudformation/logzio-kinesisshipper-kinesisshipper-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/logzio-myservice-myname-module/package.json b/packages/@cdk-cloudformation/logzio-myservice-myname-module/package.json index 8b7a79c55..1e17aef7b 100644 --- a/packages/@cdk-cloudformation/logzio-myservice-myname-module/package.json +++ b/packages/@cdk-cloudformation/logzio-myservice-myname-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/mavi-pipeline-default-module/package.json b/packages/@cdk-cloudformation/mavi-pipeline-default-module/package.json index fa9ef9fe1..097afbadf 100644 --- a/packages/@cdk-cloudformation/mavi-pipeline-default-module/package.json +++ b/packages/@cdk-cloudformation/mavi-pipeline-default-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/mongodb-atlas-cluster/package.json b/packages/@cdk-cloudformation/mongodb-atlas-cluster/package.json index 038fbf5f6..ee61dd04a 100644 --- a/packages/@cdk-cloudformation/mongodb-atlas-cluster/package.json +++ b/packages/@cdk-cloudformation/mongodb-atlas-cluster/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/mongodb-atlas-databaseuser/package.json b/packages/@cdk-cloudformation/mongodb-atlas-databaseuser/package.json index 3dfc6edd1..599d520ac 100644 --- a/packages/@cdk-cloudformation/mongodb-atlas-databaseuser/package.json +++ b/packages/@cdk-cloudformation/mongodb-atlas-databaseuser/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/mongodb-atlas-networkpeering/package.json b/packages/@cdk-cloudformation/mongodb-atlas-networkpeering/package.json index aa8fa29f2..3732b8db7 100644 --- a/packages/@cdk-cloudformation/mongodb-atlas-networkpeering/package.json +++ b/packages/@cdk-cloudformation/mongodb-atlas-networkpeering/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/mongodb-atlas-project/package.json b/packages/@cdk-cloudformation/mongodb-atlas-project/package.json index ebb68e7cf..1e1b3b8c7 100644 --- a/packages/@cdk-cloudformation/mongodb-atlas-project/package.json +++ b/packages/@cdk-cloudformation/mongodb-atlas-project/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/mongodb-atlas-projectipaccesslist/package.json b/packages/@cdk-cloudformation/mongodb-atlas-projectipaccesslist/package.json index 141cc1b86..97d67b9b9 100644 --- a/packages/@cdk-cloudformation/mongodb-atlas-projectipaccesslist/package.json +++ b/packages/@cdk-cloudformation/mongodb-atlas-projectipaccesslist/package.json @@ -62,11 +62,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-agent-configuration/package.json b/packages/@cdk-cloudformation/newrelic-agent-configuration/package.json index 8359848b9..4722ad1a8 100644 --- a/packages/@cdk-cloudformation/newrelic-agent-configuration/package.json +++ b/packages/@cdk-cloudformation/newrelic-agent-configuration/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-alert-alertspolicy/package.json b/packages/@cdk-cloudformation/newrelic-alert-alertspolicy/package.json index 42a508546..e659fe523 100644 --- a/packages/@cdk-cloudformation/newrelic-alert-alertspolicy/package.json +++ b/packages/@cdk-cloudformation/newrelic-alert-alertspolicy/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-alert-nrqlconditionstatic/package.json b/packages/@cdk-cloudformation/newrelic-alert-nrqlconditionstatic/package.json index e30a44ef3..865d0159b 100644 --- a/packages/@cdk-cloudformation/newrelic-alert-nrqlconditionstatic/package.json +++ b/packages/@cdk-cloudformation/newrelic-alert-nrqlconditionstatic/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-cloudformation-dashboards/package.json b/packages/@cdk-cloudformation/newrelic-cloudformation-dashboards/package.json index 9fb50fa3a..b3cef8a94 100644 --- a/packages/@cdk-cloudformation/newrelic-cloudformation-dashboards/package.json +++ b/packages/@cdk-cloudformation/newrelic-cloudformation-dashboards/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-cloudformation-tagging/package.json b/packages/@cdk-cloudformation/newrelic-cloudformation-tagging/package.json index 33e695815..47482afb5 100644 --- a/packages/@cdk-cloudformation/newrelic-cloudformation-tagging/package.json +++ b/packages/@cdk-cloudformation/newrelic-cloudformation-tagging/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-cloudformation-workloads/package.json b/packages/@cdk-cloudformation/newrelic-cloudformation-workloads/package.json index 9607963d5..727cf9459 100644 --- a/packages/@cdk-cloudformation/newrelic-cloudformation-workloads/package.json +++ b/packages/@cdk-cloudformation/newrelic-cloudformation-workloads/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-observability-ainotificationschannel/package.json b/packages/@cdk-cloudformation/newrelic-observability-ainotificationschannel/package.json index 357283703..8d70372ce 100644 --- a/packages/@cdk-cloudformation/newrelic-observability-ainotificationschannel/package.json +++ b/packages/@cdk-cloudformation/newrelic-observability-ainotificationschannel/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-observability-ainotificationsdestination/package.json b/packages/@cdk-cloudformation/newrelic-observability-ainotificationsdestination/package.json index d907353ea..b48d915ba 100644 --- a/packages/@cdk-cloudformation/newrelic-observability-ainotificationsdestination/package.json +++ b/packages/@cdk-cloudformation/newrelic-observability-ainotificationsdestination/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-observability-aiworkflows/package.json b/packages/@cdk-cloudformation/newrelic-observability-aiworkflows/package.json index b98702997..bb8a720c4 100644 --- a/packages/@cdk-cloudformation/newrelic-observability-aiworkflows/package.json +++ b/packages/@cdk-cloudformation/newrelic-observability-aiworkflows/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-observability-alertsmutingrule/package.json b/packages/@cdk-cloudformation/newrelic-observability-alertsmutingrule/package.json index 806bb5035..82823dcb4 100644 --- a/packages/@cdk-cloudformation/newrelic-observability-alertsmutingrule/package.json +++ b/packages/@cdk-cloudformation/newrelic-observability-alertsmutingrule/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-observability-alertsnrqlcondition/package.json b/packages/@cdk-cloudformation/newrelic-observability-alertsnrqlcondition/package.json index 45b06dc26..c749a698c 100644 --- a/packages/@cdk-cloudformation/newrelic-observability-alertsnrqlcondition/package.json +++ b/packages/@cdk-cloudformation/newrelic-observability-alertsnrqlcondition/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-observability-alertspolicy/package.json b/packages/@cdk-cloudformation/newrelic-observability-alertspolicy/package.json index 7f539a20a..61b5c8551 100644 --- a/packages/@cdk-cloudformation/newrelic-observability-alertspolicy/package.json +++ b/packages/@cdk-cloudformation/newrelic-observability-alertspolicy/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-observability-dashboards/package.json b/packages/@cdk-cloudformation/newrelic-observability-dashboards/package.json index 64076058d..2c7f24606 100644 --- a/packages/@cdk-cloudformation/newrelic-observability-dashboards/package.json +++ b/packages/@cdk-cloudformation/newrelic-observability-dashboards/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/newrelic-observability-workloads/package.json b/packages/@cdk-cloudformation/newrelic-observability-workloads/package.json index 2e3b81a0c..3601948c7 100644 --- a/packages/@cdk-cloudformation/newrelic-observability-workloads/package.json +++ b/packages/@cdk-cloudformation/newrelic-observability-workloads/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/okta-application-application/package.json b/packages/@cdk-cloudformation/okta-application-application/package.json index dcbfdce5a..9ef263ddf 100644 --- a/packages/@cdk-cloudformation/okta-application-application/package.json +++ b/packages/@cdk-cloudformation/okta-application-application/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/okta-group-group/package.json b/packages/@cdk-cloudformation/okta-group-group/package.json index 2fca3c280..422a49bf7 100644 --- a/packages/@cdk-cloudformation/okta-group-group/package.json +++ b/packages/@cdk-cloudformation/okta-group-group/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/okta-group-groupapplicationassociation/package.json b/packages/@cdk-cloudformation/okta-group-groupapplicationassociation/package.json index dc2ec76a3..d5a351e6b 100644 --- a/packages/@cdk-cloudformation/okta-group-groupapplicationassociation/package.json +++ b/packages/@cdk-cloudformation/okta-group-groupapplicationassociation/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/okta-group-membership/package.json b/packages/@cdk-cloudformation/okta-group-membership/package.json index 736bc57a8..f7767336f 100644 --- a/packages/@cdk-cloudformation/okta-group-membership/package.json +++ b/packages/@cdk-cloudformation/okta-group-membership/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/okta-policy-policy/package.json b/packages/@cdk-cloudformation/okta-policy-policy/package.json index fbaef37b9..d3fc060fe 100644 --- a/packages/@cdk-cloudformation/okta-policy-policy/package.json +++ b/packages/@cdk-cloudformation/okta-policy-policy/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/org-test-sample-module/package.json b/packages/@cdk-cloudformation/org-test-sample-module/package.json index e92d6807e..20ceae793 100644 --- a/packages/@cdk-cloudformation/org-test-sample-module/package.json +++ b/packages/@cdk-cloudformation/org-test-sample-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/pagerduty-escalationpolicies-escalationpolicy/package.json b/packages/@cdk-cloudformation/pagerduty-escalationpolicies-escalationpolicy/package.json index 0ad147b5c..77243ac68 100644 --- a/packages/@cdk-cloudformation/pagerduty-escalationpolicies-escalationpolicy/package.json +++ b/packages/@cdk-cloudformation/pagerduty-escalationpolicies-escalationpolicy/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/pagerduty-responseplays-responseplay/package.json b/packages/@cdk-cloudformation/pagerduty-responseplays-responseplay/package.json index c417b7473..c48359323 100644 --- a/packages/@cdk-cloudformation/pagerduty-responseplays-responseplay/package.json +++ b/packages/@cdk-cloudformation/pagerduty-responseplays-responseplay/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/pagerduty-schedules-schedule/package.json b/packages/@cdk-cloudformation/pagerduty-schedules-schedule/package.json index fe3ad2f26..7a3cf74cb 100644 --- a/packages/@cdk-cloudformation/pagerduty-schedules-schedule/package.json +++ b/packages/@cdk-cloudformation/pagerduty-schedules-schedule/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/pagerduty-services-integration/package.json b/packages/@cdk-cloudformation/pagerduty-services-integration/package.json index 9703267b6..46ba0230d 100644 --- a/packages/@cdk-cloudformation/pagerduty-services-integration/package.json +++ b/packages/@cdk-cloudformation/pagerduty-services-integration/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/pagerduty-services-service/package.json b/packages/@cdk-cloudformation/pagerduty-services-service/package.json index 715c3af04..b2dd449bd 100644 --- a/packages/@cdk-cloudformation/pagerduty-services-service/package.json +++ b/packages/@cdk-cloudformation/pagerduty-services-service/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/pagerduty-teams-membership/package.json b/packages/@cdk-cloudformation/pagerduty-teams-membership/package.json index 0f9273ced..7800308af 100644 --- a/packages/@cdk-cloudformation/pagerduty-teams-membership/package.json +++ b/packages/@cdk-cloudformation/pagerduty-teams-membership/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/pagerduty-teams-team/package.json b/packages/@cdk-cloudformation/pagerduty-teams-team/package.json index a62d967c5..f539dd1f9 100644 --- a/packages/@cdk-cloudformation/pagerduty-teams-team/package.json +++ b/packages/@cdk-cloudformation/pagerduty-teams-team/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/pagerduty-users-user/package.json b/packages/@cdk-cloudformation/pagerduty-users-user/package.json index 1fe4fcfb7..fdc8918fe 100644 --- a/packages/@cdk-cloudformation/pagerduty-users-user/package.json +++ b/packages/@cdk-cloudformation/pagerduty-users-user/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/paloaltonetworks-cloudngfw-ngfw/package.json b/packages/@cdk-cloudformation/paloaltonetworks-cloudngfw-ngfw/package.json index 68183da9a..e07db7bb6 100644 --- a/packages/@cdk-cloudformation/paloaltonetworks-cloudngfw-ngfw/package.json +++ b/packages/@cdk-cloudformation/paloaltonetworks-cloudngfw-ngfw/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/paloaltonetworks-cloudngfw-rulestack/package.json b/packages/@cdk-cloudformation/paloaltonetworks-cloudngfw-rulestack/package.json index 56d5d9971..6a7a29235 100644 --- a/packages/@cdk-cloudformation/paloaltonetworks-cloudngfw-rulestack/package.json +++ b/packages/@cdk-cloudformation/paloaltonetworks-cloudngfw-rulestack/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/poc-azure-blobstorage/package.json b/packages/@cdk-cloudformation/poc-azure-blobstorage/package.json index 79a812821..de22e8a9e 100644 --- a/packages/@cdk-cloudformation/poc-azure-blobstorage/package.json +++ b/packages/@cdk-cloudformation/poc-azure-blobstorage/package.json @@ -60,11 +60,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/registry-test-resource1-module/package.json b/packages/@cdk-cloudformation/registry-test-resource1-module/package.json index cd3c9d0f7..4e1dd910f 100644 --- a/packages/@cdk-cloudformation/registry-test-resource1-module/package.json +++ b/packages/@cdk-cloudformation/registry-test-resource1-module/package.json @@ -62,11 +62,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/rollbar-notifications-rule/package.json b/packages/@cdk-cloudformation/rollbar-notifications-rule/package.json index e8776a6eb..5b4f987c8 100644 --- a/packages/@cdk-cloudformation/rollbar-notifications-rule/package.json +++ b/packages/@cdk-cloudformation/rollbar-notifications-rule/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/rollbar-projects-accesstoken/package.json b/packages/@cdk-cloudformation/rollbar-projects-accesstoken/package.json index cab4b80ef..d4fe8554c 100644 --- a/packages/@cdk-cloudformation/rollbar-projects-accesstoken/package.json +++ b/packages/@cdk-cloudformation/rollbar-projects-accesstoken/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/rollbar-projects-project/package.json b/packages/@cdk-cloudformation/rollbar-projects-project/package.json index 1549cadb4..34294002b 100644 --- a/packages/@cdk-cloudformation/rollbar-projects-project/package.json +++ b/packages/@cdk-cloudformation/rollbar-projects-project/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/rollbar-teams-membership/package.json b/packages/@cdk-cloudformation/rollbar-teams-membership/package.json index 30306d09e..9278bfb18 100644 --- a/packages/@cdk-cloudformation/rollbar-teams-membership/package.json +++ b/packages/@cdk-cloudformation/rollbar-teams-membership/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/rollbar-teams-team/package.json b/packages/@cdk-cloudformation/rollbar-teams-team/package.json index 6ad54568f..7849fc4b0 100644 --- a/packages/@cdk-cloudformation/rollbar-teams-team/package.json +++ b/packages/@cdk-cloudformation/rollbar-teams-team/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/snowflake-database-database/package.json b/packages/@cdk-cloudformation/snowflake-database-database/package.json index 911344916..12fe00183 100644 --- a/packages/@cdk-cloudformation/snowflake-database-database/package.json +++ b/packages/@cdk-cloudformation/snowflake-database-database/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/snowflake-database-grant/package.json b/packages/@cdk-cloudformation/snowflake-database-grant/package.json index 98390d340..ffb86b4d7 100644 --- a/packages/@cdk-cloudformation/snowflake-database-grant/package.json +++ b/packages/@cdk-cloudformation/snowflake-database-grant/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/snowflake-role-grant/package.json b/packages/@cdk-cloudformation/snowflake-role-grant/package.json index 98d229f89..45f845932 100644 --- a/packages/@cdk-cloudformation/snowflake-role-grant/package.json +++ b/packages/@cdk-cloudformation/snowflake-role-grant/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/snowflake-role-role/package.json b/packages/@cdk-cloudformation/snowflake-role-role/package.json index 810f051cb..02bb10aa2 100644 --- a/packages/@cdk-cloudformation/snowflake-role-role/package.json +++ b/packages/@cdk-cloudformation/snowflake-role-role/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/snowflake-user-user/package.json b/packages/@cdk-cloudformation/snowflake-user-user/package.json index 077903907..dfcf99828 100644 --- a/packages/@cdk-cloudformation/snowflake-user-user/package.json +++ b/packages/@cdk-cloudformation/snowflake-user-user/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/snowflake-warehouse-grant/package.json b/packages/@cdk-cloudformation/snowflake-warehouse-grant/package.json index 879c2ac98..87bf8b18e 100644 --- a/packages/@cdk-cloudformation/snowflake-warehouse-grant/package.json +++ b/packages/@cdk-cloudformation/snowflake-warehouse-grant/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/snyk-container-helm/package.json b/packages/@cdk-cloudformation/snyk-container-helm/package.json index ba591f173..692e752fa 100644 --- a/packages/@cdk-cloudformation/snyk-container-helm/package.json +++ b/packages/@cdk-cloudformation/snyk-container-helm/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/splunk-enterprise-quickstart-module/package.json b/packages/@cdk-cloudformation/splunk-enterprise-quickstart-module/package.json index a5420fc1f..7d1c32fa2 100644 --- a/packages/@cdk-cloudformation/splunk-enterprise-quickstart-module/package.json +++ b/packages/@cdk-cloudformation/splunk-enterprise-quickstart-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/spot-elastigroup-group/package.json b/packages/@cdk-cloudformation/spot-elastigroup-group/package.json index 9f5afa809..6885eafa5 100644 --- a/packages/@cdk-cloudformation/spot-elastigroup-group/package.json +++ b/packages/@cdk-cloudformation/spot-elastigroup-group/package.json @@ -60,11 +60,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/stackery-open-bastion-module/package.json b/packages/@cdk-cloudformation/stackery-open-bastion-module/package.json index 9ddb2c346..31ab6f59a 100644 --- a/packages/@cdk-cloudformation/stackery-open-bastion-module/package.json +++ b/packages/@cdk-cloudformation/stackery-open-bastion-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/stocks-orders-marketorder/package.json b/packages/@cdk-cloudformation/stocks-orders-marketorder/package.json index cafd86a06..ea0caf2e5 100644 --- a/packages/@cdk-cloudformation/stocks-orders-marketorder/package.json +++ b/packages/@cdk-cloudformation/stocks-orders-marketorder/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/svectordb-vectordatabase-apikey/package.json b/packages/@cdk-cloudformation/svectordb-vectordatabase-apikey/package.json index 3e4f96c36..1d0b6a40a 100644 --- a/packages/@cdk-cloudformation/svectordb-vectordatabase-apikey/package.json +++ b/packages/@cdk-cloudformation/svectordb-vectordatabase-apikey/package.json @@ -60,11 +60,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/svectordb-vectordatabase-database/package.json b/packages/@cdk-cloudformation/svectordb-vectordatabase-database/package.json index 712943c90..3382fcff9 100644 --- a/packages/@cdk-cloudformation/svectordb-vectordatabase-database/package.json +++ b/packages/@cdk-cloudformation/svectordb-vectordatabase-database/package.json @@ -60,11 +60,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/symphonia-opensource-cloudformationartifactsbucket-module/package.json b/packages/@cdk-cloudformation/symphonia-opensource-cloudformationartifactsbucket-module/package.json index cfcc40b58..484f396e9 100644 --- a/packages/@cdk-cloudformation/symphonia-opensource-cloudformationartifactsbucket-module/package.json +++ b/packages/@cdk-cloudformation/symphonia-opensource-cloudformationartifactsbucket-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/sysdig-helm-agent/package.json b/packages/@cdk-cloudformation/sysdig-helm-agent/package.json index ac65046ad..956a591d4 100644 --- a/packages/@cdk-cloudformation/sysdig-helm-agent/package.json +++ b/packages/@cdk-cloudformation/sysdig-helm-agent/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-ad-computer/package.json b/packages/@cdk-cloudformation/tf-ad-computer/package.json index 2a14cf3b6..30178a3b2 100644 --- a/packages/@cdk-cloudformation/tf-ad-computer/package.json +++ b/packages/@cdk-cloudformation/tf-ad-computer/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-ad-user/package.json b/packages/@cdk-cloudformation/tf-ad-user/package.json index 641459b44..f52b06247 100644 --- a/packages/@cdk-cloudformation/tf-ad-user/package.json +++ b/packages/@cdk-cloudformation/tf-ad-user/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-aws-keypair/package.json b/packages/@cdk-cloudformation/tf-aws-keypair/package.json index e052f89d6..0f657a62a 100644 --- a/packages/@cdk-cloudformation/tf-aws-keypair/package.json +++ b/packages/@cdk-cloudformation/tf-aws-keypair/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-aws-s3bucket/package.json b/packages/@cdk-cloudformation/tf-aws-s3bucket/package.json index e5c0ffc7d..0ebf282b2 100644 --- a/packages/@cdk-cloudformation/tf-aws-s3bucket/package.json +++ b/packages/@cdk-cloudformation/tf-aws-s3bucket/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-aws-s3bucketobject/package.json b/packages/@cdk-cloudformation/tf-aws-s3bucketobject/package.json index 319355e7b..2e9de8546 100644 --- a/packages/@cdk-cloudformation/tf-aws-s3bucketobject/package.json +++ b/packages/@cdk-cloudformation/tf-aws-s3bucketobject/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-azuread-application/package.json b/packages/@cdk-cloudformation/tf-azuread-application/package.json index 62f247390..494d266d4 100644 --- a/packages/@cdk-cloudformation/tf-azuread-application/package.json +++ b/packages/@cdk-cloudformation/tf-azuread-application/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-azuread-user/package.json b/packages/@cdk-cloudformation/tf-azuread-user/package.json index fed4be54a..fdbd97179 100644 --- a/packages/@cdk-cloudformation/tf-azuread-user/package.json +++ b/packages/@cdk-cloudformation/tf-azuread-user/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-cloudflare-record/package.json b/packages/@cdk-cloudformation/tf-cloudflare-record/package.json index c6e155dfa..bb698fda1 100644 --- a/packages/@cdk-cloudformation/tf-cloudflare-record/package.json +++ b/packages/@cdk-cloudformation/tf-cloudflare-record/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-digitalocean-droplet/package.json b/packages/@cdk-cloudformation/tf-digitalocean-droplet/package.json index c118b0d18..913490ac1 100644 --- a/packages/@cdk-cloudformation/tf-digitalocean-droplet/package.json +++ b/packages/@cdk-cloudformation/tf-digitalocean-droplet/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-github-repository/package.json b/packages/@cdk-cloudformation/tf-github-repository/package.json index 07ad11e9e..00e9fb5b0 100644 --- a/packages/@cdk-cloudformation/tf-github-repository/package.json +++ b/packages/@cdk-cloudformation/tf-github-repository/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-google-storagebucket/package.json b/packages/@cdk-cloudformation/tf-google-storagebucket/package.json index 9b73ee137..de3b5a53c 100644 --- a/packages/@cdk-cloudformation/tf-google-storagebucket/package.json +++ b/packages/@cdk-cloudformation/tf-google-storagebucket/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-pagerduty-service/package.json b/packages/@cdk-cloudformation/tf-pagerduty-service/package.json index 1d4fc4b20..81128f284 100644 --- a/packages/@cdk-cloudformation/tf-pagerduty-service/package.json +++ b/packages/@cdk-cloudformation/tf-pagerduty-service/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-random-string/package.json b/packages/@cdk-cloudformation/tf-random-string/package.json index 606bdc59a..04d0cf9fc 100644 --- a/packages/@cdk-cloudformation/tf-random-string/package.json +++ b/packages/@cdk-cloudformation/tf-random-string/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/tf-random-uuid/package.json b/packages/@cdk-cloudformation/tf-random-uuid/package.json index ad3b31298..65fd0da47 100644 --- a/packages/@cdk-cloudformation/tf-random-uuid/package.json +++ b/packages/@cdk-cloudformation/tf-random-uuid/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/trendmicro-cloudonecontainer-helm/package.json b/packages/@cdk-cloudformation/trendmicro-cloudonecontainer-helm/package.json index 2793efba6..d2cdbf71a 100644 --- a/packages/@cdk-cloudformation/trendmicro-cloudonecontainer-helm/package.json +++ b/packages/@cdk-cloudformation/trendmicro-cloudonecontainer-helm/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/unxpose-iam-integration-module/package.json b/packages/@cdk-cloudformation/unxpose-iam-integration-module/package.json index 127be995a..24589faa3 100644 --- a/packages/@cdk-cloudformation/unxpose-iam-integration-module/package.json +++ b/packages/@cdk-cloudformation/unxpose-iam-integration-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/packages/@cdk-cloudformation/zmk-iam-lambdabasicrole-module/package.json b/packages/@cdk-cloudformation/zmk-iam-lambdabasicrole-module/package.json index f9cdf276e..964363725 100644 --- a/packages/@cdk-cloudformation/zmk-iam-lambdabasicrole-module/package.json +++ b/packages/@cdk-cloudformation/zmk-iam-lambdabasicrole-module/package.json @@ -61,11 +61,11 @@ } }, "peerDependencies": { - "aws-cdk-lib": "^2.141.0", + "aws-cdk-lib": "^2.143.0", "constructs": "^10.3.0" }, "devDependencies": { - "aws-cdk-lib": "2.141.0", + "aws-cdk-lib": "2.143.0", "constructs": "10.3.0" }, "license": "Apache-2.0", diff --git a/yarn.lock b/yarn.lock index fd246a7e9..1b25e1379 100644 --- a/yarn.lock +++ b/yarn.lock @@ -25,156 +25,155 @@ resolved "https://registry.yarnpkg.com/@aws-cdk/asset-node-proxy-agent-v6/-/asset-node-proxy-agent-v6-2.0.3.tgz#9b5d213b5ce5ad4461f6a4720195ff8de72e6523" integrity sha512-twhuEG+JPOYCYPx/xy5uH2+VUsIEhPTzDY0F1KuB+ocjWWB/KEDiOVL19nHvbPCB6fhWnkykXEMJ4HHcKvjtvg== -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.2": - version "7.24.2" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae" - integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ== +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.6.tgz#ab88da19344445c3d8889af2216606d3329f3ef2" + integrity sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA== dependencies: - "@babel/highlight" "^7.24.2" + "@babel/highlight" "^7.24.6" picocolors "^1.0.0" -"@babel/compat-data@^7.23.5": - version "7.24.4" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a" - integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ== +"@babel/compat-data@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.6.tgz#b3600217688cabb26e25f8e467019e66d71b7ae2" + integrity sha512-aC2DGhBq5eEdyXWqrDInSqQjO0k8xtPRf5YylULqx8MCd6jBtzqfta/3ETMRpuKIc5hyswfO80ObyA1MvkCcUQ== "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.8.0": - version "7.24.5" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.5.tgz#15ab5b98e101972d171aeef92ac70d8d6718f06a" - integrity sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA== + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.6.tgz#8650e0e4b03589ebe886c4e4a60398db0a7ec787" + integrity sha512-qAHSfAdVyFmIvl0VHELib8xar7ONuSHrE2hLnsaWkYNTI68dmi1x8GYDhJjMI/e7XWal9QBlZkwbOnkcw7Z8gQ== dependencies: "@ampproject/remapping" "^2.2.0" - "@babel/code-frame" "^7.24.2" - "@babel/generator" "^7.24.5" - "@babel/helper-compilation-targets" "^7.23.6" - "@babel/helper-module-transforms" "^7.24.5" - "@babel/helpers" "^7.24.5" - "@babel/parser" "^7.24.5" - "@babel/template" "^7.24.0" - "@babel/traverse" "^7.24.5" - "@babel/types" "^7.24.5" + "@babel/code-frame" "^7.24.6" + "@babel/generator" "^7.24.6" + "@babel/helper-compilation-targets" "^7.24.6" + "@babel/helper-module-transforms" "^7.24.6" + "@babel/helpers" "^7.24.6" + "@babel/parser" "^7.24.6" + "@babel/template" "^7.24.6" + "@babel/traverse" "^7.24.6" + "@babel/types" "^7.24.6" convert-source-map "^2.0.0" debug "^4.1.0" gensync "^1.0.0-beta.2" json5 "^2.2.3" semver "^6.3.1" -"@babel/generator@^7.24.5", "@babel/generator@^7.7.2": - version "7.24.5" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.5.tgz#e5afc068f932f05616b66713e28d0f04e99daeb3" - integrity sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA== +"@babel/generator@^7.24.6", "@babel/generator@^7.7.2": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.6.tgz#dfac82a228582a9d30c959fe50ad28951d4737a7" + integrity sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg== dependencies: - "@babel/types" "^7.24.5" + "@babel/types" "^7.24.6" "@jridgewell/gen-mapping" "^0.3.5" "@jridgewell/trace-mapping" "^0.3.25" jsesc "^2.5.1" -"@babel/helper-compilation-targets@^7.23.6": - version "7.23.6" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz#4d79069b16cbcf1461289eccfbbd81501ae39991" - integrity sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ== +"@babel/helper-compilation-targets@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.6.tgz#4a51d681f7680043d38e212715e2a7b1ad29cb51" + integrity sha512-VZQ57UsDGlX/5fFA7GkVPplZhHsVc+vuErWgdOiysI9Ksnw0Pbbd6pnPiR/mmJyKHgyIW0c7KT32gmhiF+cirg== dependencies: - "@babel/compat-data" "^7.23.5" - "@babel/helper-validator-option" "^7.23.5" + "@babel/compat-data" "^7.24.6" + "@babel/helper-validator-option" "^7.24.6" browserslist "^4.22.2" lru-cache "^5.1.1" semver "^6.3.1" -"@babel/helper-environment-visitor@^7.22.20": - version "7.22.20" - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" - integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== - -"@babel/helper-function-name@^7.23.0": - version "7.23.0" - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" - integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== - dependencies: - "@babel/template" "^7.22.15" - "@babel/types" "^7.23.0" - -"@babel/helper-hoist-variables@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" - integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== - dependencies: - "@babel/types" "^7.22.5" - -"@babel/helper-module-imports@^7.24.3": - version "7.24.3" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz#6ac476e6d168c7c23ff3ba3cf4f7841d46ac8128" - integrity sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg== - dependencies: - "@babel/types" "^7.24.0" - -"@babel/helper-module-transforms@^7.24.5": - version "7.24.5" - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz#ea6c5e33f7b262a0ae762fd5986355c45f54a545" - integrity sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A== - dependencies: - "@babel/helper-environment-visitor" "^7.22.20" - "@babel/helper-module-imports" "^7.24.3" - "@babel/helper-simple-access" "^7.24.5" - "@babel/helper-split-export-declaration" "^7.24.5" - "@babel/helper-validator-identifier" "^7.24.5" - -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.24.0", "@babel/helper-plugin-utils@^7.8.0": - version "7.24.5" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz#a924607dd254a65695e5bd209b98b902b3b2f11a" - integrity sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ== - -"@babel/helper-simple-access@^7.24.5": - version "7.24.5" - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz#50da5b72f58c16b07fbd992810be6049478e85ba" - integrity sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ== - dependencies: - "@babel/types" "^7.24.5" - -"@babel/helper-split-export-declaration@^7.24.5": - version "7.24.5" - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz#b9a67f06a46b0b339323617c8c6213b9055a78b6" - integrity sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q== - dependencies: - "@babel/types" "^7.24.5" - -"@babel/helper-string-parser@^7.24.1": - version "7.24.1" - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e" - integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ== - -"@babel/helper-validator-identifier@^7.24.5": - version "7.24.5" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62" - integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA== - -"@babel/helper-validator-option@^7.23.5": - version "7.23.5" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307" - integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw== - -"@babel/helpers@^7.24.5": - version "7.24.5" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.5.tgz#fedeb87eeafa62b621160402181ad8585a22a40a" - integrity sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q== - dependencies: - "@babel/template" "^7.24.0" - "@babel/traverse" "^7.24.5" - "@babel/types" "^7.24.5" - -"@babel/highlight@^7.24.2": - version "7.24.5" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.5.tgz#bc0613f98e1dd0720e99b2a9ee3760194a704b6e" - integrity sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw== - dependencies: - "@babel/helper-validator-identifier" "^7.24.5" +"@babel/helper-environment-visitor@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz#ac7ad5517821641550f6698dd5468f8cef78620d" + integrity sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g== + +"@babel/helper-function-name@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz#cebdd063386fdb95d511d84b117e51fc68fec0c8" + integrity sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w== + dependencies: + "@babel/template" "^7.24.6" + "@babel/types" "^7.24.6" + +"@babel/helper-hoist-variables@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.6.tgz#8a7ece8c26756826b6ffcdd0e3cf65de275af7f9" + integrity sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg+biQ7Syo8lnDtbR+uA== + dependencies: + "@babel/types" "^7.24.6" + +"@babel/helper-module-imports@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.6.tgz#65e54ffceed6a268dc4ce11f0433b82cfff57852" + integrity sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g== + dependencies: + "@babel/types" "^7.24.6" + +"@babel/helper-module-transforms@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.6.tgz#22346ed9df44ce84dee850d7433c5b73fab1fe4e" + integrity sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA== + dependencies: + "@babel/helper-environment-visitor" "^7.24.6" + "@babel/helper-module-imports" "^7.24.6" + "@babel/helper-simple-access" "^7.24.6" + "@babel/helper-split-export-declaration" "^7.24.6" + "@babel/helper-validator-identifier" "^7.24.6" + +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.24.6", "@babel/helper-plugin-utils@^7.8.0": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.6.tgz#fa02a32410a15a6e8f8185bcbf608f10528d2a24" + integrity sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg== + +"@babel/helper-simple-access@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.6.tgz#1d6e04d468bba4fc963b4906f6dac6286cfedff1" + integrity sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g== + dependencies: + "@babel/types" "^7.24.6" + +"@babel/helper-split-export-declaration@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz#e830068f7ba8861c53b7421c284da30ae656d7a3" + integrity sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw== + dependencies: + "@babel/types" "^7.24.6" + +"@babel/helper-string-parser@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz#28583c28b15f2a3339cfafafeaad42f9a0e828df" + integrity sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q== + +"@babel/helper-validator-identifier@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz#08bb6612b11bdec78f3feed3db196da682454a5e" + integrity sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw== + +"@babel/helper-validator-option@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.6.tgz#59d8e81c40b7d9109ab7e74457393442177f460a" + integrity sha512-Jktc8KkF3zIkePb48QO+IapbXlSapOW9S+ogZZkcO6bABgYAxtZcjZ/O005111YLf+j4M84uEgwYoidDkXbCkQ== + +"@babel/helpers@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.6.tgz#cd124245299e494bd4e00edda0e4ea3545c2c176" + integrity sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA== + dependencies: + "@babel/template" "^7.24.6" + "@babel/types" "^7.24.6" + +"@babel/highlight@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.6.tgz#6d610c1ebd2c6e061cade0153bf69b0590b7b3df" + integrity sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ== + dependencies: + "@babel/helper-validator-identifier" "^7.24.6" chalk "^2.4.2" js-tokens "^4.0.0" picocolors "^1.0.0" -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.24.0", "@babel/parser@^7.24.5": - version "7.24.5" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790" - integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg== +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.6.tgz#5e030f440c3c6c78d195528c3b688b101a365328" + integrity sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q== "@babel/plugin-syntax-async-generators@^7.8.4": version "7.8.4" @@ -261,44 +260,44 @@ "@babel/helper-plugin-utils" "^7.14.5" "@babel/plugin-syntax-typescript@^7.7.2": - version "7.24.1" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.1.tgz#b3bcc51f396d15f3591683f90239de143c076844" - integrity sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw== - dependencies: - "@babel/helper-plugin-utils" "^7.24.0" - -"@babel/template@^7.22.15", "@babel/template@^7.24.0", "@babel/template@^7.3.3": - version "7.24.0" - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50" - integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA== - dependencies: - "@babel/code-frame" "^7.23.5" - "@babel/parser" "^7.24.0" - "@babel/types" "^7.24.0" - -"@babel/traverse@^7.24.5", "@babel/traverse@^7.7.2": - version "7.24.5" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.5.tgz#972aa0bc45f16983bf64aa1f877b2dd0eea7e6f8" - integrity sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA== - dependencies: - "@babel/code-frame" "^7.24.2" - "@babel/generator" "^7.24.5" - "@babel/helper-environment-visitor" "^7.22.20" - "@babel/helper-function-name" "^7.23.0" - "@babel/helper-hoist-variables" "^7.22.5" - "@babel/helper-split-export-declaration" "^7.24.5" - "@babel/parser" "^7.24.5" - "@babel/types" "^7.24.5" + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.6.tgz#769daf2982d60308bc83d8936eaecb7582463c87" + integrity sha512-TzCtxGgVTEJWWwcYwQhCIQ6WaKlo80/B+Onsk4RRCcYqpYGFcG9etPW94VToGte5AAcxRrhjPUFvUS3Y2qKi4A== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + +"@babel/template@^7.24.6", "@babel/template@^7.3.3": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.6.tgz#048c347b2787a6072b24c723664c8d02b67a44f9" + integrity sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw== + dependencies: + "@babel/code-frame" "^7.24.6" + "@babel/parser" "^7.24.6" + "@babel/types" "^7.24.6" + +"@babel/traverse@^7.24.6", "@babel/traverse@^7.7.2": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.6.tgz#0941ec50cdeaeacad0911eb67ae227a4f8424edc" + integrity sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw== + dependencies: + "@babel/code-frame" "^7.24.6" + "@babel/generator" "^7.24.6" + "@babel/helper-environment-visitor" "^7.24.6" + "@babel/helper-function-name" "^7.24.6" + "@babel/helper-hoist-variables" "^7.24.6" + "@babel/helper-split-export-declaration" "^7.24.6" + "@babel/parser" "^7.24.6" + "@babel/types" "^7.24.6" debug "^4.3.1" globals "^11.1.0" -"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.24.5", "@babel/types@^7.3.3": - version "7.24.5" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7" - integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ== +"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.24.6", "@babel/types@^7.3.3": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.6.tgz#ba4e1f59870c10dc2fa95a274ac4feec23b21912" + integrity sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ== dependencies: - "@babel/helper-string-parser" "^7.24.1" - "@babel/helper-validator-identifier" "^7.24.5" + "@babel/helper-string-parser" "^7.24.6" + "@babel/helper-validator-identifier" "^7.24.6" to-fast-properties "^2.0.0" "@balena/dockerignore@^1.0.2": @@ -740,9 +739,9 @@ "@babel/types" "^7.0.0" "@types/babel__traverse@*", "@types/babel__traverse@^7.0.4", "@types/babel__traverse@^7.0.6": - version "7.20.5" - resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.20.5.tgz#7b7502be0aa80cc4ef22978846b983edaafcd4dd" - integrity sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ== + version "7.20.6" + resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.20.6.tgz#8dc9f0ae0f202c08d8d4dab648912c8d6038e3f7" + integrity sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg== dependencies: "@babel/types" "^7.20.7" @@ -1011,9 +1010,9 @@ ajv@^6.12.4: uri-js "^4.2.2" ajv@^8.0.1, ajv@^8.12.0: - version "8.13.0" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.13.0.tgz#a3939eaec9fb80d217ddf0c3376948c023f28c91" - integrity sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA== + version "8.14.0" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.14.0.tgz#f514ddfd4756abb200e1704414963620a625ebbb" + integrity sha512-oYs1UUtO97ZO2lJ4bwnWeQW8/zvOIQLGKcvPTsWmvc2SYgBb+upuNS5NxoLaMU4h8Ju3Nbj6Cq8mD2LQoqVKFA== dependencies: fast-deep-equal "^3.1.3" json-schema-traverse "^1.0.0" @@ -1196,10 +1195,10 @@ aws-cdk-github-oidc@^2.2.0: resolved "https://registry.yarnpkg.com/aws-cdk-github-oidc/-/aws-cdk-github-oidc-2.4.1.tgz#8fcb134401f3a15d74260e5bcc58ed05dabac2a0" integrity sha512-zKQYPGyf5f6APG76OpOxW6P7KGY/fC6VhN1ZullxySSu6RroUH9VtVl+cJ8hYes5XvEE/ZDpx2h2fPtNwZrcVQ== -aws-cdk-lib@2.141.0, aws-cdk-lib@^2.141.0: - version "2.141.0" - resolved "https://registry.yarnpkg.com/aws-cdk-lib/-/aws-cdk-lib-2.141.0.tgz#022c577b08563c226e7649be7283947d2c49fb0b" - integrity sha512-xda56Lfwpdqg9MssnFdXrAKTmeeNjfrfFCaWwqGqToG6cfGY2W+6wyyoObX60/MeZGhhs3Lhdb/K94ulLJ4X/A== +aws-cdk-lib@2.143.0, aws-cdk-lib@^2.143.0: + version "2.143.0" + resolved "https://registry.yarnpkg.com/aws-cdk-lib/-/aws-cdk-lib-2.143.0.tgz#6cec2b589737a219f9e3e8ef7f2317efcfcdbc59" + integrity sha512-mIu+ftBt1OvDEMxpbMNQPZIPtb7ucp+z01xrtaB/3EqZRUXLha2W1/3JodW9X5h7IliFi4oBeMmzH3wWtvHbog== dependencies: "@aws-cdk/asset-awscli-v1" "^2.2.202" "@aws-cdk/asset-kubectl-v20" "^2.1.2" @@ -1216,10 +1215,10 @@ aws-cdk-lib@2.141.0, aws-cdk-lib@^2.141.0: table "^6.8.2" yaml "1.10.2" -aws-sdk@^2.1619.0, aws-sdk@^2.1620.0: - version "2.1620.0" - resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1620.0.tgz#712c72ccaca0c86e6c70f25eb5f6022f05249c57" - integrity sha512-G+mBI/VzuFpobBe+pu++ELc3YXSx2UzBTiLmQuZIQDi2+9VEU+/8QFAH45SI8PRPDRCcn4NMK4Euqs0uCyObvQ== +aws-sdk@^2.1628.0, aws-sdk@^2.1629.0: + version "2.1629.0" + resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1629.0.tgz#2c5694dca34f5cefe3f8aa091164443f5d2f5c49" + integrity sha512-fxhru9iLRqwsYK9BJgawomKAyxpsWVP5Unwa//rnQXCeX5pfYCaixKyV/B6U1x4LMcz3uN83tYvVah8uHxhTqA== dependencies: buffer "4.9.2" events "1.1.1" @@ -1323,12 +1322,12 @@ brace-expansion@^2.0.1: dependencies: balanced-match "^1.0.0" -braces@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" - integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== +braces@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" + integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA== dependencies: - fill-range "^7.0.1" + fill-range "^7.1.1" browser-process-hrtime@^1.0.0: version "1.0.0" @@ -1409,9 +1408,9 @@ camelcase@^6.2.0, camelcase@^6.3.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001587: - version "1.0.30001618" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001618.tgz#fad74fa006aef0f01e8e5c0a5540c74d8d36ec6f" - integrity sha512-p407+D1tIkDvsEAPS22lJxLQQaG8OTBEqo0KhzfABGk0TU4juBNDSfH0hyAp/HRyx+M8L17z/ltyhxh27FTfQg== + version "1.0.30001624" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001624.tgz#0ec4c8fa7a46e5b785477c70b38a56d0b10058eb" + integrity sha512-0dWnQG87UevOCPYaOR49CBcLBwoZLpws+k6W37nLjWUhumP1Isusj0p2u+3KhjNloRWK9OKMgjBBzPujQHw4nA== case@1.6.3, case@^1.6.3: version "1.6.3" @@ -1419,15 +1418,15 @@ case@1.6.3, case@^1.6.3: integrity sha512-mzDSXIPaFwVDvZAHqZ9VlbyF4yyXRuX6IvB06WvPYkqJVO24kX1PPhv9bfpKNFZyxYFmmgo03HUiD8iklmJYRQ== cdk-import@^0.2.112: - version "0.2.732" - resolved "https://registry.yarnpkg.com/cdk-import/-/cdk-import-0.2.732.tgz#3544e6dac0aa2701790eb2d55d72d29050dfadce" - integrity sha512-V7/gXkBUjMLt6uOw+LKUYhcbyeIu2MuTI2oETFMvhsL+wogduoZIVToTcpKthTLZdUGzIOJHRpiNTBie+0AU4g== + version "0.2.746" + resolved "https://registry.yarnpkg.com/cdk-import/-/cdk-import-0.2.746.tgz#4b24538f79298e165ffa0ecc1c76e9144157495a" + integrity sha512-Mxie8ES3cdRVY6PqoiGlt2bjPvPLe9/D0JzSmJ/tsvpiqXOe2gayas3DYAnuPxsux1HtmjfQugQoz8IrtVu5Nw== dependencies: - aws-cdk-lib "^2.141.0" - aws-sdk "^2.1619.0" + aws-cdk-lib "^2.143.0" + aws-sdk "^2.1628.0" case "^1.6.3" constructs "^10" - jsii-srcmak "^0.1.1122" + jsii-srcmak "^0.1.1136" json2jsii "^0.4.3" minimist "^1.2.8" minimist-subcommand "^3.0.2" @@ -2044,9 +2043,9 @@ downlevel-dts@^0.11.0: typescript next electron-to-chromium@^1.4.668: - version "1.4.768" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.768.tgz#3795bd000ccb8978be1af2d06320b2dac810a372" - integrity sha512-z2U3QcvNuxdkk33YV7R1bVMNq7fL23vq3WfO5BHcqrm4TnDGReouBfYKLEFh5umoK1XACjEwp8mmnhXk2EJigw== + version "1.4.783" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.783.tgz#933887165b8b6025a81663d2d97cf4b85cde27b2" + integrity sha512-bT0jEz/Xz1fahQpbZ1D7LgmPYZ3iHVY39NcWWro1+hA2IvjiPeaXtfSqrQ+nXjApMvQRE2ASt1itSLRrebHMRQ== emittery@^0.8.1: version "0.8.1" @@ -2441,10 +2440,10 @@ file-entry-cache@^6.0.1: dependencies: flat-cache "^3.0.4" -fill-range@^7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" - integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== +fill-range@^7.1.1: + version "7.1.1" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292" + integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg== dependencies: to-regex-range "^5.0.1" @@ -3736,10 +3735,10 @@ jsii-reflect@^1.98.0: oo-ascii-tree "^1.98.0" yargs "^16.2.0" -jsii-rosetta@^5.4.17: - version "5.4.17" - resolved "https://registry.yarnpkg.com/jsii-rosetta/-/jsii-rosetta-5.4.17.tgz#2f06facba9448defcd6875c8daf439646161f50a" - integrity sha512-BFkL3y4IgOxBKVPk43OwCFgjiYwR05t41ZP9ZjQP9AZeeiCiP89NQ7Y7qrs8+A5z8RyEw6RuAtkHPke2oPtR2w== +jsii-rosetta@^5.4.20: + version "5.4.20" + resolved "https://registry.yarnpkg.com/jsii-rosetta/-/jsii-rosetta-5.4.20.tgz#ed2df46aa3d48c6bac14db1d187eb618abc16ea1" + integrity sha512-OfZMOMobZB8MwTaiYYn/Iqw2SSWBPut9lJ/IfXK8lbP8JOBk4xJp/p2V5G44qShQQJqp6NS5Nv438DZ/0/wsvA== dependencies: "@jsii/check-node" "1.98.0" "@jsii/spec" "^1.98.0" @@ -3755,22 +3754,22 @@ jsii-rosetta@^5.4.17: workerpool "^6.5.1" yargs "^17.7.2" -jsii-srcmak@^0.1.1122: - version "0.1.1123" - resolved "https://registry.yarnpkg.com/jsii-srcmak/-/jsii-srcmak-0.1.1123.tgz#599505c1f52d331d7d4c83f24eb0b5df89f91a0f" - integrity sha512-z/uHcx90UiVBG6sGQE1TrZal/4n5I/lQ4L+Yml/RMxrIyhi8yVUNTQnEJeB4iAT68EGa3ComykUzwlF9SyQ/dw== +jsii-srcmak@^0.1.1136: + version "0.1.1137" + resolved "https://registry.yarnpkg.com/jsii-srcmak/-/jsii-srcmak-0.1.1137.tgz#0cc29cf61c264a04c1bb6211708669fe24a8a8ad" + integrity sha512-dIPpoe6hVESO/NO/eXCZu7riT+W43yjXX+SABPHEbwaX/K1/IZFIk7ydsKdx4TYX/3TQyonSnlJEH2qwhFVueg== dependencies: fs-extra "^9.1.0" - jsii "~5.4.15" + jsii "~5.4.18" jsii-pacmak "^1.98.0" - jsii-rosetta "^5.4.17" + jsii-rosetta "^5.4.20" ncp "^2.0.0" yargs "^17.7.2" -jsii@^5.4.15, jsii@~5.4.0, jsii@~5.4.15: - version "5.4.15" - resolved "https://registry.yarnpkg.com/jsii/-/jsii-5.4.15.tgz#7b2f654f2ccffaf211546f09d4b5d525e25c3ec5" - integrity sha512-syw2kfZJyb+A6G9ApsmlTBUd/+xMCAQRjml45NSZs6k7+4ifVByOfiIoA05e8zfkn+nOOC+BcTFlHeYubiBHKQ== +jsii@^5.4.18, jsii@~5.4.0, jsii@~5.4.18: + version "5.4.18" + resolved "https://registry.yarnpkg.com/jsii/-/jsii-5.4.18.tgz#82298308de4077b52dba631c891d32a9d21b340d" + integrity sha512-ocVGqfYmXk0SCKmygQt+OS9dfCnIMIdAfwqdyhwaY3AnNlRxN6d74Yg6Pz9GaB4zeE9skFBlOJLLtn2J+EKULQ== dependencies: "@jsii/check-node" "1.98.0" "@jsii/spec" "^1.98.0" @@ -4072,11 +4071,11 @@ merge2@^1.3.0, merge2@^1.4.1: integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== micromatch@^4.0.4: - version "4.0.5" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6" - integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== + version "4.0.7" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.7.tgz#33e8190d9fe474a9895525f5618eee136d46c2e5" + integrity sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q== dependencies: - braces "^3.0.2" + braces "^3.0.3" picomatch "^2.3.1" mime-db@1.52.0: @@ -4519,10 +4518,10 @@ process-nextick-args@~2.0.0: resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== -projen@^0.81.11: - version "0.81.11" - resolved "https://registry.yarnpkg.com/projen/-/projen-0.81.11.tgz#e933cd8b3df19fcc6c3ca7c9918a0995eeaefb8a" - integrity sha512-4zfviP7jWXLa7JP2PSBJZIvfy6IVZcPkjBD1LcVjvxeSc+f2al1NdWe3jLY8ssD+siARQU53YwGuGRGiCh1rXQ== +projen@^0.82.1: + version "0.82.1" + resolved "https://registry.yarnpkg.com/projen/-/projen-0.82.1.tgz#d1b4fac6db2921c42bcc1d0ed7ae948b152c6e02" + integrity sha512-Qa0lALlR9XjcugOuLZbWYMO4NaGu964LavudwC993I2NLpYj3DFv/TdRJOfwxvYsIJI7609luI162Ts5Sz69sw== dependencies: "@iarna/toml" "^2.2.5" case "^1.6.3" @@ -4809,9 +4808,9 @@ sax@1.2.1: integrity sha512-8I2a3LovHTOpm7NV5yOyO8IHqgVsfK4+UuySrXU8YXkSRX7k6hCV9b3HrkKCr3nMpgj+0bmocaJJWpvp1oc7ZA== sax@>=0.6.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/sax/-/sax-1.3.0.tgz#a5dbe77db3be05c9d1ee7785dbd3ea9de51593d0" - integrity sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA== + version "1.4.1" + resolved "https://registry.yarnpkg.com/sax/-/sax-1.4.1.tgz#44cc8988377f126304d3b3fc1010c733b929ef0f" + integrity sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg== saxes@^5.0.1: version "5.0.1" @@ -5006,9 +5005,9 @@ spdx-expression-parse@^3.0.0: spdx-license-ids "^3.0.0" spdx-license-ids@^3.0.0: - version "3.0.17" - resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz#887da8aa73218e51a1d917502d79863161a93f9c" - integrity sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg== + version "3.0.18" + resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.18.tgz#22aa922dcf2f2885a6494a261f2d8b75345d0326" + integrity sha512-xxRs31BqRYHwiMzudOrpSiHtZ8i/GeionCBDSilhYRj+9gIcI8wCZTlXZKu9vZIVqViP3dcp9qE5G6AlIaD+TQ== spdx-license-list@^6.8.0, spdx-license-list@^6.9.0: version "6.9.0" @@ -5486,9 +5485,9 @@ typedarray@^0.0.6: integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== typescript@next: - version "5.5.0-dev.20240514" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.0-dev.20240514.tgz#e5af4601760955c53fe5eb42298419862f01a262" - integrity sha512-NccALPZlTF/kDNV2Q071Or2T5CcoAHodWjsKseA4LZKfdqufQzebaQlPuZatC8AgHY2cnQJBcKMCHNFWW9ubpA== + version "5.5.0-dev.20240528" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.0-dev.20240528.tgz#00904fc715fa9f24f0e9bf4ce898f4064603dd2d" + integrity sha512-lF9CgEwbCTMnq59hkXeSQOzUmqSxkhlTk5DuPKenvpyEVd7r1uH8q8EAgPaKhp5SO5m764uWJvE4MpvyXDKuJw== typescript@~4.9.5: version "4.9.5"