Skip to content

Update GitHub Action Versions#57

Open
snowdream wants to merge 1 commit intomainfrom
gh-actions-update-1771118015
Open

Update GitHub Action Versions#57
snowdream wants to merge 1 commit intomainfrom
gh-actions-update-1771118015

Conversation

@snowdream
Copy link
Contributor

GitHub Actions Version Updates

"env.no_proxy='${{ env.no_proxy}}'"
- name: Login to DockerHub
uses: docker/login-action@v3.6.0
uses: docker/login-action@v3.7.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 'v3.7.0', not a pinned commit hash
password: ${{ secrets.DOCKER_HUB_TOKEN }}
- name: Login to Quay.io
uses: docker/login-action@v3.6.0
uses: docker/login-action@v3.7.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 'v3.7.0', not a pinned commit hash
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.6.0
uses: docker/login-action@v3.7.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 'v3.7.0', not a pinned commit hash
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
- name: Build and push
uses: docker/build-push-action@v6.18.0
uses: docker/build-push-action@v6.19.2

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 'v6.19.2', 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.

1 participant

Comments