Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/acceptance-testing-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
go-version: '1.21.4'

- name: Download Slim app binaries
uses: actions/download-artifact@v7.0.0
uses: actions/download-artifact@v8.0.0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider pinning actions/download-artifact to an immutable commit SHA (instead of a tag like v8.0.0) to reduce GitHub Actions supply-chain risk in CI workflows.

Severity: medium

Other Locations
  • .github/workflows/acceptance-testing-e2e.yml:128

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

with:
name: ${{ matrix.bin_artifacts }}
path: bin
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
path: e2e

- name: Download Slim app binaries
uses: actions/download-artifact@v7.0.0
uses: actions/download-artifact@v8.0.0
with:
name: ${{ matrix.bin_artifacts }}
path: bin
Expand Down
Loading