diff --git a/.github/workflows/fix.yml b/.github/workflows/fix.yml index 6c5ad77..4900697 100644 --- a/.github/workflows/fix.yml +++ b/.github/workflows/fix.yml @@ -107,12 +107,13 @@ jobs: run: node lib/actions/fix-yaml-config.js working-directory: scripts - name: Upload YAML config - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ env.TF_WORKSPACE }}.yml path: github/${{ env.TF_WORKSPACE }}.yml if-no-files-found: error retention-days: 1 + overwrite: true push: needs: [prepare, fix] permissions: diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index 94ecd13..d54ef84 100644 --- a/.github/workflows/plan.yml +++ b/.github/workflows/plan.yml @@ -90,12 +90,13 @@ jobs: run: terraform plan -refresh=false -lock=false -out="${TF_WORKSPACE}.tfplan" -no-color working-directory: terraform - name: Upload terraform plan - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ env.TF_WORKSPACE }}_${{ github.event.pull_request.head.sha || github.sha }}.tfplan path: terraform/${{ env.TF_WORKSPACE }}.tfplan if-no-files-found: error retention-days: 90 + overwrite: true comment: needs: [prepare, plan] if: github.event_name == 'pull_request_target' diff --git a/github/ipni.yml b/github/ipni.yml index a1a3df0..3f7b77b 100644 --- a/github/ipni.yml +++ b/github/ipni.yml @@ -2268,6 +2268,12 @@ repositories: secret_scanning: true squash_merge_commit_message: COMMIT_MESSAGES squash_merge_commit_title: COMMIT_OR_PR_TITLE + teams: + admin: + - admin + push: + - ci + - contributors visibility: public vulnerability_alerts: true teams: