diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b236f50..6f7ed83 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/dockerci.yml b/.github/workflows/dockerci.yml index e640306..028aa49 100644 --- a/.github/workflows/dockerci.yml +++ b/.github/workflows/dockerci.yml @@ -6,6 +6,6 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Build the Docker image run: docker build . --file Dockerfile --tag theharvester:$(date +%s) \ No newline at end of file diff --git a/.github/workflows/theHarvester.yml b/.github/workflows/theHarvester.yml index 0040299..8cbc401 100644 --- a/.github/workflows/theHarvester.yml +++ b/.github/workflows/theHarvester.yml @@ -19,7 +19,7 @@ jobs: python-version: [3.8, 3.9, 3.10.0] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Python ${{ matrix.python-version }} uses: actions/setup-python@v2.3.1 with: