Skip to content

Commit

Permalink
chore(deps): pin dependencies (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
aneojgurhem committed Sep 17, 2024
2 parents fd5af23 + 6569cd3 commit 5897f0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:
sudo snap install --edge --classic just
- name: Login to Docker Hub
uses: docker/login-action@v3
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
with:
username: ${{ secrets.DOCKER_HUB_LOGIN }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand Down Expand Up @@ -301,12 +301,12 @@ jobs:
- dockerhubaneo/armonik_core_bench_test_client
steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
with:
username: ${{ secrets.DOCKER_HUB_LOGIN }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
- name: Analyze for critical and high CVEs
uses: docker/scout-action@v1
uses: docker/scout-action@cc6bf8dd03587425ef920278b3e2726ba8d791e8 # v1
with:
command: cves
image: "${{ matrix.image }}:${{ needs.versionning.outputs.version }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scout-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
version: ${{ fromJSON(needs.releases.outputs.releases) }}
steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
with:
username: ${{ secrets.DOCKER_HUB_LOGIN }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
- name: Analyze for critical and high CVEs
uses: docker/scout-action@v1
uses: docker/scout-action@cc6bf8dd03587425ef920278b3e2726ba8d791e8 # v1
with:
command: cves
image: "${{ matrix.image }}:${{ matrix.image }}"
Expand Down

0 comments on commit 5897f0a

Please sign in to comment.