diff --git a/.github/workflows/security-gate.yml b/.github/workflows/security-gate.yml index de5a95a..b1d8011 100644 --- a/.github/workflows/security-gate.yml +++ b/.github/workflows/security-gate.yml @@ -21,7 +21,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.TOKEN }} steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Pull Docker image from GitHub Container Registry run: docker pull ghcr.io/instriq/security-gate/security-gate:latest