Conversation
| # https://github.com/docker/setup-qemu-action | ||
| name: Set up QEMU | ||
| uses: docker/setup-qemu-action@v3.7.0 | ||
| uses: docker/setup-qemu-action@v4.0.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
| # docker buildx create --driver-opt env.http_proxy=$http_proxy --driver-opt env.https_proxy=$https_proxy --driver-opt '"env.no_proxy='$no_proxy'"' | ||
| name: Set up Docker Buildx | ||
| uses: docker/setup-buildx-action@v3.12.0 | ||
| uses: docker/setup-buildx-action@v4.0.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
| "env.no_proxy='${{ env.no_proxy}}'" | ||
| - name: Login to DockerHub | ||
| uses: docker/login-action@v3.7.0 | ||
| uses: docker/login-action@v4.0.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
| password: ${{ secrets.DOCKER_HUB_TOKEN }} | ||
| - name: Login to Quay.io | ||
| uses: docker/login-action@v3.7.0 | ||
| uses: docker/login-action@v4.0.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
| password: ${{ secrets.QUAY_ROBOT_TOKEN }} | ||
| - name: Login to GitHub Container Registry | ||
| uses: docker/login-action@v3.7.0 | ||
| uses: docker/login-action@v4.0.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
| - name: Docker meta | ||
| id: meta | ||
| uses: docker/metadata-action@v5.10.0 | ||
| uses: docker/metadata-action@v6.0.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
| DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index | ||
| - name: Build and push | ||
| uses: docker/build-push-action@v6.19.2 | ||
| uses: docker/build-push-action@v7.0.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
GitHub Actions Version Updates