diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 16752d20..913983b1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install Go uses: actions/setup-go@v6 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index c9fe3dee..94b89a21 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -94,7 +94,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 # Install the cosign tool except on PR # https://github.com/sigstore/cosign-installer diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index abd0083e..577907d0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Setup Go environment uses: actions/setup-go@v6 diff --git a/.github/workflows/scans.yml b/.github/workflows/scans.yml index 66c105d3..a868bb76 100644 --- a/.github/workflows/scans.yml +++ b/.github/workflows/scans.yml @@ -24,7 +24,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Install and run Spectral CI uses: spectralops/spectral-github-action@v5