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 4cd8083..622e57e 100644 --- a/action.yml +++ b/action.yml @@ -122,7 +122,7 @@ runs: - name: Docker Scout - CVE scan continue-on-error: ${{ inputs.allow_vulnerabilities == 'true' }} - uses: docker/scout-action@2688993af7bafd6ba8c6a74ec652442be91dd82b # v1.23.1 + uses: docker/scout-action@7c6b6c3f7844478ace1ffd4e7aef649053d1f87d # v1.24.0 with: debug: true verbose-debug: true @@ -137,7 +137,7 @@ runs: exit-code: ${{ inputs.allow_vulnerabilities != 'true' }} - 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 }}