From 6c2c0c689a9874db76962e4faa023a546f99a716 Mon Sep 17 00:00:00 2001 From: Thiery Ouattara Date: Tue, 11 Jun 2024 09:44:15 +0000 Subject: [PATCH] Revert "Fix gitub actions for v0" This reverts commit 3693845daeb8d596161b636f9b744b4e4be6d676. --- .github/workflows/cred-scan.yml | 2 +- .github/workflows/examples-test.yml | 5 +++-- .github/workflows/integration_tests.yml | 5 +++-- .github/workflows/nets_integ_tests.yml | 5 +++-- .github/workflows/nets_testacc.yml | 5 +++-- .github/workflows/others_testacc.yml | 5 +++-- .github/workflows/vms_testacc.yml | 5 +++-- 7 files changed, 19 insertions(+), 13 deletions(-) diff --git a/.github/workflows/cred-scan.yml b/.github/workflows/cred-scan.yml index 3092694a6..4a91f2d57 100644 --- a/.github/workflows/cred-scan.yml +++ b/.github/workflows/cred-scan.yml @@ -10,6 +10,6 @@ jobs: steps: - uses: actions/checkout@v3 - name: Scan credentials - uses: outscale/cred-scan@main + uses: outscale-dev/cred-scan@main with: scan_path: "./" diff --git a/.github/workflows/examples-test.yml b/.github/workflows/examples-test.yml index 324be16f5..2b189ecce 100644 --- a/.github/workflows/examples-test.yml +++ b/.github/workflows/examples-test.yml @@ -20,8 +20,9 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: v0 - - uses: outscale/frieza-github-actions/frieza-clean@master + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.event.pull_request.head.ref }} + - uses: outscale-dev/frieza-github-actions/frieza-clean@master with: access_key: ${{ secrets.OSC_ACCESS_KEY }} secret_key: ${{ secrets.OSC_SECRET_KEY }} diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 2b114a75c..a8101fe2e 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -19,8 +19,9 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: v0 - - uses: outscale/frieza-github-actions/frieza-clean@master + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.event.pull_request.head.ref }} + - uses: outscale-dev/frieza-github-actions/frieza-clean@master with: access_key: ${{ secrets.OSC_ACCESS_KEY }} secret_key: ${{ secrets.OSC_SECRET_KEY }} diff --git a/.github/workflows/nets_integ_tests.yml b/.github/workflows/nets_integ_tests.yml index eb091c37c..d415f460f 100644 --- a/.github/workflows/nets_integ_tests.yml +++ b/.github/workflows/nets_integ_tests.yml @@ -19,8 +19,9 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: v0 - - uses: outscale/frieza-github-actions/frieza-clean@master + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.event.pull_request.head.ref }} + - uses: outscale-dev/frieza-github-actions/frieza-clean@master with: access_key: ${{ secrets.OSC_ACCESS_KEY }} secret_key: ${{ secrets.OSC_SECRET_KEY }} diff --git a/.github/workflows/nets_testacc.yml b/.github/workflows/nets_testacc.yml index 3f9269bbd..afc28a4b8 100644 --- a/.github/workflows/nets_testacc.yml +++ b/.github/workflows/nets_testacc.yml @@ -18,8 +18,9 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: v0 - - uses: outscale/frieza-github-actions/frieza-clean@master + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.event.pull_request.head.ref }} + - uses: outscale-dev/frieza-github-actions/frieza-clean@master with: access_key: ${{ secrets.OSC_ACCESS_KEY }} secret_key: ${{ secrets.OSC_SECRET_KEY }} diff --git a/.github/workflows/others_testacc.yml b/.github/workflows/others_testacc.yml index ae9798eff..b22d2c2a0 100644 --- a/.github/workflows/others_testacc.yml +++ b/.github/workflows/others_testacc.yml @@ -18,8 +18,9 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: v0 - - uses: outscale/frieza-github-actions/frieza-clean@master + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.event.pull_request.head.ref }} + - uses: outscale-dev/frieza-github-actions/frieza-clean@master with: access_key: ${{ secrets.OSC_ACCESS_KEY }} secret_key: ${{ secrets.OSC_SECRET_KEY }} diff --git a/.github/workflows/vms_testacc.yml b/.github/workflows/vms_testacc.yml index bbc91590b..ade2e5748 100644 --- a/.github/workflows/vms_testacc.yml +++ b/.github/workflows/vms_testacc.yml @@ -18,8 +18,9 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: v0 - - uses: outscale/frieza-github-actions/frieza-clean@master + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.event.pull_request.head.ref }} + - uses: outscale-dev/frieza-github-actions/frieza-clean@master with: access_key: ${{ secrets.OSC_ACCESS_KEY }} secret_key: ${{ secrets.OSC_SECRET_KEY }}