Skip to content

Commit e7a23b1

Browse files
rocelitonambrosini17
authored andcommitted
issue-4160: Lock Actions
1 parent 91aaf3b commit e7a23b1

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
contents: write
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121

2222
- name: Install uv
23-
uses: astral-sh/setup-uv@v6
23+
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
2424
with:
2525
python-version: "3.12"
2626

2727
- name: Poetry caches
28-
uses: actions/cache@v4
28+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2929
with:
3030
path: |
3131
~/.cache/
@@ -50,7 +50,7 @@ jobs:
5050
ANNOTATE_MISSING_LINES: true
5151

5252
- name: Store Pull Request comment to be posted
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5454
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
5555
with:
5656
name: python-coverage-comment-action

.github/workflows/e2e-external-phase-1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
PR_NUMBER: ${{ github.event.pull_request.number }}
2222
- name: Save artifact
23-
uses: actions/upload-artifact@v4
23+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2424
with:
2525
name: pr_number
2626
path: pr_number.txt

.github/workflows/e2e-external-phase-2.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,19 @@ jobs:
8282
JOB_ID: ${{ steps.extract_job_id.outputs.JOB_ID }}
8383

8484
- name: Checkout
85-
uses: actions/checkout@v5
85+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8686
with:
8787
# Important: use the commit that was reviewed. GitHub is making sure
8888
# that this is race-condition-proof
8989
ref: ${{ steps.extract_commit.outputs.COMMIT_ID }}
9090

9191
- name: Install uv
92-
uses: astral-sh/setup-uv@v6
92+
uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1
9393
with:
9494
python-version: "3.12"
9595

9696
- name: Poetry caches
97-
uses: actions/cache@v4
97+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
9898
with:
9999
path: |
100100
~/.cache/

.github/workflows/manual-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
with:
1919
fetch-depth: 0
2020
fetch-tags: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
steps:
8888
- name: Checkout
89-
uses: actions/checkout@v5
89+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9090
with:
9191
fetch-depth: 0
9292
fetch-tags: true

tests/end_to_end/repo/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pull-requests: write
1818
contents: write
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121

2222
- uses: actions/setup-python@v6
2323
with:
@@ -40,7 +40,7 @@ jobs:
4040
SUBPROJECT_ID: __ACTION_SUBPROJECT_ID__
4141

4242
- name: Store Pull Request comment to be posted
43-
uses: actions/upload-artifact@v4
43+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4444
if: steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
4545
with:
4646
name: python-coverage-comment-action

0 commit comments

Comments
 (0)