Skip to content

Commit 35d9606

Browse files
step-security-botamilcarlucas
authored andcommitted
[StepSecurity] fix(ci): Pin Dependencies with SHA
Signed-off-by: StepSecurity Bot <[email protected]>
1 parent b74b0e5 commit 35d9606

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323

2424
- name: Run codespell
25-
uses: codespell-project/[email protected]
25+
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
2626
with:
2727
check_filenames: true
2828
check_hidden: true

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
python-version: ${{ matrix.python-version }}
4747

4848
- name: Set up pip cache
49-
uses: actions/cache@v4
49+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5050
with:
5151
path: |
5252
~/.cache/pip

.github/workflows/ruff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3535

3636
- name: Lint with Ruff
37-
uses: astral-sh/ruff-action@v3
37+
uses: astral-sh/ruff-action@eaf0ecdd668ceea36159ff9d91882c9795d89b49 # v3.4.0
3838
with:
3939
version-file: pyproject.toml
4040

4141
- name: Check format with Ruff
42-
uses: astral-sh/ruff-action@v3
42+
uses: astral-sh/ruff-action@eaf0ecdd668ceea36159ff9d91882c9795d89b49 # v3.4.0
4343
with:
4444
version-file: pyproject.toml
4545
args: format --check

.github/workflows/windows_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
107107
- name: Generate GitHub Actions build provenance
108108
id: gh_provenance_step # Added id
109-
uses: actions/[email protected]
109+
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
110110
with:
111111
subject-path: windows/Output/*.exe
112112
subject-name: 'ardupilot_methodic_configurator'

0 commit comments

Comments
 (0)