diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 92bcebf..e1b94fe 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -20,7 +20,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@v3 + - uses: actions/checkout@v6 # Runs a single command using the runners shell - name: Docker Build diff --git a/.github/workflows/trivy-analysis.yml b/.github/workflows/trivy-analysis.yml index c6c3ce0..13e251b 100644 --- a/.github/workflows/trivy-analysis.yml +++ b/.github/workflows/trivy-analysis.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Build an image from Dockerfile run: |