diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a34befa8..7b92fe26 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Initialize CodeQL uses: github/codeql-action/init@v2 diff --git a/.github/workflows/container_build.yml b/.github/workflows/container_build.yml index 201e1245..1abb0ac1 100644 --- a/.github/workflows/container_build.yml +++ b/.github/workflows/container_build.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: "Build container: Manager" run: | diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 628a5664..efe4b94d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive - name: Run link check @@ -44,7 +44,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Fail if auto-generated docs are modified run: | diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b405ef71..fccf0935 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -30,7 +30,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies run: | @@ -62,7 +62,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies run: | @@ -112,7 +112,7 @@ jobs: GO111MODULE: on steps: - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run Gosec Security Scanner uses: securego/gosec@master diff --git a/.github/workflows/operator-deployment.yml b/.github/workflows/operator-deployment.yml index ba926385..ccb9f2b3 100644 --- a/.github/workflows/operator-deployment.yml +++ b/.github/workflows/operator-deployment.yml @@ -31,13 +31,13 @@ jobs: with: go-version: 1.19 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 if: github.event_name != 'pull_request_target' - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{github.event.pull_request.head.sha}} fetch-depth: 0 diff --git a/.github/workflows/operator-metadata.yml b/.github/workflows/operator-metadata.yml index 45b5a23f..9823dcc2 100644 --- a/.github/workflows/operator-metadata.yml +++ b/.github/workflows/operator-metadata.yml @@ -34,7 +34,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2cb56ffa..8fa9a78c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout full repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -40,7 +40,7 @@ jobs: echo $REFBRANCH - name: Checkout tagged branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ env.REFBRANCH }} @@ -99,7 +99,7 @@ jobs: needs: bump_release steps: - name: Checkout full repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -189,7 +189,7 @@ jobs: # Checkout falcon-operator github repository - name: Checkout falcon-operator project - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Create proper tag version id: set_version