Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/acceptance-testing-bats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
go: ['1.21']
runs-on: 'ubuntu-latest'
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3

@augmentcode augmentcode Bot Jun 3, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

.github/workflows/acceptance-testing-bats.yml:17actions/[email protected] is a mutable tag; for CI supply-chain hardening, consider pinning actions to a commit SHA (and optionally leaving the version as a comment) so the workflow can’t be changed by a tag move/re-release.

Severity: medium

Other Locations
  • .github/workflows/acceptance-testing-e2e.yml:15
  • .github/workflows/acceptance-testing-e2e.yml:63
  • .github/workflows/acceptance-testing-e2e.yml:115
  • .github/workflows/acceptance-testing-e2e.yml:118
  • .github/workflows/unit-testing.yml:15

Fix This in Augment

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

with:
fetch-depth: 0
submodules: recursive
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/acceptance-testing-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out slimtoolkit/slim repo
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Set up Go development environment
uses: actions/[email protected]
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Check out slimtoolkit/slim repo
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Set up Go development environment
uses: actions/[email protected]
Expand Down Expand Up @@ -112,10 +112,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Check out slimtoolkit/slim repo
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Check out slimtoolkit/examples repo
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
repository: slimtoolkit/examples
path: e2e
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out slimtoolkit/slim repo
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Set up Go development environment
uses: actions/[email protected]
Expand Down
Loading