File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
23
24
24
- name : Run codespell
25
- uses :
codespell-project/[email protected]
25
+ uses : codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
26
26
with :
27
27
check_filenames : true
28
28
check_hidden : true
Original file line number Diff line number Diff line change 46
46
python-version : ${{ matrix.python-version }}
47
47
48
48
- name : Set up pip cache
49
- uses : actions/cache@v4
49
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
50
50
with :
51
51
path : |
52
52
~/.cache/pip
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
34
34
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35
35
36
36
- name : Lint with Ruff
37
- uses : astral-sh/ruff-action@v3
37
+ uses : astral-sh/ruff-action@eaf0ecdd668ceea36159ff9d91882c9795d89b49 # v3.4.0
38
38
with :
39
39
version-file : pyproject.toml
40
40
41
41
- name : Check format with Ruff
42
- uses : astral-sh/ruff-action@v3
42
+ uses : astral-sh/ruff-action@eaf0ecdd668ceea36159ff9d91882c9795d89b49 # v3.4.0
43
43
with :
44
44
version-file : pyproject.toml
45
45
args : format --check
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
107
107
- name : Generate GitHub Actions build provenance
108
108
id : gh_provenance_step # Added id
109
-
109
+ uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
110
110
with :
111
111
subject-path : windows/Output/*.exe
112
112
subject-name : ' ardupilot_methodic_configurator'
You can’t perform that action at this time.
0 commit comments