diff --git a/.github/workflows/test-and-tag.yaml b/.github/workflows/test-and-tag.yaml index cc8c3b4..f2d56f7 100644 --- a/.github/workflows/test-and-tag.yaml +++ b/.github/workflows/test-and-tag.yaml @@ -43,7 +43,7 @@ jobs: d0a9af63-dea5-476f-b35a-b18501152d9a > DOCKERHUB_USERNAME bf06dbe4-5b30-4020-b39e-b18501151ace > DOCKERHUB_ACCESS_TOKEN - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - name: Test Action diff --git a/action.yml b/action.yml index 259c457..2bea51e 100644 --- a/action.yml +++ b/action.yml @@ -62,7 +62,7 @@ runs: using: "composite" steps: - name: Set up Docker Buildx - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 - name: Generate Docker Tags id: meta @@ -109,7 +109,7 @@ runs: echo "cache_scope=$cache_scope" >> "$GITHUB_OUTPUT" - name: Login to ${{ steps.image.outputs.registry }} - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 if: ${{ inputs.username != '' && inputs.password != '' }} with: registry: ${{ steps.image.outputs.registry }} @@ -146,7 +146,7 @@ runs: run: docker buildx prune --all --force - name: Docker Scout - CVE scan - uses: docker/scout-action@2688993af7bafd6ba8c6a74ec652442be91dd82b # v1.23.1 + uses: docker/scout-action@7c6b6c3f7844478ace1ffd4e7aef649053d1f87d # v1.24.0 with: command: cves image: local://${{ steps.image.outputs.image_ref }}