diff --git a/.github/workflows/build-test-app.yml b/.github/workflows/build-test-app.yml index b23e5f066b..6587beac92 100644 --- a/.github/workflows/build-test-app.yml +++ b/.github/workflows/build-test-app.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Push Image to repo uses: docker/build-push-action@v1 diff --git a/.github/workflows/cleanup-all.yml b/.github/workflows/cleanup-all.yml index 17a199d29c..a8e2c2aa3c 100644 --- a/.github/workflows/cleanup-all.yml +++ b/.github/workflows/cleanup-all.yml @@ -10,7 +10,7 @@ jobs: name: Cleanup atlas empty projects, and terminate cluster runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 - name: CleanUp empty AtlasProjects older than one day uses: ./.github/actions/cleanup diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7f36110cca..85f16e3fa3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Prepare tag id: prepare diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 69e047b552..7d07a6e39f 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,7 +15,7 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 - name: golangci-lint uses: golangci/golangci-lint-action@v2.5.2 diff --git a/.github/workflows/release-branch.yml b/.github/workflows/release-branch.yml index e9041143d4..fe6378b884 100644 --- a/.github/workflows/release-branch.yml +++ b/.github/workflows/release-branch.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Check out code into the Go module directory - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 with: fetch-depth: 0 #required for tags diff --git a/.github/workflows/release-post-merge.yml b/.github/workflows/release-post-merge.yml index ff6d3f3cbe..170d562c12 100644 --- a/.github/workflows/release-post-merge.yml +++ b/.github/workflows/release-post-merge.yml @@ -46,7 +46,7 @@ jobs: echo "::set-output name=tag::$tag" - name: Check out code into the Go module directory - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 with: fetch-depth: 0 #needs for tags diff --git a/.github/workflows/test-forked.yml b/.github/workflows/test-forked.yml index c429766aa2..2ac43c3b3f 100644 --- a/.github/workflows/test-forked.yml +++ b/.github/workflows/test-forked.yml @@ -20,7 +20,7 @@ jobs: needs: allowed runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 with: ref: ${{github.event.pull_request.head.ref}} repository: ${{github.event.pull_request.head.repo.full_name}} @@ -48,7 +48,7 @@ jobs: matrix: test: ["AtlasProject", "AtlasCluster", "AtlasDatabaseUser"] steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 with: ref: ${{github.event.pull_request.head.ref}} repository: ${{github.event.pull_request.head.repo.full_name}} @@ -73,7 +73,7 @@ jobs: needs: allowed runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 with: ref: ${{github.event.pull_request.head.ref}} repository: ${{github.event.pull_request.head.repo.full_name}} @@ -103,7 +103,7 @@ jobs: DOCKER_REPO: mongodb/mongodb-atlas-kubernetes-operator-prerelease steps: - name: Check out code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 with: ref: ${{github.event.pull_request.head.ref}} repository: ${{github.event.pull_request.head.repo.full_name}} @@ -145,7 +145,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 with: ref: ${{github.event.pull_request.head.ref}} repository: ${{github.event.pull_request.head.repo.full_name}} @@ -226,7 +226,7 @@ jobs: operator-sdk version - name: Checkout helm charts repo - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.5 with: repository: mongodb/helm-charts path: my-charts @@ -267,7 +267,7 @@ jobs: needs: allowed runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 with: ref: ${{github.event.pull_request.head.ref}} repository: ${{github.event.pull_request.head.repo.full_name}} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bdbd4455ce..3a74cead12 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: needs: allowed runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 - name: Cache multiple paths uses: actions/cache@v2 @@ -55,7 +55,7 @@ jobs: matrix: test: ["AtlasProject", "AtlasCluster", "AtlasDatabaseUser"] steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 - name: Cache multiple paths uses: actions/cache@v2 @@ -77,7 +77,7 @@ jobs: needs: allowed runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 - name: Cache multiple paths uses: actions/cache@v2 @@ -104,7 +104,7 @@ jobs: DOCKER_REPO: mongodb/mongodb-atlas-kubernetes-operator-prerelease steps: - name: Check out code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 with: fetch-depth: 0 # required for tags @@ -151,7 +151,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 with: # Make sure we also get the helm-charts submodule! submodules: recursive @@ -270,7 +270,7 @@ jobs: needs: allowed runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 - name: CleanUp empty AtlasProjects older than one day uses: ./.github/actions/cleanup