diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index e5a564e..fd0bc10 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -4,12 +4,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@main - name: Debug run: pwd && ls shell: bash - name: Integration Test id: integration-test uses: Templum/govulncheck-action@feature/2 - with: - go-version: 1.18.3