Skip to content

Update GitHub Action Versions#221

Closed
snowdream wants to merge 184 commits intomainfrom
gh-actions-update-1774147440
Closed

Update GitHub Action Versions#221
snowdream wants to merge 184 commits intomainfrom
gh-actions-update-1774147440

Conversation

@snowdream
Copy link
Copy Markdown
Contributor

GitHub Actions Version Updates

snowdream and others added 30 commits June 2, 2024 21:32
wget
ca-certificates
snowdream and others added 27 commits July 27, 2025 16:17
# 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

Unpinned 3rd party Action 'GitHub Actions Continuous Delivery' step
Uses Step
uses 'docker/setup-qemu-action' with ref 'v4.0.0', not a pinned commit hash
# 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

Unpinned 3rd party Action 'GitHub Actions Continuous Delivery' step
Uses Step
uses 'docker/setup-buildx-action' with ref 'v4.0.0', not a pinned commit hash
"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

Unpinned 3rd party Action 'GitHub Actions Continuous Delivery' step
Uses Step
uses 'docker/login-action' with ref 'v4.0.0', not a pinned commit hash
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

Unpinned 3rd party Action 'GitHub Actions Continuous Delivery' step
Uses Step
uses 'docker/login-action' with ref 'v4.0.0', not a pinned commit hash
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

Unpinned 3rd party Action 'GitHub Actions Continuous Delivery' step
Uses Step
uses 'docker/login-action' with ref 'v4.0.0', not a pinned commit hash
- 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

Unpinned 3rd party Action 'GitHub Actions Continuous Delivery' step
Uses Step: meta
uses 'docker/metadata-action' with ref 'v6.0.0', not a pinned commit hash
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

Unpinned 3rd party Action 'GitHub Actions Continuous Delivery' step
Uses Step
uses 'docker/build-push-action' with ref 'v7.0.0', not a pinned commit hash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants